Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding rubric for project 2 #14

Merged
merged 1 commit into from
Oct 31, 2021
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
26 changes: 26 additions & 0 deletions docs/proj2rubric.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
|Score|Notes| Evidence|
|-|-----|---------|
|.5| short release cycles||
|.5| workload is spread over the whole team (so one team member is often Xtimes more productive than the others...||
|.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 | |
|.5|the files CONTRIBUTING.md lists coding standards and lots of tips on how to extend the system without screwing things up | |
|.5|Docs: doco generated , format not ugly | in GH|
|.5|evidence that the whole team is using the same tools (e.g. config files in the repo, updated by lots of different people) | |
|.5|evidence that the members of the team are working across multiple places in the code base | |
|1|Docs: what: point descriptions of each class/function (in isolation) | |
|.5|Number of commits: by different people | in GH|
|1|issues are being closed | evidence in GH|
|.5|issues are discussed before they are closed | even if you discuss in slack, need a sumamry statement here|
|.5|Use of syntax checkers. | config files iin GH showing this checker's config|
|1|Issues reports: there are many | |
|.5|Use of code formatters. | config files in GH showing your this formatter's config|
|.5|Use of style checkers | config files in GH showing your config|
|.5|Docs: short video, animated, hosted on your repo. That convinces people why they want to work on your code. | |
|.5|test cases exist | dozens of tests and those test cases are more than 30% of the code base|
|.5|Use of code coverage | config files in GH|
|.5|other automated analysis tools | config files in GH|
|.5|test cases:.a large proportion of the issues related to handling failing cases. | if a test case fails, open an issue and fix it|
|.5|test cases are routinely executed | e.g. travis-com.com or github actions or something|
|1|Documentation describing how this version improves on the older version|
|3|This version is a little(1), some(2), much(3) improved on the last version.|Tutor's assessment.|
|16| Total|