Update instructions for unit testing and preliminary implementation authored by Brayden Martin's avatar Brayden Martin
...@@ -3,21 +3,29 @@ ...@@ -3,21 +3,29 @@
# Milestone 6 # Milestone 6
## Design ## Design
### Sequence Diagram: Chad Johnson ### Sequence Diagram: Chad Johnson
* As a person wanting to keep track of stats and standings, I want to be able to input appropriate data after a game so that I can review it later when needed. * As a person wanting to keep track of stats and standings, I want to be able to input appropriate data after a game so that I can review it later when needed.
![Milestone6Sequence](uploads/816b0d68795479f7b00ad476441553fa/Milestone6Sequence.png) ![Milestone6Sequence](uploads/816b0d68795479f7b00ad476441553fa/Milestone6Sequence.png)
### Class Diagram ### Class Diagram
![Milestone6Class](uploads/b43b09be27ca2c7ef068cacf2e432446/Milestone6Class.png) ![Milestone6Class](uploads/b43b09be27ca2c7ef068cacf2e432446/Milestone6Class.png)
## Preliminary Implementation ## Preliminary Implementation
- 1-2 epics - 1-2 epics
- How do we even show this? (Evan?) - Write how it relates to each person (two) and describe what we have so far.
## Unit Testing ## Unit Testing
- Probably don't have to show this. - Screenshots of tests passing
- Hyperlinks to source code for test folder.
## Action Plan ## Action Plan
- Work Done: - Work Done:
...@@ -33,6 +41,7 @@ ...@@ -33,6 +41,7 @@
* Shantanu: * Shantanu:
## Requirements ## Requirements
- Design documented with additional UML diagrams (e.g. sequence diagram, activity diagram) - Design documented with additional UML diagrams (e.g. sequence diagram, activity diagram)
- Preliminary implementation (1-2 epics) - Preliminary implementation (1-2 epics)
... ...
......