Milestone 3: 75% check in
- Due Nov 21, 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 submitted a link to your repository
|
|
||
Your repository includes an annotated tag "Milestone 3"
|
|
||
Your README.md includes an up to date file listing
|
|
||
Your README.md includes an up to date feature listing with implemented features indicated (with percentages if partially completed)
|
|
||
Your repository includes an updated code base in the src directory
|
|
||
You have integrated my feedback from earlier milestones
|
|
||
The live version is consistent with the version submitted
|
|
||
You submitted a link to your repository
|
|
||
Your README.md includes any changes to the API design
|
|
||
Your README.md includes any changes to your data model
|
|
||
Your code is roughly 75% completed
|
|
||
Your README.md include a section describing what testing has been done (unit tests, API tests, UI testing with something like Selenium), roughly what coverage (e.g., 90% of API endpoints tested), and how to run the tests
|
|
||
Testing code and clear instructions are include in either the src/ or test/ folder
|
|
||
All use of outside code (from class, the internet, generative AI, or other sources that are not you) are documented according to the guidelines
|
|
||
|