Luis Git Log

Kanban Board

To Do

Create filter to avoid duplicate tasks
creating a task on mobile test
creating a task on mobile test
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
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
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

In Progress

Done

Add a modal to create a new task in the kanban board
When adding notes to a task, load existing notes into the modal before overwriting with new notes
Read Refactoring UI
Add Notes to Task
Change Color to Red
Change Color to Blue
Change Color to Green
Remove Color
Move to TO DO
Move to IN PROGRESS
Move to DONE
Cancel Task
Delete Task