Skip to content

Latest commit

 

History

History
42 lines (38 loc) · 1.52 KB

notes.md

File metadata and controls

42 lines (38 loc) · 1.52 KB

notes

16 10 i cleaned up handlers and main a bit, tommorrow i hope to connect funtionality between all files with no confusion in structs 5 10 i got rid of many errors but 2 remain, this week i hope to get the user creation completed, for ui id like the user to be able to login and be able to see current state, distance from goal and benefits of current state. . ├── analytics.rs ├── auth.rs ├── db.rs ├── errors.rs ├── export.rs ├── handlers │ ├── analytics.rs │ ├── fasting.rs │ ├── mod.rs │ └── user.rs ├── lib.rs ├── main.rs ├── models.rs ├── notifications.rs ├── schema.rs ├── temp_handlers.rs ├── tests │ ├── analytics_tests.rs │ ├── db_tests.rs │ ├── fasting_tests.rs │ ├── handlers_tests.rs │ ├── mod.rs │ └── user_tests.rs ├── users │ ├── create.rs │ ├── find.rs │ ├── login.rs │ ├── mod.rs │ └── update.rs └── utils.rs

this is my tree, i recently altered main alot to make it a node rather than the main process, this maybe kinda dumb cause i have a mental amount of errors

integrated login functions into main, tomorrow hopefully I can get the rest of the user folder to function through main next i will try to slim down main so it only works as a center rather than a function point

coming together, testy branches should update, the flow I need to find out how to go from CLI to figma ui for phone