Milestone 2: Diagrams & prototype
- Due Nov 5, 2024 by 9:30am
- Points 2
- Submitting a website url
See the Semester Project page for details on what to submit.
Grading
2 = Pass—you satisfy all of the specifications to a sufficient degree—it's perfectly met or very nearly met (e.g., if a specification says your code must include a comment above every function, but your code includes comments above only about 80% of functions, then that is deemed "sufficient")
1 = Reasonable attempt—it is clear that you made a good faith effort to meet the majority of the specifications even if they are not all met
0 = Unassessable—no or little attempt was made.
Rubric
Keep in mind that 9 students have already been assessed using this rubric. Changing it will affect their evaluations.
Criteria | Ratings | ||
---|---|---|---|
You settled on a single idea based on feedback from me and others
|
|
||
You create a properly named git repository on GitHub
|
|
||
Your GitHub repository was shared with me
|
|
||
You submitted a link to your repository on GitHub
|
|
||
You created an annotated tag for your commit named "Milestone 2"
|
|
||
Your git repository includes a file named diagrams.pdf that contains your digital (i.e., not hand drawn) diagrams
|
|
||
Wireframes of all major views are contained within your diagrams.pdf file
|
|
||
Your diagram.pdf contains a component diagram depicting what information and processes occur on the front and back ends
|
|
||
Your repository contains a README.md document in Markdown format
|
|
||
Your README.md contains a description of your project and a listing of the files contained in the repository
|
|
||
Your README.md contains a link to where your project is hosted live on DigDug
|
|
||
Your README.md contains a listing of your API actions including HTTP method, request parameters, and response data
|
|
||
Your README.md contains a data model description and includes data stored on both the client and server sides
|
|
||
Your README.md contains a a list of features the completed project will contain with the ones implemented thus far checked off
|
|
||
Your repository contains a src directory with your prototype code in it
|
|
||
Your prototype code is roughly 25% implemented
|
|
||
Your prototype only uses frameworks and libraries approved by me
|
|
||
All use of outside code (from class, the internet, generative AI, or other sources that are not you) are documented according to the guidelines
|
|
||
|