-
-
Notifications
You must be signed in to change notification settings - Fork 4
Project Notes ‐ 07 27 2023
Levy Tate edited this page Jul 27, 2023
·
1 revision
The meeting between Ben and Paul involved discussing a number of software development tasks, mainly focusing on reorganizing the time selection and display options, refining the SMART goals feature, UI themes, and setting up connections between the frontend and backend.
Keep the option for switching between 24-hour and 12-hour time formats as a potential future enhancement.
- Reorder the time selection and display options as follows: Day, Time, Date.
- Highlight in the Time selection that this represents the time the SMART goal will repeat on the chosen days.
- Ensure that "class=btn" is consistently applied to control the daisy UI theme throughout the application.
- Develop a consistent animation theme across the entire platform.
- Build a component for representing the days of the week, enabling a connection from the frontend to the backend.
- Establish the frontend connection to API calls.
- Implement route protection.
- Clean up any redundant or unnecessary code.
- Ensure that the application displays accurate error messages.
- Add a Placeholder card.