2023-11-17
Created Nov. 17, 2023, 2:56 p.m.
Modified Dec. 4, 2024, 4:05 p.m.
Goal
To design the Taskmaster App and learn how to interact with the webpage (i.e structure the actual app).
Pomodoro
None today, streaming!
Notes
Began the design of the webpage that hosts the Taskmaster App. It shouldn't need to be complicated, just needs to have one button to mark complete, one optional button to check in (if you want to record the duration of time for the task), and an optional field for notes.
Results
- Created the
task_log
html template, developed the Django Views and Django Routes necessary to access the app.
Next Time
- Build out a Task Model
- Figure out a smart way to track changes / reset tasks back to start on a schedule.