Description
Implement the Patient Login screen with email/password authentication and navigation to Doctor login.
Design Reference
Figma Frame: Patient Login (576:2777)
Requirements
API Integration
Technical Notes
- Create in
docpilot_patient/lib/features/auth/presentation/pages/
- Use BLoC or Provider for state management
- Implement proper error handling
- Add navigation routing
Dependencies
Files to Create/Modify
lib/features/auth/presentation/pages/patient_login_page.dart
lib/features/auth/presentation/widgets/login_form.dart
- Update routing configuration
Priority
High
Acceptance Criteria
- Login form validates correctly
- Successful login navigates to confirmation screen
- Errors are displayed clearly
- UI matches Figma design
Description
Implement the Patient Login screen with email/password authentication and navigation to Doctor login.
Design Reference
Figma Frame:
Patient Login(576:2777)Requirements
API Integration
Technical Notes
docpilot_patient/lib/features/auth/presentation/pages/Dependencies
Files to Create/Modify
lib/features/auth/presentation/pages/patient_login_page.dartlib/features/auth/presentation/widgets/login_form.dartPriority
High
Acceptance Criteria