@@ -100,6 +100,9 @@ Each member would come with ideas at the start, so we could find out what we eac
Each week a meeting was held for discussion what had been done and what should be done in the future of the project. In each meeting a TODO list was made, if we used to issue board it would have been a better solution to know new work that needed to be done. It was a solution that work for the group.
### Use of Version Controll
For version control Gitlab was used. When a new feature was implemented, a commit would be made with a comment about what would was changed or added. When a bug occurred the person that found it would try to fix it before going to the group to discuss a possible solution.
Each member was working on their own branch to develop new features before either pushing it and then merging it into the main branch. Normally was to develop one feature before merge and not many before a merge request was made.