rwadurian/frontend/mobile-app/lib/features
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
..
account/presentation/pages feat(mobile-app,admin): 添加系统维护功能和通知徽章功能 2025-12-27 23:26:01 -08:00
auth/presentation feat(pending-actions): add user pending actions system 2026-01-02 18:22:51 -08:00
authorization/presentation feat(mobile-app): 流水明细支持显示权益类型和详情 2025-12-26 03:57:35 -08:00
contract_signing/presentation feat(contract-signing): 增强签名功能 2025-12-26 06:42:15 -08:00
deposit/presentation/pages fix(mobile-app): 优化数字显示组件防止自动换行 2025-12-23 18:33:51 -08:00
home/presentation chore(mobile-app): 减少频繁轮询产生的调试日志 2025-12-28 06:54:16 -08:00
kyc feat(mobile-app): KYC成功后自动跳转合同签署页面 2025-12-25 07:07:43 -08:00
mining/presentation/pages fix(mobile-app): 优化数字显示组件防止自动换行 2025-12-23 18:33:51 -08:00
notification/presentation/pages feat(mobile-app,admin): 添加系统维护功能和通知徽章功能 2025-12-27 23:26:01 -08:00
pending_actions/presentation/pages feat(pending-actions): add user pending actions system 2026-01-02 18:22:51 -08:00
planting/presentation feat(mobile-app): KYC成功后自动跳转合同签署页面 2025-12-25 07:07:43 -08:00
profile/presentation feat: "同僚"改为"同伴" + KYC从三要素改为二要素 2026-01-02 04:20:42 -08:00
ranking/presentation/pages fix(mobile-app): 优化数字显示组件防止自动换行 2025-12-23 18:33:51 -08:00
security/presentation/pages feat(email): 实现邮箱绑定/解绑功能 2025-12-23 20:53:20 -08:00
share/presentation/pages feat(frontend): 多项功能改进 2025-12-15 04:04:21 -08:00
trading/presentation/pages feat(mobile-app): 优化流水明细筛选选项 2025-12-26 08:17:15 -08:00
withdraw/presentation/pages feat(mobile-app): 最小提取金额从100改为5绿积分 2025-12-26 04:02:26 -08:00