/EDA397_2016_Group9

Agile Development Processes

Primary LanguageJava

EDA397 - Agile Development Processes

Group 9 - 2016

Travis CI status: alt tag

Git Model

The team follows the Git Flow Model which is widely known and used a lot in practice. It allows the team to work on multiple features at the same using feature branches and when it comes to releasing it has support for hot fixes. See more information on the Git Flow Model at the Atlassian Website

Continuous Integration

The project will be setup Travis Continous Integration Server which is a CI as a service. It is free for open sourced projects and has a support for GitHub webhooks so it can trigger builds when the project is committed.

Coding Standards

The project follows the Android coding standards from Ribot which can be found on the link below. Ribot - Android Guidelines