Commit Graph
16 Commits
Author SHA1 Message Date
Hanim bbbff60a7a resolve conflict 2025-09-15 13:40:30 +02:00
Hanim 050087359c feat: add Parent managment with admin dashbord 2025-09-15 13:28:20 +02:00
Hanim 68adc027cb Add modif of compile 2025-09-12 16:28:55 +02:00
Hanim 05b2380181 add corection 2025-09-12 16:25:20 +02:00
Hanim c332eb3d86 add modification version http 2025-09-12 16:11:53 +02:00
Hanim e2e38076aa Add routes navigation login and admin dashboard 2025-09-12 15:24:52 +02:00
Hanim 9fd6cb7b76 feat: Implement authentication service and login handling with role-based navigation 2025-09-03 11:03:53 +02:00
Hanim 2b377db1c6 feat: Add route for ParentRegisterStep1Screen in AppRouter 2025-09-01 11:58:14 +02:00
Hanim 9f874f30e7 feat: Add dashboard layout with sidebar and main content area
- Implemented AppFooter widget for mobile and desktop views.
- Created ChildrenSidebar widget to display children's information.
- Developed AppLayout to manage app structure with optional footer.
- Added ChildrenSidebar for selecting children and displaying their status.
- Introduced DashboardAppBar for navigation and user actions.
- Built WMainContentArea for displaying assistant details and calendar.
- Created MainContentArea to manage contracts and events display.
- Implemented MessagingSidebar for messaging functionality.
- Updated widget tests to reflect new structure and imports.
2025-08-28 12:58:44 +02:00
Hanim 7d97de3086 feat: Add legal and privacy routes to AppRouter 2025-08-25 11:27:07 +02:00
Hanim 332f4be7d7 feat: Update identity information labels in registration screens for clarity 2025-08-18 16:48:04 +02:00
Hanim 01a7937004 feat: Implement multi-step registration for Childminder with data validation and summary display
- Added routes for registration steps 2, 3, and 4 in app_router.dart.
- Created AmRegisterStep2Screen for entering professional details including birth date, city, country, social security number, agreement number, and max children.
- Implemented validation for social security number and max children fields.
- Developed AmRegisterStep3Screen for entering a motivation message and accepting terms and conditions.
- Created AmRegisterStep4Screen to display a summary of the registration data for review before submission.
- Introduced SummaryCard widget for displaying user information in a structured format.
- Enhanced DataGenerator utility to provide realistic data for testing.
2025-08-18 16:37:27 +02:00
Hanim acda4244a9 feat: Update registration data model for Childminder and adjust related screen AM logic 2025-08-14 11:33:40 +02:00
Hanim 14efccc711 feat: Refactor user AM Part 1 registration data model and update registration screens 2025-08-12 16:16:54 +02:00
Hanim a442766096 feat: Add Flutter Code Check workflow 2025-08-12 15:58:52 +02:00
Hanim 4042d5823e feat: Implement Parent Registration Step 4 and Step 5 Screens
- Added ParentRegisterStep4Screen for capturing motivation and CGU acceptance.
- Integrated custom checkbox and text field widgets for better UI.
- Implemented modal dialog for displaying CGU text.
- Created ParentRegisterStep5Screen for summarizing registration data.
- Added functionality to display parent and child details with edit options.
- Included confirmation modal upon submission of the registration request.
2025-08-12 15:49:46 +02:00