2024-10-11 13:29:19 +02:00
|
|
|
# ApfelNetzwerk
|
2024-09-25 10:43:55 +02:00
|
|
|
|
2024-10-13 12:40:05 +02:00
|
|
|
1. [ApfelNetzwerk](#apfelnetzwerk) \
|
|
|
|
1.1. [Use Case Diagram](#use-case-diagram)
|
|
|
|
1.2. [DIY Problem Definition](#diy-problem-definition)
|
|
|
|
2. [Additional infos about the project](#additional-infos-about-the-project) \
|
|
|
|
2.1. [Considerations](#approachesconsiderations)\
|
|
|
|
2.2. [Setup](#setup)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Apfelnetzwerk
|
|
|
|
|
|
|
|
## Use Case Diagram
|
|
|
|
Notes: The use case diagram is generated by graphiv which can be seen under docs,
|
|
|
|
we used a python libary to interact with graphivs that then convert the code into the DOT language used by graphiv \
|
|
|
|
![Use Case Diagram](docs/use_case_diagram.svg)
|
|
|
|
|
|
|
|
## DIY Problem Definition
|
|
|
|
![DIY Problem Definition](docs/diy-problem-definition.jpg)
|
|
|
|
|
|
|
|
## Empathy Map
|
|
|
|
![Empathy Map](docs/empathy-map.jpg)
|
|
|
|
|
|
|
|
## Walt Disney
|
|
|
|
![Walt Disney](docs/walt-disney.jpg)
|
|
|
|
|
|
|
|
<!-- TODO: Ich hab keine Ahnung was das mehr sein soll -->
|
|
|
|
## TODO
|
|
|
|
![TODO](docs/HACKERSOHN%20-%20Frame%204.jpg)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Additional infos about the project
|
|
|
|
|
|
|
|
## Approaches/Considerations
|
|
|
|
In the following [document](docs/considerations.md) you can find various approaches/problems/learning we had as a group
|
|
|
|
|
|
|
|
## Setup
|
|
|
|
We set up a dedicated [document](docs/SETUP.md) on how to setup a project mainly involving docker
|