A Trello tui written in python.
- Add key and token as secrets
- Get all trello cards
- Get trello lists on board
- Start documenting methods
- Change methods to return instead of print
- Refactor to getBoards -> Choose board -> get lists in board -> get cards in each list
- Add flags for redundant methods
- Add input checking to methods in api file
- Put boards, cards, lists files in their own folder
- Implement testing?
- Populate cards methods
- Build board with cards
- Look into npyscreen
- Look into ncurses or bashsimplecurses
- Design?