Create filter to avoid duplicate tasks
creating a task on mobile test
creating a task on mobile test
new Task Modal test
Add a modal to create a new task in the kanban board
2025-03-30
Add a new settings page that allows me to correlate task colors to categories. These will be displayed at the top of the kanban board as a legend
When adding notes to a task, load existing notes into the modal before overwriting with new notes
2025-03-30
Create a new Go server and deploy it, it should handle CRUD for a postgres db, and include some extra data transform logic
Read ShapeUp
Read Refactoring UI
2025-03-08
Update gitLog to create new tables per project for logs
Refactor Santa app to have auth, maybe use oauth for login, then create a secure session cookie
Create a schedule time page, with a calendar view
Setup a page to create a new gitLog table or serialize the data into a portable format
By default, on the Kanban board, done should only show things completed within the last 60 days before falling off. Then there should be a show all button that fetches additional entries from the DB
Furthermore - should every todo have a "category" type to link/label projects?
logs and TODO's should actually be seperate Lists
test