Course project: Peer project review

Overview

Peer review another team's project and provide suggestions for improvements. This helps the other team by providing a fresh perspective and giving them outside feedback. Once complete, we'll be providing the reports to the teams so they can address your collective suggestions. The peer-review also helps you: you will see how another team is approaching a problem, which can give you ideas of what to do or what to avoid.

This assignment is to be completed individually. (It is not a group assignment.)

Due: 11/21/23 11:59pm PT. Submit to Canvas and in GitHub as directed (check Calendar for any updates).

Setup

INDIVIDUALLY peer-review the project assigned to you.

To find the project to review, open this Assignment in Canvas and find the project name associated with your name in the table.

Instructions

1. Review your assigned project and file issues for any encountered problems

Read the developer guidelines, user documentation, then build, test and run the project as if you were a new developer added to the project team.

If you encounter unexpected behavior when building/testing/running the reviewed system that prevents you from proceeding, open an issue -- following the instructions described in the system's repository.

You may also provide a pull request with suggested improvements if you see how to resolve an issue that you raised. This is very helpful to the other team but optional.

2. Write and submit a review

Produce a single PDF document with your review consisting of two parts.

Review checklist (50%)

Start with the two checklists below; for any item that you cannot confirm or pose a problem, include a link to the relevant issue you opened in their repository.

Developer guidelines
User manual

The steps below are optional as some installation may require new resources.

Feedback (50%)

After completing the checklist, include a section of high-level feedback and constructive criticism focusing on their implementation, descriptive writing, or technical setup.

Submit this review as a PDF document to Canvas by due date. Include your name as well as the name of the project you are reviewing in the document.

Clarifications

What if I need to file an issue but there are no instructions provided for how to do so, or the instructions are unclear?

In this case, still open an issue on GitHub and, additionally, explain why the instructions are insufficient in your review.

How would I provide a pull request to fix an issue?

  1. Log into your GitHub account;

  2. open the repository of the reviewed system on GitHub;

  3. click "Fork", which will create a clone of the repository under your account;

  4. clone the forked repository (under your account) to your computer;

  5. make changes and push to your forked repository;

  6. open a pull request on GitHub into the original repository.

For each opened issue and pull request, include a reference in your written review.