-
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.
- Loading branch information
1 parent
dc1fa89
commit 19aaf60
Showing
3 changed files
with
164 additions
and
11 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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# State Of Work | ||
|
||
* Project has been fully configured from cookiecutter-django using MySQL. | ||
* Deployed to production at [negligentoctopus.pythonanywhere.com](negligentoctopus.pythonanywhere.com). | ||
|
||
Core models are being defined and added to the django-admin. | ||
Account and Transactions are implemented with balance as prefix-sum. | ||
|
||
## Update | ||
|
||
Testing has been defined. | ||
|
||
# Today | ||
|
||
Implement testings and fix bugs found. | ||
|
||
__To Continue__ | ||
Define categories architecture for transactions | ||
|
||
## Work Log | ||
__InProgress__ | ||
|
||
__ToDo__ | ||
|
||
__Done__ | ||
* Add testing -- Functions are defined in class. Follow the one implemented as example. | ||
* Test business logic | ||
* Test balance is correct | ||
* Test balance on account is safe for one, for many transaction, with or withput inital balance | ||
* Test balance is same on change initial balance and change of a transaction | ||
* Test that changing acc or timestamp fails | ||
|
||
__Discarded__ | ||
|
||
# To Do |
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