- store blocks that are checked only
- load 70ish blocks
- render 7 blocks at a time
- when page loads -> get the current date, render every block from first init to yesterday with each loop
- block will be uploaded every 10 mins?
- have a users table with id
- have a routines table that connects to user table via id
- have a checked blocks table corresponding to the id of routine data
- each row indicates a day (row 1 = monday ...)
- render every block except the today block in a each loop
- render the today block outside loop for easy manipulation
- make dark mode
[X] how to get the date for block that are not stored i.e unchecked blocks
[X] make a schema and findout how to query
[X] figure out how to store to db
[ ] make the add routine menu preetier
[ ] make a delete button for routines
[ ] have icons and color options for routines
[X] figure out how to store shit in cookies
[X] figure out how to get the user's cookies
[X] how to identify who is who with just cookies
[X] how to extract the day from the date and put it in a corresponding row
[X] how to store the data?? DB