-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
5e60b38
commit 181c943
Showing
3 changed files
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Cli TODO app <sup>v0.1.0</sup> | ||
# Cli TODO app <sup>v0.1.2</sup> | ||
|
||
Console TODO app. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters