11 Commits
Author SHA1 Message Date
ilaandClaude Sonnet 4.6 9aa37b8d2a research: add comprehensive FIRE modes reference doc
Covers all 6 FIRE variants: Lean / Regular / Barista / Coast / Chubby / Fat
Includes: 4% rule + China-adjusted 3.5% rationale, comparison table,
quick-lookup target capital tables, China-specific social security and
insurance notes. Compiled from existing txt/md research files.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-08 16:30:24 +08:00
ilaandClaude Sonnet 4.6 27b8eaafbd docs: add module design doc based on Ghostfolio & Maybe analysis
- maps gaps in current app vs reference projects
- redefines 4 tabs: 总览/账本/投资/测算
- redesigns checkin: 3 daily habits + 1 monthly task
- adds 3-scenario FIRE projection design
- documents data flow between modules

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-08 16:27:46 +08:00
ilaandClaude Sonnet 4.6 dea78bf04b stage 2: FIRE calculator, holdings tracker, settings store update
- calculator.vue: compound-growth formula to compute months/date to FIRE,
  Barista FIRE logic breakdown card, collapsible editable params (bound to settings store)
- holdings.vue: manual portfolio entry with add/edit/delete, P&L display
- holdings.ts: new pinia store with persist; totalValue/Cost/PnL computed
- settings.ts: add annualReturn (6% default)
- progress.vue: enhanced empty-state onboarding prompt

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-08 15:40:04 +08:00
ilaandClaude Sonnet 4.6 fc1f6a7098 fix: center input modal to prevent keyboard covering confirm button
Bottom sheet modal gets obscured by virtual keyboard on H5.
Switch to centered dialog + adjust-position=false to keep buttons visible.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-08 11:59:30 +08:00
ilaandClaude Sonnet 4.6 a4f715cadd stage1: remove old demo pages, align tabbar to FIRE pages
- delete pages/index, pages/me, pages/about (unibest demo leftovers)
- update nativeTabbarList to point to checkin/progress (in case fallback needed)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-08 11:39:17 +08:00
ilaandClaude Sonnet 4.6 5fffb3112a add settings store with FIRE parameters; fix home page
- store/settings.ts: target 71万, withdraw rate 3.5%, monthly invest 1500, etc. (persist)
- progress.vue: read target from settings store instead of hardcoded value
- index/index.vue: remove type:home conflict so checkin page is the entry

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-08 11:01:16 +08:00
ilaandClaude Sonnet 4.6 a8fa0c0753 add unibest app skeleton with checkin and progress pages
- init unibest v4.4.0 base template
- tabbar: 4 tabs (打卡/进度/测算/持仓) with carbon icons
- pages/checkin: daily checklist, streak counter, monthly rate
- pages/progress: asset snapshot, progress bar to 71万 target
- pages/calculator, holdings: placeholder pages (stage 2)
- store/checkin.ts + store/progress.ts with pinia persist
- vite: host 0.0.0.0 for WSL2→Windows browser access

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-08 10:46:43 +08:00
ilaandClaude Sonnet 4.6 9e7d20f062 docs: document pnpm EACCES issue on WSL2 Windows filesystem
pnpm fails with permission denied during atomic rename on /mnt/d/ (NTFS).
Solution: keep app/ on WSL2 native fs (~/fire_goal/app/).

- 04-风险与避坑.md: add as 三级坑 with cause, fix, and principle
- 03-架构设计.md: add WSL2 native path requirement with HBuilderX access path

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-08 10:17:31 +08:00
ilaandClaude Sonnet 4.6 7bd7284d92 docs: clarify MCP direction and Modao workflow in design collaboration doc
- MCP is read-only (design tool → Claude Code), not AI controlling Figma
- Mark Modao as no-MCP; add Path 2-B for screenshot/image handoff
- Update workflow diagram to show unidirectional MCP arrow
- Update lightweight workflow: Modao screenshots as reference, Pixso/MCP for precise specs

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-08 09:36:26 +08:00
ilaandClaude Sonnet 4.6 d558da51a6 add project docs and research materials; update arch doc with WSL2 dev setup
- docs/: 6 development documents (PRD, tech selection, architecture, risks, roadmap, design workflow)
- research/: FIRE background materials, personal plan, Excel calculator
- 03-架构设计.md: add Section 8 documenting WSL2 → Windows browser dev environment (Vite host config, access URLs, mobile debugging tip)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-08 09:21:04 +08:00
ila 866cc0cd71 Initial commit 2026-06-08 09:19:04 +08:00