Now that we have completed the basic functionality of our Mutant Office Hours application, spend the next few days refining it and adding functionality. You can work individually, or in groups of up to three people.
If working in a group, you will all need to be able to push to the same repo. There are two ways to do this:
As you begin work on a new feature of your application, always create a branch and work on that branch, not on master
. A new branch can be created by:
git checkout -b branch-name
The basic steps of your workflow should be:
master
Here is a great link from the Github team that helps with Understanding the GitHub Flow
You can modify and extend your project in any way you see fit, as long as you are using primarily AngularJS to do it. Projects will be presented on Tuesday, July 5th, so make sure your project is in a fully functional state at that time.
Mutant Office Hours: Source
Mutant Office Hours Server: Source