Commit Graph

26 Commits

Author SHA1 Message Date
zerosaturation
e1a61c4519 feat: 实现我的作品统计接口(点赞/展出)
- 新增 GET /api/v1/me/liked-assets 接口
- 新增 GET /api/v1/me/exhibited-assets 接口
- 新增 GetMyLikedAssets 和 GetMyExhibitedAssets RPC 方法
- 新增 ExhibitedAssetItemDTO 和 GetMyExhibitedAssetsResponseDTO
- 前端新增 getUserLikedAssetsApi 和 getUserExhibitedAssetsApi(暂不实现)
- 更新设计文档,标记他人作品统计接口为暂不实现

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-06 10:51:07 +08:00
zerosaturation
4538725884 docs: 文档修改 2026-04-29 11:19:35 +08:00
zerosaturation
ad773ffc27 docs: 修改文档 2026-04-28 16:53:17 +08:00
6b26ef26db docs: 文档 2026-04-27 20:57:03 +08:00
d0ff68508f docs: 文档 2026-04-22 10:30:27 +08:00
8b89e34b18 docs: 修复规范文档引用,使用文档标题替代文件名
链接文本从文件名改为各规范文档的实际标题:
- 典藏/活动藏品体系 + 星册重构设计
- MiniMax 图生图 API 集成设计方案
- 任务管理系统设计文档
- 经济系统设计文档

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-22 10:28:45 +08:00
1f8d1ba3cf docs: 建立 TopFans 系统架构规范文档
- 新建 docs/superpowers/specs/2026-04-16-system-architecture-design.md
  作为平台级系统架构总览,整合所有已评审子系统规范
- 更新系统框架.md,同步完整架构信息 + 规范文档索引链接
- 涵盖: 服务架构、数据库模型、API 规范、9 大子系统概要
- 修正: 星册重构 spec 中"零额外 OSS 请求"表述错误

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-22 10:28:45 +08:00
zerosaturation
f934655fa6 docs: 经济系统设计文档 2026-04-15 17:04:42 +08:00
zerosaturation
4e13c86aa4 fix: 修改任务系统奖励修复 2026-04-15 14:11:07 +08:00
4e927451a9 未完成的文档 2026-04-14 14:38:16 +08:00
ad20197352 feat: 每日任务集成 2026-04-14 14:32:56 +08:00
8284999b3a docs: change TypeScript to JavaScript in frontend types
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-14 14:32:56 +08:00
4e2e867c06 docs: fix starbook refactor spec after review
- Fix category_name from "典藏" to "普通" for regular type
- Clarify 6 items max display (更多> not counted)
- Document cover_url_signed is generated on-the-fly, not stored
- Add star_id comes from JWT context note
- Document Gateway NULL→0 conversion for grade
- Add toChineseGrade helper function for frontend

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-14 14:32:56 +08:00
11bcfcd68b docs: update starbook refactor spec with slot table and dynamic total_slots
- Add starbook_slots table (new, separate from booth_slots)
- Change total_slots from hardcoded 15 to dynamic fan_profiles.starbook_limit
- Clarify same asset_id cannot be registered as multiple types
- Add placed_at to SlotAsset proto and TypeScript
- Fix grade=0 vs NULL explanation in DB/API contract
- Update affected scope (4 new tables, new StarbookSlotRepository)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-14 14:32:56 +08:00
zerosaturation
2de9e1dd57 docs: fix hot-reload plan - timestamp debounce, PID files, cleanup
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-13 12:09:34 +08:00
zerosaturation
a77e16a150 docs: translate hot-reload dev script spec to Chinese
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-13 12:02:12 +08:00
zerosaturation
127139439f docs: add hot-reload dev script design spec
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-13 12:00:46 +08:00
d2c4929113 文档 2026-04-10 16:17:45 +08:00
ceb0159290 docs: update task management design based on review
修正内容:
- InitUserTasks 粒度:改为创建 onboarding_status + 每日任务进度
- ReportTaskEvent:从内部 RPC 改为移动端 API POST /api/tasks/report-event
- InitUserTasksRequest 增加 star_id 字段
- 每日任务流程:补充用户注册 → InitUserTasks 步骤
- 展示收益流程:补充 failed 记录对用户不可见的说明
- 展示收益响应:补充 star_id 字段
- activity-admin 收益记录页面:支持查看 failed 记录和手动补发

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-08 20:49:53 +08:00
770ca0e512 docs: add task management system design document
包含:
- 整体架构设计
- 数据库 ER 图和表结构
- 移动端 API 和 Dubbo 内部 RPC 定义
- 业务流程(每日任务、引导任务、展示收益)
- Worker 设计(Advisory Lock 每日重置 + 收益自动发放)
- activity-admin 页面规划
- 项目目录结构

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-08 20:49:53 +08:00
zerosaturation
575233b51f docs: 标记 Task 6 已完成(使用os.Getenv替代)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-08 01:30:57 +08:00
zerosaturation
4bae8e9b64 fix: plan 添加 net/url import
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-08 01:30:57 +08:00
zerosaturation
9ca072b463 docs: 添加 MiniMax 图生图 API 实现计划
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-08 01:30:57 +08:00
zerosaturation
286db74837 docs: 更新 MiniMax 设计文档,修复审核问题
- 修复时间戳不一致问题,统一使用毫秒时间戳
- 添加 CompletedAt 字段
- 添加 JobStatus 枚举类型
- 添加 HTTP 状态码表格
- 添加 SSRF 防护说明
- 添加轮询间隔(3秒)和超时(120秒)建议
- 添加任务清理机制(24h过期)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-08 01:30:57 +08:00
zerosaturation
cf7af5cfa5 docs: 添加 MiniMax 图生图 API 异步集成设计文档
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-08 01:30:57 +08:00
zerosaturation
0e6d0c3584 初始化项目 2026-04-07 22:28:50 +08:00