Skip to content
Jonathan Ziesmer edited this page Nov 6, 2018 · 5 revisions

Welcome to the CPTR_318_project wiki!

Project pieces:

  1. PSQL database on RPi

  2. Protocol connecting database with UI

  3. User Interface

Starting to work on the repo:

  1. There are multiple ways to interface with GitHub, but I prefer to use GitHub Desktop. Download it.

  2. Get me (jonathan1440) to add you as a contributer

  3. Clone the repo to your machine

  4. Check out the develop branch. The master branch will be reserved only for completely functional stages.

  5. For each feature (unique aspect of the project) you start the work on, make a new branch off of the develop branch with a unique name related to that feature. Do this even if your feature involves only 1 or 2 commits.

  6. Once your feature is either finished or functional, merge your branch with the master branch.

  7. Then make a pull request. That allows me to merge your code in with the master copy of the repository.

This process is very important to follow for purposes of readability/documentation and fault-finding.

Goal project timeline:

  1. Complete Unity part by 11/12/18

  2. Complete database part by 11/18/18

  3. Complete protocol part by 11/25/18

  4. Complete presentation for class by 11/28/18

Clone this wiki locally