/task_organizer

Flask website to track tasks/assignments

Primary LanguagePython

Task Organizer Website

Hi there!

To do:

  • Prepare basic structure of a service
  • Create a main python function to handle routing
  • Add option to add tasks
  • Add option to remove tasks
  • Add option to mark tasks as finished
  • Fomat the front-end
  • Add register system
  • Add login system
  • Integrate password hashing
  • Add client-side validation
  • Add more client-side informations about errors
  • Add sql validation
  • Increase test coverage