What's new

Tutorial Sleep Assessment Survey App with Algorithm and Recommendations | Capstone Thesis Project

PHC-LEIIKUN

Forum Veteran
Elite
Joined
May 9, 2019
Posts
1,346
Solutions
23
Reaction
2,038
Points
636
Sleep Assessment Survey App with Algorithm and Recommendations. This is a 4th year Capstone Project, way back 2021. This was my first mobile app project made for my graduating student client.

Platform: Android/Mobile App
Language/s: Java only
Users Type: Users with Account
Third Party Used: Firebase for database
Inclusions: Free Revisions, Flowchart, Database, Source Code


FEATURES

  1. User Authentication and Registration:
    • Login requirement
    • Registration process
      • Email, password, confirm password
      • Age, name, username
      • Terms and Conditions checkbox
      • Create Account button
  2. Database Management with Firebase:
    • Real-time database usage
    • User data storage (email, username, full name, age)
    • Unique UID for each user
    • Admin-only access to database (read and write permissions)
  3. Homepage/Main Activity:
    • Navigation to Homepage after login
    • Links for Survey Form, Sleep Assessment Form, Logout, and About Us
    • Display of user information on the Homepage (complete name, username, email address, age)
  4. Survey Form:
    • Editable text fields
    • Checkboxes
    • Radio buttons
    • Submit button to save data to the user database
    • Validation for empty fields before submission
  5. Algorithm for Recommendation:
    • Algorithm triggered after completing the sleep assessment survey and saving data
    • Utilizes information provided by the user
    • Generates a recommendations based on the data in sleep assessment survey filled by the user
    • Displayed in the main activity


Preview:
You do not have permission to view the full content of this post. Log in or register now.
 

Attachments

Last edited:
Back
Top