rwadurian/frontend/mobile-app/lib/features/auth/presentation/pages
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
..
backup_mnemonic_page.dart refactor: 多项UI优化和品牌更名 2025-12-15 01:43:47 -08:00
forgot_password_page.dart feat: 多项业务功能增强 2025-12-22 19:00:02 -08:00
guide_page.dart feat(mobile-app,admin): 添加系统维护功能和通知徽章功能 2025-12-27 23:26:01 -08:00
import_mnemonic_page.dart fix(mobile-app): 修复多账号切换后账号列表只显示一个的问题 2025-12-27 11:12:50 -08:00
onboarding_page.dart feat(mobile-app): 优化创建钱包页面UI 2025-12-15 19:33:04 -08:00
phone_login_page.dart fix(mobile-app): 修复多账号切换后账号列表只显示一个的问题 2025-12-27 11:12:50 -08:00
phone_register_page.dart feat: 在发送短信前验证推荐码 & 修复按钮响应 2025-12-20 22:59:29 -08:00
set_password_page.dart feat(kyc): 实现实名认证和更换手机号功能 2025-12-24 06:38:39 -08:00
sms_verify_page.dart fix(mobile-app): 修复多账号切换后账号列表只显示一个的问题 2025-12-27 11:12:50 -08:00
splash_page.dart feat(pending-actions): add user pending actions system 2026-01-02 18:22:51 -08:00
verify_mnemonic_page.dart refactor!: 重构账户序列号格式 (BREAKING CHANGE) 2025-12-12 09:11:18 -08:00
wallet_created_page.dart fix(mobile-app): 优化数字显示组件防止自动换行 2025-12-23 18:33:51 -08:00