Files
nexus/Project/fonrey/prompt/文档模板/TASK.md
2026-04-26 12:49:46 +08:00

42 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Project Task Board
## 项目状态总览
- 当前阶段MVP Phase 1
- 技术栈:[你的 tech stack 简述]
- 最后更新YYYY-MM-DD
---
## Phase 1 - MVPP0必须完成
### [模块名,如:用户认证]
- [ ] US-001 用户可以用邮箱注册账号
- 涉及文件:`/auth/register.tsx`, `userModel`
- 验收标准:表单校验通过 → 写入 DB → 跳转登录页
- [ ] US-002 用户可以登录并保持会话
- 涉及文件:`/auth/login.tsx`, `sessionModel`
- 验收标准JWT 生成 → localStorage 存储 → 保护路由生效
### [模块名,如:仪表盘]
- [ ] US-005 用户可以看到核心数据概览
- 涉及文件:`/dashboard/index.tsx`
- 验收标准:数据从 API 读取,与 UI 原型视觉一致
---
## Phase 2 - 增强功能P1MVP 后实现)
- [ ] US-010 用户可以导出数据为 CSV
- [ ] US-011 支持第三方登录Google OAuth
---
## Phase 3 - 锦上添花P2有时间再做
- [ ] US-020 动画和过渡效果优化
- [ ] US-021 深色模式支持
---
## 已完成
- [x] US-XXX xxxxxxx完成日期