Day6

Day 6: March 8, 2024 Today’s Progress: Added status row and edit task template Thoughts: Still need to create edit and delete functionality, and need to pull task data into edit page. Link to work
Read more →

Day5

Day 5: March 7, 2024 Today’s Progress: Added formatting to task listing on homepage, fixed priority values, and fixed date display. Thoughts: Need to create edit and delete functionality. Link to work
Read more →

Day4

Day 4: March 6, 2024 Today’s Progress: Successfully added database connectivity and display tasks on homepage. Thoughts: Need to troubleshoot priority functionality, due date display, and need to create edit and delete functionality. Link to work
Read more →

Day3

100 Days Of Code - Log Day 3: March 5,2024 Today’s Progress: Added tasks database schema using SQLAlchemy. Thoughts: Going to create database models so tables are created when container is launched. Link to work
Read more →

Day2

100 Days Of Code - Log Day 2: March 4,2024 Today’s Progress: Added wtforms library ToDo app and converted the new_task.html page into a template. Thoughts: Going to create a database for the application and link the form to it. Link to work
Read more →