Skip to content
Snippets Groups Projects
Commit aa8c8230 authored by Henrik Tjäder's avatar Henrik Tjäder
Browse files

Slit workflow from spi-uwb

parent 69b9f87e
No related branches found
No related tags found
No related merge requests found
\subsection{Working Model}
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.
\begin{figure}[h!]
\centering
\makebox[\textwidth][c]{\includegraphics[width = 1.2\textwidth]{Pictures/gitWorkflow.png}}
\caption{GitFlow Workflow}
\label{fig:gitflow}
\end{figure}
\subsection{Resource and activity planning}
\subsection{Time monitoring}
\subsection{UWB radio development}
\subsubsection{General description}
%TODO: Add UWB Radio description to peripherals/components.
......
......
\subsection{Working Model}
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.
\begin{figure}[h!]
\centering
\makebox[\textwidth][c]{\includegraphics[width = 1.2\textwidth]{Pictures/gitWorkflow.png}}
\caption{GitFlow Workflow}
\label{fig:gitflow}
\end{figure}
\subsection{Resource and activity planning}
\subsection{Time monitoring}
......@@ -112,6 +112,7 @@
\newpage
\section{Implementation}
\input{./implementation/workflow.tex}
\input{./implementation/spi-uwb.tex}
\input{./implementation/sonar.tex}
\input{./implementation/ppm.tex}
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment