Commit Graph

7 Commits

Author SHA1 Message Date
42319695e9 feat(admin): add module settings to toggle trading feature
Introduce module_settings table to store global feature flags
Add admin UI to enable or disable the Trading module
Hide trading-related UI and skip data fetching when disabled
2026-05-10 16:59:07 +08:00
bcf8dd9cb5 docs: finalize SSR migration documentation
Remove the temporary SSR migration tasklist and workflow instructions.
Update project context to reflect that Nuxt SSR is now fully enabled.
2026-05-07 09:51:28 +08:00
6e8edbbb09 refactor(frontend): migrate from Vite to Nuxt SPA
Replace Vite and Vue Router with Nuxt framework
Update Docker, build scripts, and env vars for Nuxt generate
2026-05-06 09:19:23 +08:00
3ca66d7124 docs(agents): add git diff hygiene rules for CSV files
Instruct agents to ignore data/**/*.csv files in git diffs by default.
Prevents false positives caused by WSL file system quirks.
2026-05-03 11:30:55 +08:00
ec3494ea28 docs: expand project design and agent guidelines
Rewrite DESIGN.md to detail product goals, data models, and API boundaries
Update AGENTS.md with existing UI patterns, i18n rules, and strict completion criteria
2026-05-01 14:50:05 +08:00
0e8b7bc7af docs(agents): require reading DesignGuidelines.html for UI tasks
Update the agent workflow to include reading DesignGuidelines.html
Add a new section detailing rules for component reuse and UI modifications
2026-04-30 14:24:16 +08:00
b428595769 initial commit 2026-04-29 17:46:58 +08:00