Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bwc9876/codereview
Code Review Workflow for IT Programming at BCTC West
https://github.com/bwc9876/codereview
active-directory css django html iis js ldap python
Last synced: 3 months ago
JSON representation
Code Review Workflow for IT Programming at BCTC West
- Host: GitHub
- URL: https://github.com/bwc9876/codereview
- Owner: Bwc9876
- License: mit
- Created: 2021-09-14T18:37:22.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-30T22:21:30.000Z (9 months ago)
- Last Synced: 2024-04-30T23:33:41.264Z (9 months ago)
- Topics: active-directory, css, django, html, iis, js, ldap, python
- Language: Python
- Homepage:
- Size: 4.73 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Security: SECURITY.md
Awesome Lists containing this project
README
[![CodeQL](https://github.com/Bwc9876/CodeReview/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/Bwc9876/CodeReview/actions/workflows/codeql-analysis.yml)
[![Tests](https://github.com/Bwc9876/CodeReview/actions/workflows/main.yml/badge.svg)](https://github.com/Bwc9876/CodeReview/actions/workflows/main.yml)
[![Test coverage](https://raw.githubusercontent.com/Bwc9876/CodeReview/master/coverage.svg)](https://github.com/Bwc9876/CodeReview/actions/workflows/main.yml)# CodeReview
Code Review Workflow for IT Programming at BCTC West
## Abstract
### Flow
Through this web interface, students will be able to request code reviews and enter them into a bounty-like system.
Seniors will then be notified of this post and a senior can claim a review. After the review has concluded the senior
then fills out a rubric and enters their additional notes/comments. Finally, the instructor will then be able to take
that data and enter the grades into another grading system accordingly.## Technical
Using ActiveDirectory, users will log in to post a request for reviews, on posting an email will be sent to seniors and
the instructor. Once a senior accepts the review, the instructor will receive an email. Upon completion of the code
review, the instructor will get a final email with the notes the senior has given.## Help
For information on setting up and using the app, go to the [wiki](https://github.com/Bwc9876/CodeReview/wiki)