Skip to content

Commit 2684856

Browse files
authored
Update health_app.md
1 parent bde74d2 commit 2684856

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

cases/health_app.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
## Описание задачи
22
We need to build a SaaS product in a healthcare sector, which helps users track their sleep.
3-
So, we need 2 applications for users to work with:
3+
There are 2 applications for users to work with:
44
* Mobile App
55
* Web App
6-
Mobile app should collect data about user's sleep (duration, movement, sounds, etc.) and send them to us for:
7-
* Analyzing using ML models
8-
* Preparing stats and analytics
9-
* Also, Mobile App and Web App should display analytics and stats to users.
6+
Mobile app collects data about user's sleep (duration, movement, sounds, etc.) and sends it to the backend. Backend performs following:
7+
* Analyze sleep data using ML models
8+
* Prepare analytics on a sleep data
9+
* Persists analytics and raw data
10+
* Serves analytics to users (API endpoints, Dashboard)
1011

1112
## Задача
12-
1.
13+
1. Упор делаем на бэкенд, мобильное приложение - это клиент
14+
2. Описать архитектуру решения
15+
3. Описать плюсы/минусы решения
1316

1417
## На что обращаем внимание:
1518
1. Умеет ли кандидат работать с ML-моделями (training, inference)

0 commit comments

Comments
 (0)