Skip to content

Commit

Permalink
updating links
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreeSub committed Dec 4, 2021
1 parent f981cbe commit 0df99ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Phase_3_Docs/project3rubric.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
|.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/feature-hunt/issues) [commits](https://github.com/elric97/feature-hunt/pulse)|.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/elric97/feature-hunt/blob/main/README.md) |.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/elric97/feature-hunt/blob/main/CONTRIBUTING.md) |.5|
|.5|Docs: doco generated , format not ugly |[Docs](https://elric97.github.io/CmyPlot/)|.5|
|.5|Docs: doco generated , format not ugly |[Docs](https://github.com/elric97/feature-hunt/tree/main/docs)|.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) |[Config File](https://github.com/elric97/feature-hunt/blob/main/package.json) |.5|
|.5|evidence that the members of the team are working across multiple places in the code base |[Issues](https://github.com/elric97/feature-hunt/issues) [commits](https://github.com/elric97/feature-hunt/pulse)|.5|
|1|Docs: what: point descriptions of each class/function (in isolation) |[Docs](https://elric97.github.io/CmyPlot/)|1|
|1|Docs: what: point descriptions of each class/function (in isolation) |[Docs](https://github.com/elric97/feature-hunt/tree/main/docs)|1|
|.5|Number of commits: by different people | [commits](https://github.com/elric97/feature-hunt/pulse)|.5|
|1|issues are being closed | [closed issues](https://github.com/elric97/feature-hunt/issues?q=is%3Aissue+is%3Aclosed)|1|
|.5|issues are discussed before they are closed | [evidence 1](https://github.com/elric97/feature-hunt/issues/21) [evidence 2](https://github.com/elric97/feature-hunt/issues/16) . Issues were discussed before assigning as well as closing|.5|
|.5|Use of syntax checkers. | flake is used as syntax checker[config file](https://github.com/ShreeSub/CmyPlot/blob/main/.github/workflows/python-app.yml)|.5|
|.5|Use of syntax checkers. | flake is used as syntax checker[config file](https://github.com/elric97/feature-hunt/blob/main/.github/workflows/pylint.yml)|.5|
|1|Issues reports: there are many |[Open issues](https://github.com/elric97/feature-hunt/issues?q=is%3Aopen+is%3Aissue) [Closed issues](https://github.com/elric97/feature-hunt/issues?q=is%3Aissue+is%3Aclosed)|1|
|.5|Use of code formatters. |package.json, Prettier |.5|
|.5|Use of style checkers |Pylint and Codacy |.5|
|.5|Docs: short video, animated, hosted on your repo. That convinces people why they want to work on your code. |[Video](https://github.com/ShreeSub/CmyPlot#visual-walkthrough)|.5|
|.5|Docs: short video, animated, hosted on your repo. That convinces people why they want to work on your code. |[Video](https://github.com/elric97/feature-hunt#watch-this-short-video-to-know-more)|.5|
|.5|test cases exist | [tests](https://github.com/elric97/feature-hunt/tree/main/test) exist, we have added tests for all the pages and features|.5|
|.5|Use of code coverage | [Codacy](https://app.codacy.com/gh/elric97/feature-hunt/dashboard) [Coveralls](https://coveralls.io/github/elric97/feature-hunt) |.5|
|.5|other automated analysis tools | Codacy, Snyk, Dependabot, CodeQL |.5|
Expand Down

0 comments on commit 0df99ad

Please sign in to comment.