This commit is contained in:
Tom Irgang 2023-08-15 22:42:38 +02:00
parent dfe64b5aa5
commit 6e3eb5fb95
2 changed files with 6 additions and 8 deletions

View file

@ -20,12 +20,12 @@ In case of ambiguities, a **organizer** or a **repairer** can raise a **consulta
A **repair_cafe** is a event happening at a specific date at a specific location. During a **repair_cafe** **appointments** of **guests** with **repairers** happens to fix broken *devices*.
Field | Type | Description
-------------------------------------------------------------
location | Char (200) | location of the event
address | Char (200) | address where the event happens
event_date | Date | date when the event happens
repairer | many to many | will attend the event
### Fields
- *location*: Char (200) -- location of the event
- *address*: Char (200) -- address where the event happens
- *event_date*: Date -- date when the event happens
- *repairer*: many to many -- will attend the event
## Device

View file

@ -19,5 +19,3 @@ nav:
theme: readthedocs
repo_url: https://github.com/makes-hacks-hip/RepApp/
edit_uri: edit/main/docs/
markdown_extensions:
- tables