Code Review 1 checklist - GitGotGo1/sem GitHub Wiki

As we progress each sprint heading towards each code review milestone we need to ensure we tick off each requirment for that review meeting.

Code Review 1 - REVIEW MEETING: Lab of Week 3

The aim of this code review meeting is to check that the project workflow is set-up for the team. You may choose to meet some of the feature requirements during this review point, but it is not as necessary.

Checklist Submission 1 (16% of CW mark)

The following must be in place:

  • GitHub project for coursework set-up. - DONE
  • Product Backlog created. - DONE
  • Project builds to self-contained JAR with Maven. DONE
  • Dockerfile for project set-up and works. DONE
  • Travis CI for project set-up and build is working using JAR, and Docker on Travis CI. - DONE
  • Correct branches for GitFlow workflow created - includes master, develop, and release branches. - DONE
  • First release created on GitHub. DONE
  • Code of Conduct defined. DONE