Repository
├── Charts
│-----├── Consequence_chart.ods
│-----├── Gantt.xlsx
│-----├── Total_cost.ods
├── Dokumentasjon
│-----├── Meetings
│----------├── Meeting-00 30.01.2022
│-------------------├──Møtereferat.docx
│----------├── Meeting-01 04.02.2022
│-------------------├──Møteinnkalling 04.2022
│-------------------├──Møtereferat.docx
│----------├── Meeting-02 25.02.2022
│-------------------├──Møteinnkalling
│-------------------├──Møtereferat.docx
│----------├── Meeting-03 28.02.2022
│-------------------├──Møteinnkalling
│-------------------├──Møtereferat.docx
│----------├── Meeting-04 11.03.2022
│-------------------├──Møteinnkalling
│-------------------├──Møtereferat.docx
│----------├── Meeting-05 14.03.2022 Client meeting
│-------------------├──Møteinnkalling
│-------------------├──Møtereferat.docx
│----------├── Meeting-06 16.03.2022
│-------------------├──Møteinnkalling
│-------------------├──Møtereferat.docx
│----------├── Meeting-07 21.03.2022
│-------------------├──Møteinnkalling
│-------------------├──Møtereferat.docx
│----------├── Meeting-08 24.03.2022
│-------------------├──Møteinnkalling 23.03
│-------------------├──Møtereferat 24.03.docx
│----------├── Meeting-09 31.03.2022
│-------------------├──Møteinnkalling 31.03
│-------------------├──Møtereferat 31.03.docx
│----------├── Meeting-10 07.04.2022
│-------------------├──Møteinnkalling
│-------------------├──Møtereferat.docx
│----------├── Meeting-11 21.04.2022
│-------------------├──Møteinnkalling 21.04
│-------------------├──Møtereferat 21.04.docx
│-----├── Domain model sketch.bmpr
│-----├── Domain_model.pdf
│-----├── EverydayThings.md
│-----├── Minue of meeting 2022-02-28.docx
│-----├── Vision_document.docx
│-----├── gantt.xlsx
├── Iterations
│-----├── .gitkeep
│-----├── PROG1004_2022_1st_group13.pdf
│-----├── PROG1004_2022_2nd_group13.pdf
│-----├── Sequence diagram.jpg
│-----├── Sequence diagram.pdf
│-----├── User test questions.md
├── Prototype
│-----├── Prototype
│-----├── Prototype v1.bmpr
│-----├── Prototype v2.bmpr
├── UserTests
│-----├── TestUserFeedback_FrodeH.txt
│-----├── User test for 2nd iteration.docx
│-----├── User test report.docx
│-----├── User_test_3.docx
├── User_Manual
│-----├── Linux
│----------├── FootballLag.dta
│----------├── LesData2.h
│----------├── Resultater.dta
│----------├── Users.dta
│----------├── check.sh
│----------├── football.cpp
│-----├── Windows
│----------├── FootballLag.dta
│----------├── LesData2.h
│----------├── Resultater.dta
│----------├── Users.dta
│----------├── football.cpp
├── Workflow
│-----├── Andreas_Haugen_Work.md
│-----├── Andreas_Lindstol_Work.md
│-----├── Eskil_Refsgaard_Work.md
│-----├── Kevin_Haug_Work.md
│-----├── Stefan_Moehrdel_Work.md
├── code
│-----├── .vscode
│----------├── settings.json
│-----├── FootballLag.dta
│-----├── LesData2.h
│-----├── Resultater.dta
│-----├── Users.dta
│-----├── football.cpp
Wiki
├── 1. Vision Document
│-----├── PROG1004_2022_1st_group13.pdf
│-----├── PROG1004_2022_2nd_group13.pdf
│-----├── Link to the Word Online Vision Document
├── 2. Requirements
│-----├── Domain model
│----------├── Domain_model.pdf
│-----├── Sequence diagram
│-----├── Wireframes
│----------├── Wireframe_v1.bmpr
│----------├── Wireframe_v2.bmpr
│-----├── Usability Test
│-----├── Universal Design
│-----├── Use Case Diagrams
│-----├── Testing
├── 3. System Documentation
│-----├── Project structure
│-----├── Class Diagram
│-----├── Persistance
│-----├── Source code
│-----├── Installation Manual
│----------├── Linux Installation Manual
│----------├── Windows Installation Manual
│-----├── User Manual
│----------├── User Manual for Linux
│----------├── User Manual for Windows