From 0df99ad74f0d98271cb59b24edb379289d8d7eaa Mon Sep 17 00:00:00 2001 From: ShreeSub Date: Fri, 3 Dec 2021 23:57:22 -0500 Subject: [PATCH] updating links --- Phase_3_Docs/project3rubric.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Phase_3_Docs/project3rubric.md b/Phase_3_Docs/project3rubric.md index 1777f18..c16a9d4 100644 --- a/Phase_3_Docs/project3rubric.md +++ b/Phase_3_Docs/project3rubric.md @@ -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|