Add Restocking view, SaaS UI redesign, and backend restocking API#75
Open
dhineshr-repo wants to merge 1 commit into
Open
Add Restocking view, SaaS UI redesign, and backend restocking API#75dhineshr-repo wants to merge 1 commit into
dhineshr-repo wants to merge 1 commit into
Conversation
- New Restocking.vue: demand-driven restock workflow with order submission - POST /api/restocking-orders endpoint with 14-day lead time logic - SaaS-style UI refresh across App.vue and Orders.vue - Extended api.js with restocking order creation call - Updated CLAUDE.md with architecture, filter system, and test docs - Added architecture diagram and UI screenshots Co-Authored-By: Claude Sonnet 4.6 <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.
Summary
Restocking.vue): demand-driven workflow that surfaces low-stock SKUs and lets users submit internal restocking orders directly from the UIPOST /api/restocking-orders): creates restocking orders with a fixed 14-day lead time, appended to the in-memory orders listApp.vueandOrders.vuewith a cleaner slate/gray design system, improved navigation, and modal patternsapi.js): addedcreateRestockingOrdercallTest plan
cd server && uv run python main.py) and frontend (cd client && npm run dev)POST /api/restocking-ordersreturns the new order with aRST-YYYY-NNNNorder numbercd tests && uv run pytest backend/ -v🤖 Generated with Claude Code