https://github.com/bernays/gradebook
https://github.com/bernays/gradebook
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bernays/gradebook
- Owner: bernays
- Created: 2015-09-21T00:11:07.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-21T00:11:37.000Z (almost 11 years ago)
- Last Synced: 2025-01-24T10:47:04.291Z (over 1 year ago)
- Language: Java
- Size: 3.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
Test Cases for GradeTracker:
Search database:
- Only returns the assignments with specific course
- Nothing happens when input string that is not found
- When nothing found can return to seeing complete database view
Navigation:
- buttons lead to eachother
- when press cancel,
For all "Save" buttons:
- One user input missing
- Two user inputs missing
- User inputs wrong type
- User inputs a negative number
- User inputs a 0 --> important when finding averagages and weighted scores because of dividing by 0
- user inputs a string or symbol when expecting
- user inpus a n integer out of expected range
General performance:
- Scroll fast between fragments
- Reasonably fast startup time
Security:
- App does not access any other files other than the database it creates