Description
Implement the Doctor Login screen with email/password authentication, forgot password link, and registration option.
Design Reference
Figma Frame: Doctor Login (576:2955, 576:2938)
Requirements
API Integration
Technical Notes
- Create in
docpilot_doctor/lib/features/auth/presentation/pages/
- Reuse authentication logic where possible with patient app
- Implement proper state management
Dependencies
Files to Create/Modify
lib/features/auth/presentation/pages/doctor_login_page.dart
lib/features/auth/presentation/widgets/doctor_login_form.dart
- Update routing configuration
Priority
High
Acceptance Criteria
- Login form validates correctly
- All navigation links work
- Successful login navigates appropriately
- UI matches Figma design
Description
Implement the Doctor Login screen with email/password authentication, forgot password link, and registration option.
Design Reference
Figma Frame:
Doctor Login(576:2955, 576:2938)Requirements
API Integration
Technical Notes
docpilot_doctor/lib/features/auth/presentation/pages/Dependencies
Files to Create/Modify
lib/features/auth/presentation/pages/doctor_login_page.dartlib/features/auth/presentation/widgets/doctor_login_form.dartPriority
High
Acceptance Criteria