Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 553 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 553 Bytes

todomanagement

Application is developed in C++ using Mingw32 and Qt 4.8.4 library

The application is not ready, here are some left things to be done:

  • Edit item
  • Create list
  • Edit list
  • Remove list
  • Refactoring
    • View classes, forms should be separate classes, the table of items should also be a separate class
    • Refactor ListController to handle only lists, maybe create a service or a new controller to handle items