-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix #6 , Latest read feature, cleanup
* Added FileManagers, now different file versions can be read with the same method call. #6 * Seperated concerns: architecture consists of DiaryController, Diary, Entry and FileManager classes. * Set up `diary read latest` feature * Set up tests * added ignore files
- Loading branch information
madhaven
committed
Sep 26, 2022
1 parent
fb00905
commit 8da1117
Showing
5 changed files
with
237 additions
and
103 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,6 @@ | ||
__pycache__/* | ||
*.pyc | ||
diary_config | ||
diary | ||
diary | ||
testdiary | ||
*diaryback* |
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
Oops, something went wrong.