Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions Phase 2 docs/proj2rubric.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Project 2 Rubric
|Total Score|Notes| Evidence|Score|
|-----|---------|------|-----|
|.5| short release cycles|[Release cycles]( https://github.com/ShreeSub/CmyPlot/releases)|.5|
|.5| workload is spread over the whole team (so one team member is often Xtimes more productive than the others...|[Issues](https://github.com/elric97/CalBot/issues?q=is%3Aissue+is%3Aclosed) [commits](https://github.com/ShreeSub/CmyPlot/graphs/contributors)|.5|
|.5|Docs: why: docs tell a story, motivate the whole thing, deliver a punchline that makes you want to rush out and use the thing |[ReadMe](https://github.com/ShreeSub/CmyPlot#readme) |.5|
|.5|the files CONTRIBUTING.md lists coding standards and lots of tips on how to extend the system without screwing things up |[Contributing.md](https://github.com/ShreeSub/CmyPlot/blob/main/CONTRIBUTING.md) |.5|
|.5|Docs: doco generated , format not ugly |[Docs](http://localhost:63342/CmyPlot/docs/_modules/index.html)|.5|
|.5|evidence that the whole team is using the same tools (e.g. config files in the repo, updated by lots of different people) |[Issues](https://github.com/elric97/CalBot/issues?q=is%3Aissue+is%3Aclosed) [commits](https://github.com/ShreeSub/CmyPlot/graphs/contributors)|.5|
|.5|evidence that the members of the team are working across multiple places in the code base |[Issues](https://github.com/elric97/CalBot/issues?q=is%3Aissue+is%3Aclosed) [commits](https://github.com/ShreeSub/CmyPlot/graphs/contributors)|.5|
|1|Docs: what: point descriptions of each class/function (in isolation) |[Docs](http://localhost:63342/CmyPlot/docs/_modules/index.html)|1|
|.5|Number of commits: by different people | [commits](https://github.com/ShreeSub/CmyPlot/graphs/contributors)|.5|
|1|issues are being closed | [closed issues](https://github.com/ShreeSub/CmyPlot/issues?q=is%3Aissue+is%3Aclosed)|1|
|.5|issues are discussed before they are closed | [issues](https://github.com/ShreeSub/CmyPlot/issues/3) were discussed on whatsapp andover zoom before assigning as well closing|.5|
|.5|Use of syntax checkers. | [config file](https://github.com/ShreeSub/CmyPlot/blob/main/.github/workflows/python-app.yml)|.5|
|1|Issues reports: there are many |[issues](https://github.com/ShreeSub/CmyPlot/issues)|1|
|.5|Use of code formatters. |[config file](https://github.com/ShreeSub/CmyPlot/blob/main/.github/workflows/python-app.yml)|.5|
|.5|Use of style checkers | [config file](https://github.com/ShreeSub/CmyPlot/blob/main/.github/workflows/python-app.yml)|.5|
|.5|Docs: short video, animated, hosted on your repo. That convinces people why they want to work on your code. | |
|.5|test cases exist | [tests](https://github.com/ShreeSub/CmyPlot/tree/main/tests) exist, we have added tests for all the pages and features|.5|
|.5|Use of code coverage | [code coverage](https://codecov.io/gh/ShreeSub/CmyPlot) is automatically checked here as well as in [config](https://github.com/ShreeSub/CmyPlot/blob/main/.github/workflows/python-app.yml) file|.5|
|.5|other automated analysis tools | [tools](https://codecov.io/gh/ShreeSub/CmyPlot)|.5|
|.5|test cases:.a large proportion of the issues related to handling failing cases. | [tests were updated](https://github.com/ShreeSub/CmyPlot/commit/1360a5f02baa5412c768d925ff001fda75e7b28b)|.5|
|.5|test cases are routinely executed |[Pipeline](https://github.com/ShreeSub/CmyPlot/actions)|.5|
|1|Documentation describing how this version improves on the older version|[Delta Document](https://github.com/ShreeSub/CmyPlot/blob/main/Phase%202%20docs/deltadocument.md#new-features-and-enhancements-)|1|
|3|This version is a little(1), some(2), much(3) improved on the last version.|Tutor's assessment.|
|16| Total|