qzl
|
3f3d613d99
|
feat: 实现站内通知系统
- 后端: 新增 notifications/user_notifications 表迁移及 ORM 模型
- 后端: 实现 schema/repository/service/router 全套通知 API
- GET /api/v1/notifications (列表+游标分页)
- GET /api/v1/notifications/unread-count
- PATCH /api/v1/notifications/{id}/read (幂等)
- PATCH /api/v1/notifications/mark-all-read (幂等)
- 后端: payload 使用 Pydantic discriminated union (none/open_route/open_url)
- 后端: 19 个单元测试全部通过
- Flutter: 通知 feature 完整实现 (models/apis/repositories/bloc/UI)
- Flutter: Home 页通知按钮接入真实页面,显示未读 badge
- Flutter: 14 个测试全部通过
- 协议文档: notification-inbox-protocol.md 及错误码注册
|
2026-04-10 18:50:08 +08:00 |
|
qzl
|
6217844865
|
refactor(settings): 重构设置页面,支持语言和地区设置
|
2026-04-07 18:44:14 +08:00 |
|
ZL-Q
|
8a18b3528b
|
feat: 实现用户画像、占卜历史与后端用户管理模块
|
2026-04-06 01:28:10 +08:00 |
|
qzl
|
d87b2e1e3a
|
feat: 接入起卦后端流程并完善积分扣减链路
|
2026-04-03 19:04:46 +08:00 |
|
qzl
|
f245eec5f6
|
feat: 实现起卦、设置与积分系统
|
2026-04-03 16:56:47 +08:00 |
|
qzl
|
31594558eb
|
feat: 切换邮箱认证并重构前后端启动与门禁
|
2026-04-02 18:39:35 +08:00 |
|
qzl
|
92cdfd9fca
|
chore: 迁移到 social-app 架构,集成 Supabase 和 taskiq worker
|
2026-04-02 16:36:35 +08:00 |
|