Skip to content

Commit

Permalink
made sure that the rust based deserialiser is implemented (#1611)
Browse files Browse the repository at this point in the history
* made sure that the rust based deserialiser is implemented

* added fixes for bugs which the new testcase revealed

* added more fixes discovered in a second testing run

* fixed things encountered in the third pass

* added the final round of fixes#

* Removed the shaddow api

* removed a few now unsused structs

* fixed comments being partially not getitign rendered

* removed the undocumented `tumonline_room_nr` from the public api

* formatting
  • Loading branch information
CommanderStorm authored Nov 2, 2024
1 parent 56e03c3 commit 08268d7
Show file tree
Hide file tree
Showing 5 changed files with 417 additions and 54 deletions.
2 changes: 1 addition & 1 deletion data/output/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1636,7 +1636,7 @@ components:
comment:
description: |
A comment to show to an entry.
It is used in the rare cases, where some aspect about the rooom/.. or its translation are misleading.
It is used in the rare cases, where some aspect about the room/.. or its translation are misleading.
An example of a room with a comment is MW1801.
type: string
calendar_url:
Expand Down
21 changes: 12 additions & 9 deletions data/sources/02_rooms-extended.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,10 @@
"0501.05.131":
name: Vorhoelzer-Forum Dachterasse
"0502.EG.221":
comment:
de: Unter dieser Treppe existiert ein WC, dessen Raumnummer und designierung (men/women/unisex) unklar ist
en: Under this staircase there is a toilet whose room number and designation (men/women/unisex) is unclear
props:
comment:
de: Unter dieser Treppe existiert ein WC, dessen Raumnummer und designierung (men/women/unisex) unklar ist
en: Under this staircase there is a toilet whose room number and designation (men/women/unisex) is unclear
"0503.EG.347": # previously: Seminarraum
name: Archiv
usage:
Expand Down Expand Up @@ -206,13 +207,15 @@
"0509.02.953A":
name: Think Tank / Teeküche
arch_name: 1951
comment:
de: Dieser Raum hat auch die Architektennummer 1953A
en: This room also has the architect number 1953A
props:
comment:
de: Dieser Raum hat auch die Architektennummer 1953A
en: This room also has the architect number 1953A
"0509.02.952":
comment:
de: Dieser Raum hat zwei Türen 1954 und 1952
en: This room has two doors 1954 and 1952
props:
comment:
de: Dieser Raum hat zwei Türen 1954 und 1952
en: This room has two doors 1954 and 1952
"4213.01.318": # baywa coworking space
props:
links:
Expand Down
Loading

0 comments on commit 08268d7

Please sign in to comment.