Commit Graph

2 Commits

Author SHA1 Message Date
vergiLgood1 5b2806f0bb feat: add registration data model with personal, ID card, selfie, identity, officer, and unit information 2025-05-25 11:04:15 +07:00
vergiLgood1 0ee2d72134 feat: Implement facial verification service and selfie verification controller
- Added FacialVerificationService for handling face detection and comparison.
- Created SelfieVerificationController to manage selfie capture and validation against ID card.
- Integrated liveness detection functionality within the selfie verification process.
- Developed SignupWithRoleController for user registration with role selection.
- Introduced PersonalInfoController for managing user personal information during signup.
- Added CountdownOverlayWidget for displaying countdown during liveness check.
- Enhanced error handling and validation across controllers.
2025-05-24 21:51:30 +07:00