Skip to content

Console ToDo app v0.2.0

Latest
Compare
Choose a tag to compare
@smartlegionlab smartlegionlab released this 20 Oct 11:18
· 3 commits to master since this release

What's new:

  • Architectural code refactoring. Complete redesign. In progress.
  • The code has been rewritten using the MVC (Model-View-Controller) architecture.
  • Bugs fixed.
  • The user interface has been simplified and improved.
  • The structure and readability of the code has been improved, making it easier to maintain and extend functionality. (SOLID, DRY, MVC).
  • Complete refusal to store tasks in the json file. Only sqlite is now used to store tasks.

In the next updates:

  • Adding comments to tasks.