-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Welcome to the CPTR_318_project wiki!
Project pieces:
-
PSQL database on RPi
-
Protocol connecting database with UI
-
User Interface
-
There are multiple ways to interface with GitHub, but I prefer to use GitHub Desktop. Download it.
-
Get me (jonathan1440) to add you as a contributer
-
Clone the repo to your machine
-
Check out the develop branch. The master branch will be reserved only for completely functional stages.
-
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.
-
Once your feature is either finished or functional, merge your branch with the master branch.
-
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.
-
Complete Unity part by 11/12/18
-
Complete database part by 11/18/18
-
Complete protocol part by 11/25/18
-
Complete presentation for class by 11/28/18