-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lab12 ATM w/ Version 2 #144
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Johnathan.
Looks like the ATM withdrawals are not subtracting from balance. Also missing the list of transactions. Can you make changes and resubmit? Thanks
…nsaction list + ATM withdraws subtract from balance
… getting the view to recieve the form; fixed directory error
…hkrris?page=2' to guide me through this project.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Previous issues fixed.
New issue: Account balance after interest accrual on $100 shows $110 but should be $100.10
#144 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Completed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Completed
NOTE: There is a bug where the "Encrypt new message?" button crashes app, but the basic functionality works so application satisfies requirements.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs Work
- Application crashes when attempting to add Todo.
django.urls.exceptions.NoReverseMatch: Reverse for 'index' not found. 'index' is not a valid view function or pattern name
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need Work
django.template.exceptions.TemplateDoesNotExist: grocery_app/index.html
when requestinghttp://localhost:8080/grocery/
No description provided.