Step 6: Add budget-based restocking feature - #241
Open
mfnsouli14 wants to merge 5 commits into
Open
Conversation
mfnsouli14
commented
Aug 13, 2026
- Backend: Add /api/restocking/recommendations endpoint (greedy budget-filling algorithm)
- Backend: Add /api/restocking/orders endpoint with order creation and validation
- Frontend: Create Restocking.vue component with budget slider, recommendations table
- Frontend: Add real-time budget tracking, quantity adjustments, order submission
- Frontend: Add i18n support (English/Japanese) for restocking UI
- Add ARCHITECTURE.html documenting system design
- Add WORKSHOP_GUIDE.md tracking workshop progress
- Update CLAUDE.md with code style guidelines
- Backend: Add /api/restocking/recommendations endpoint (greedy budget-filling algorithm) - Backend: Add /api/restocking/orders endpoint with order creation and validation - Frontend: Create Restocking.vue component with budget slider, recommendations table - Frontend: Add real-time budget tracking, quantity adjustments, order submission - Frontend: Add i18n support (English/Japanese) for restocking UI - Add ARCHITECTURE.html documenting system design - Add WORKSHOP_GUIDE.md tracking workshop progress - Update CLAUDE.md with code style guidelines Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Analyzes Vue 3 components for reactivity misuse, unmemoized computations, unstable v-for keys, and duplicated markup/logic, then applies fixes via the vue-expert subagent per CLAUDE.md's mandatory .vue-edit rule. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Read-only agent (Read, Grep, Glob, Bash) that traces stack traces and exceptions back to root cause and proposes fixes without applying them, handing frontend fixes off to vue-expert per project convention. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
…tasks API - Remove orphaned PurchaseOrderModal template/refs/methods/styles in Dashboard.vue - component was never built and its backend endpoints never existed, causing a repeated Vue resolution warning - Add GET/POST/PATCH/DELETE /api/tasks endpoints in server/main.py to match the existing frontend api.js contract, fixing a 404 on load Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Adds context for team members who didn't attend (glossary, background), documents Steps 7-11 including the friction points (CLI PATH issues, GitHub App plan-tier block, PAT scope error), and adds a section on the vue-component-optimizer skill, debugger subagent, and the Dashboard console-error case study that used both. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.