Skip to content

Commit 4959ef3

Browse files
committed
Solution strategy upload
1 parent 1424a8b commit 4959ef3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/src/04_solution_strategy.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ ifndef::imagesdir[:imagesdir: ../images]
33
[[section-solution-strategy]]
44
== Solution Strategy
55

6+
=== Technical Decisions
7+
* **Firebase** is the chosen data base management tool for our project.
8+
* All of the bot logic will be implemented in **rust**.
9+
* We will implement our user interface using the **react** javaScript library because it allows us to organize and reuse our ui components easily.
10+
* **Docker** will be used to launch the project in the same way regardless of hardware.
11+
12+
=== Organizational Decisions
13+
* We are using github to organize the project's developement, using the wiki to document our meetings and using the branch protection features to avoid mistakes and make sure every push to a main brach is reviewed by another team member.
14+
615

716
ifdef::arc42help[]
817
[role="arc42help"]

0 commit comments

Comments
 (0)