Skip to content

Cli TODO app v0.1.2

Choose a tag to compare

@smartlegionlab smartlegionlab released this 26 Sep 05:48
· 15 commits to master since this release

Cli TODO app v0.1.2

Refactored TaskManager classes to store files in the user's home directory

  • Updated TaskManagerJSON to create and load 'todo.json' in the user's home directory.
  • Updated TaskManagerSQLite to create and connect to 'todo.db' in the user's home directory.
  • Improved application portability by ensuring that file paths are independent of the system's current working directory.