rwadurian/backend/services/identity-service/src
hailin 28e0396a65 feat(pending-actions): add user pending actions system
Add a fully optional pending actions system that allows admins to configure
specific tasks that users must complete after login.

Backend (identity-service):
- Add UserPendingAction model to Prisma schema
- Add migration for user_pending_actions table
- Add PendingActionService with full CRUD operations
- Add user-facing API (GET list, POST complete)
- Add admin API (CRUD, batch create)

Admin Web:
- Add pending actions management page
- Support single/batch create, edit, cancel, delete
- View action details including completion time
- Filter by userId, actionCode, status

Flutter Mobile App:
- Add PendingActionService and PendingActionCheckService
- Add PendingActionsPage for forced task execution
- Integrate into splash_page login flow
- Users must complete all pending tasks in priority order

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 18:22:51 -08:00
..
api feat(pending-actions): add user pending actions system 2026-01-02 18:22:51 -08:00
application feat(pending-actions): add user pending actions system 2026-01-02 18:22:51 -08:00
config feat: 实现手机号+密码登录和账号恢复功能 2025-12-20 20:35:44 -08:00
domain feat(identity-service): 增强钱包生成可靠性,确保100%生成成功 2025-12-27 09:40:51 -08:00
infrastructure fix(identity): use correct Aliyun API for ID card verification 2026-01-02 08:05:08 -08:00
shared feat(identity): 改用创意组合名字替代序号命名 2025-12-24 00:25:03 -08:00
app.module.ts feat(pending-actions): add user pending actions system 2026-01-02 18:22:51 -08:00
main.ts feat: 实现手机号+密码登录和账号恢复功能 2025-12-20 20:35:44 -08:00