Skip to content

Phase 1 assessments capture functionality, Offline Notification feature

Closes #41 (closed) , #35 (closed)

  1. Created Phase 1 Assessments Capture functionality
    1. Capturing phase 1 assessments
    2. Saving data in phone storage & pushing it when online next time
    3. Validating phase - 1 assessments
    4. Created a Model class for Stage - 1
    5. Created methods for converting from & to JSON format
    6. Generating unique key to store each child

Screenshots of phase - 1 assessments

before entering phase - 1 After clicking on save assessments
  1. Created Offline Notification showing functionality
    1. Showing notification when baby is registered to complete phase -1 assessments
    2. If user forgets to do phase 1 assessment then reminding by notification again after 60 minutes
    3. Notification feature works offline using scheduled notification featur
    4. Package used for showing notification https://pub.dev/packages/awesome_notifications

Screenshots of notifications

on register baby notification reminder after 60 minutes reminder after 60 minutes

Merge request reports