Skip to content

Add PurchaseOrderModal, tasks API, SaaS UI redesign, and GitHub Actions#148

Open
mnechromancer wants to merge 15 commits into
beck-source:mainfrom
mnechromancer:main
Open

Add PurchaseOrderModal, tasks API, SaaS UI redesign, and GitHub Actions#148
mnechromancer wants to merge 15 commits into
beck-source:mainfrom
mnechromancer:main

Conversation

@mnechromancer

Copy link
Copy Markdown

Summary

  • Add PurchaseOrderModal Vue component for creating purchase orders from the dashboard
  • Register PurchaseOrderModal in Dashboard view
  • Add in-memory tasks CRUD API (GET/POST /api/tasks, DELETE/PATCH /api/tasks/{id}) to FastAPI backend
  • Redesign UI to a vertical sidebar SaaS layout with collapsible icons-only mode
  • Add architecture reference page
  • Add GitHub Actions CI workflows (Claude Code Review + Claude PR Assistant)
  • Document code style conventions in CLAUDE.md

Test plan

  • Start backend (cd server && uv run python main.py) and verify /api/tasks endpoints respond correctly
  • Start frontend (cd client && npm run dev) and verify sidebar collapses to icons-only mode
  • Open Dashboard and confirm PurchaseOrderModal opens without errors
  • Verify GitHub Actions workflows appear under the repo's Actions tab

🤖 Generated with Claude Code

mnechromancer and others added 15 commits June 22, 2026 11:06
…82151615611

Add Claude Code GitHub Workflow
- Add PurchaseOrderModal Vue component for creating purchase orders
- Register PurchaseOrderModal in Dashboard view
- Add in-memory tasks CRUD API endpoints to FastAPI backend
- Document code style conventions in CLAUDE.md

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Rewrite Reports.vue with Composition API (was Options API)
- Add useI18n() for full Japanese translation support
- Add useFilters() + watch to respect the global filter bar
- Add reports.* translation keys to en.js and ja.js
- Add getReportsQuarterly/getMonthlyTrends to api.js (replaces direct axios)
- Update backend report endpoints to accept warehouse/category/status/month params
- Remove all console.log calls from render-path methods
- Fix v-for index keys → use q.quarter and month.month
- Replace custom formatNumber loop with formatCurrency utility
- Replace calculateSummaryStats imperative loops with computed properties

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Replace all hardcoded English strings with t() calls using new
backlog.* locale keys. Reuse existing dashboard.inventoryShortages.*
keys for table columns and priority.* keys for badge labels.
Add translateProductName() for item name localization.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Change sidebar to overflow: visible with z-index: 10 so dropdowns
can escape the sidebar bounds and stack above the main content.
Change both dropdown menus to open upward (bottom positioning)
since they sit at the bottom of the sidebar. Adjust profile menu
to left: 0 alignment and narrower min-width to stay within view.
Hide profile name/chevron in collapsed mode to prevent overflow.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant