issues
search
cking90
/
CS2340-donation-tracker
Android application which tracks the donations and distributions of a non-profit organization.
0
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Individual Extra Credit Components
#100
tsmith394
opened
6 years ago
0
This criterion is linked to a Learning Outcome Quality of Paper and analysis
#99
tsmith394
opened
6 years ago
0
This criterion is linked to a Learning Outcome LINT -- Code passes the analyzer. Every problem (error/warning/etc) should either be eliminated by the team or explained to TA why that error is valid to remain in the code. All public methods MUST be javadoc'd (or be an @Override using a parent's javadoc). Deductions for intelli-j analyzer (unexplained or valid issues, not gross count): Missing javadocs from public methods: -10 1-10 defects: -5 10-20 defects: -10 20-30 defects: -15 > 30 defects: -20
#98
tsmith394
opened
6 years ago
0
CODE REVIEW -- Team completes the code review and includes the required forms.
#97
tsmith394
opened
6 years ago
0
This criterion is linked to a Learning Outcome JUNIT --Tests should compile and run. The bar can turn red due to a failing assertion, but the test cannot fail because the JUnit code is defective.
#96
tsmith394
opened
6 years ago
0
JUNIT -- The tests written by the student achieve branch coverage. Each if should be taken in both T and F direction, while and for loops should be taken and if possible, skipped by setting conditions appropriately. Switch statements should execute each case and take the default.
#95
tsmith394
opened
6 years ago
0
DEMO -- Clicking on a pin shows details about the Location. The exact details in the window are up to the team, but it should be useful information and include the two required items (name and phone).
#94
tsmith394
opened
6 years ago
0
DEMO -- Map has a pin at each Location
#93
tsmith394
opened
6 years ago
0
DEMO -- Application has a map view that displays a google map.
#92
tsmith394
opened
6 years ago
0
DEMO -- Previous functionality and persistence still works.
#91
tsmith394
opened
6 years ago
0
This criterion is linked to a Learning Outcome CONTRACT -- Framing conditions are correctly stated. All instance, class and global variables that are modified by the method are clearly identified.
#90
tsmith394
opened
6 years ago
0
CONTRACT -- Invariants are stated if needed (what conditions are always true about the object state, both before and after execution. ) If no invariant is appropriate, these points are automatically awarded.
#89
tsmith394
opened
6 years ago
0
CONTRACT -- Postcondition properly describes state after method completes
#88
tsmith394
opened
6 years ago
0
This criterion is linked to a Learning Outcome CONTRACT - Preconditions are logical (true if no precondition) and properly state conditions necessary for method to be safely called.
#87
tsmith394
opened
6 years ago
0
CONTRACT - Method Signature is logical
#86
tsmith394
opened
6 years ago
0
DEMO: Loaded information is correct
#85
tsmith394
opened
6 years ago
0
DEMO: There is a way to load the information. This can be a menu item or done automatically on program startup.
#84
tsmith394
opened
6 years ago
0
DEMO: there is a way to save/persist the information. This can be using an EC DB or local file on device.
#83
tsmith394
opened
6 years ago
0
DEMO: if no items satisfy the search, that is communicated to the user
#82
tsmith394
opened
6 years ago
0
DEMO: Items satisfying search are displayed
#81
tsmith394
opened
6 years ago
0
DEMO: User can select the search type (category or item name)
#80
tsmith394
opened
6 years ago
0
DEMO: user can select the search scope (single location or all locations)
#79
tsmith394
opened
6 years ago
0
DEMO: previous functionality still works
#78
tsmith394
opened
6 years ago
0
UML: Collaborations (associations) are logical and make sense for design; double declarations (attribute and association)
#77
tsmith394
opened
6 years ago
0
UML: Overall class identification completeness and quality
#76
tsmith394
opened
6 years ago
0
UML: Appropriate use of inheritance and interface implementation
#75
tsmith394
opened
6 years ago
0
UML: Methods in correct format (vis name (params) : returnType)
#74
tsmith394
opened
6 years ago
0
UML: Attributes in correct format (vis name:type)
#73
tsmith394
opened
6 years ago
0
UML: Class names singular unless a collection
#72
tsmith394
opened
6 years ago
0
UML: Multiplicity / Cardinality shown
#71
tsmith394
opened
6 years ago
0
UML: Regular Associations have labels
#70
tsmith394
opened
6 years ago
0
Demo: Selecting an item in the list displays the details about that item
#69
tsmith394
opened
6 years ago
0
Demo: the list of donations for this Location can be displayed.
#68
tsmith394
opened
6 years ago
0
Demo: Adding data and not accepting does not add information to model
#67
tsmith394
opened
6 years ago
0
Demo: Entering data and accepting adds data to the model
#66
tsmith394
opened
6 years ago
0
Demo: Data Entry screen has widgets for all required information
#65
tsmith394
opened
6 years ago
0
Demo: Navigate to Edit/Data Entry Screen
#64
tsmith394
opened
6 years ago
0
Demo: Previous Functionality Still Works
#63
tsmith394
opened
6 years ago
0
Demo: selecting location from the list takes you to a detail view
#62
tsmith394
opened
6 years ago
0
Demo: List of Locations available in the UI
#61
tsmith394
opened
6 years ago
0
Demo: data is stored in the model
#60
tsmith394
opened
6 years ago
0
Demo: file opened and parsed correctly
#59
tsmith394
opened
6 years ago
0
Demo: Load data functionality is available
#58
tsmith394
opened
6 years ago
0
Demo of Previous Login/Registration
#57
tsmith394
opened
6 years ago
0
Design Team -- UI Prototypes & Flow Diagram
#56
tsmith394
opened
6 years ago
0
Design - Team Software Architecture
#55
tsmith394
opened
6 years ago
0
Demo - User and admin types are created
#54
nehadesh
opened
6 years ago
0
Demo - canceled registration does not add user
#53
nehadesh
opened
6 years ago
0
Demo - Accepted Registration adds new user
#52
nehadesh
opened
6 years ago
0
Demo - Registration Screen
#51
nehadesh
opened
6 years ago
0
Next