-
Notifications
You must be signed in to change notification settings - Fork 1
Health Diary homepage
Andrey Bezpalenko edited this page Jan 27, 2019
·
3 revisions
It's all about controlling what happens in your life and how it reflects on your health. The main idea that you can make evening notes every day and write what did you eat and how you feel now. It should be simple, so we decided to use just questionary for all things and later you can add your own questions/answers. When it has enough data, second part of application will be able to find different correlation between food and feeling, or even not only food, but whatever you decide to put there: activities, habits, psy state, etc.
- (DONE)Project structure with latest Docker, Angular, Symfony, PostgreSQL.
- (DONE)Landing page with description, generated by Symfony, with route "/read/about".
- Small registration form with fields: sex, weight, age, profession, city (for automatic weather grabbing). By the end of registration user gets 128 bytes security code for login, nothing else.
- Login form with 1 field: security code.
- Add limit 10 failed login attempts per day from some IP.
- Automatic loading of weather changes (air pressure, temperature).
- Sections: Daily questionary (Frontend side, table with basic questions).
- Sections: Analysing data (Frontend side): x days correlation
- Sections: Analysing data (Frontend side): x months correlation
- Sections: Analysing data (Frontend side): hour correlation
- Ability to sync data with server and encrypt it by special frontend-generated key.
- Ability to load data on another device from server by special frontend-generated key.
- Sync between devices.
- Ability to make data public (without encryption, for healthcare researches).
- Sections: Analysing public data (Backend side). Neural network search.
- Sections: Analysing private data (Frontend side). Neural network search.
- Admin part: use some well-known bundle for Symfony. Add sections for users, data from users, stats.