Deliver Meridian engagement: R1-R4 remediation + Restocking feature#20
Open
mostrogian85 wants to merge 2 commits into
Open
Deliver Meridian engagement: R1-R4 remediation + Restocking feature#20mostrogian85 wants to merge 2 commits into
mostrogian85 wants to merge 2 commits into
Conversation
R1 — Reports module remediation: - Migrate Reports.vue from Options API to Composition API - Replace direct axios calls with api.js wrapper - Wire all 4 filters (warehouse, category, time period, status) via useFilters - Add filter params to /api/reports/quarterly and /api/reports/monthly-trends - Add full i18n coverage (en + ja) for Reports view - Remove console.log noise; replace var loops with modern JS R2 — Restocking recommendations: - New /api/restocking endpoint with greedy budget allocation by urgency - New RestockingView.vue: budget input, recommendation table, summary cards - Wired to warehouse/category filters; real-time recalculation on change - i18n keys added (en + ja); nav link added R3 — Automated browser tests: - Playwright e2e suite in tests/e2e/ covering 5 critical flows - 21 tests, all passing: inventory, filters, reports, restocking, navigation R4 — Fix Vite @ alias missing from vite.config.js (prerequisite for all views) Proposal package in proposal/ (executive summary, technical approach, timeline, pricing, capabilities deck) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Remove <PurchaseOrderModal> from Dashboard.vue — component was referenced in the template but never built by the previous vendor, causing a Vue warn on every page load - Add Task model and in-memory CRUD endpoints (GET/POST/DELETE/PATCH /api/tasks) to server/main.py — frontend was calling this endpoint and receiving 404s on every dashboard mount All 21 Playwright tests pass after these fixes. 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
Test plan
Generated with Claude Code (https://claude.com/claude-code)