The project group is divided into two subgroups; Hardware and Software, and assignments are distributed respectively.\newline
The workflow is an implementation of the waterfall model, where different tasks are to be done within a set time. These tasks are distributed via a Gantt schedule that is set by the project leader.
\subsection{Implementation - Gitflow workflow}
The gitflow workflow defines a strict branching model designed around the project release.
Instead of one main branch called master, we will work with two; master and develop.\newline
The master branch is used to store the release history while {\it develop} is used as a feature integration branch for the software developers.
The project group is divided into two subgroups; Hardware and Software, and assignments are distributed respectively.\newline
The workflow is an implementation of the waterfall model, where different tasks are to be done within a set time. These tasks are distributed via a Gantt schedule that is set by the project leader.
\subsection{Implementation - Gitflow workflow}
The gitflow workflow defines a strict branching model designed around the project release.
Instead of one main branch called master, we will work with at least two branches, including master and develop.\newline
The master branch is used to store the release history while {\it develop} is used as a feature integration branch for the software developers.