Add product canvas to readme

This commit is contained in:
ruihildt 2019-07-29 17:01:51 +02:00
parent 6d3410b007
commit 202276eb8f
2 changed files with 20 additions and 2 deletions

3
.gitignore vendored
View File

@ -59,3 +59,6 @@ typings/
# next.js build output
.next
# VS Code settings
.vscode

View File

@ -1,2 +1,17 @@
# sleep-tracker-backend
Backend server for Sleep Tracker, a web app tracking sleep time and mood in order to optimize your sleep time.
Sleep Tracker allows Users to create an account and track their sleep and mood every day in order to improve their sleep.
After one month, Sleep Tracker will give recommendation of optimal sleep duration.
Sleep Track aims to help Users improve their sleep pattern and global health.
## Target Audience
Sleep Tracker is intended for anyone interested in improving their sleep and health.
## Features
- Homepage view shows a graph of your nightly hours of sleep over time .
- Ability to create a nights sleep entry. For each date set (1/1/19-1/2/19), user can scroll through a digital clock image (like when you set your alarm on your phone, or just type in) to enter what time they got in bed and what time they woke up. From this data, app will calculate their total time in bed.
- Ability to edit or delete a sleep entry.
- Ability to click one of four emoji buttons to rate how they felt right when they woke up, how they felt during the day, and how tired they felt when they went to bed. Behind the scenes, a score 1-4 is given for each emoji.
- The app will calculate an average mood score for 1/2/19, and compare it to the time spent in bed. The app will then recommend after using for >1 month how much sleep you need. “Your mood score tends to be highest when you sleep 7.5 hours”
## Possible further features
- Make recommendations not only based on sleep time, but also on bed time (some reasearch will need to be done in that area)
- Connect to third party sleep tracking services