Add Restocking feature and redesign navigation as a left sidebar - #2
Open
mattj83 wants to merge 1 commit into
Open
Add Restocking feature and redesign navigation as a left sidebar#2mattj83 wants to merge 1 commit into
mattj83 wants to merge 1 commit into
Conversation
- New Restocking tab: budget-driven restock recommendations sourced from demand forecasts, with a running-total budget slider and order placement flow (client/views/Restocking.vue, server support for restocking_orders.json, tests/backend/test_restocking.py) - Replace the top nav bar with a collapsible left sidebar (AppSidebar.vue, useSidebar.js composable) for a more SaaS-style layout - Pin playwright MCP to chromium + isolated mode in .mcp.json so local Playwright-based testing doesn't collide with other browser sessions Co-Authored-By: Claude Sonnet 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.
Summary
AppSidebar.vue+useSidebarcomposable) for a more SaaS-style layoutserver/data/restocking_orders.json,mock_data.py,main.py) and matching pytest coverage (tests/backend/test_restocking.py)chromium --isolatedin.mcp.jsonso browser-based testing doesn't collide with other sessionsTest plan
pytest tests/backend/test_restocking.py(run in CI)Known issues found during manual testing (not introduced by this PR, worth follow-up)
Failed to load tasks: 404— some component polls a non-existent/api/tasksendpointFailed to resolve component: PurchaseOrderModalVue warning++sign on positive percentagesReports.vuehas leftoverconsole.logdebug statements🤖 Generated with Claude Code