Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raumsuche-Funktion #17

Open
GlaserDaniel opened this issue Mar 27, 2018 · 0 comments
Open

Raumsuche-Funktion #17

GlaserDaniel opened this issue Mar 27, 2018 · 0 comments

Comments

@GlaserDaniel
Copy link
Contributor

GlaserDaniel commented Mar 27, 2018

Die Raumsuche-Funktion könnte noch mit in die Schnittstelle aufgenommen werden.

Es müsste geschaut werden wie vom Server auf die Daten der Raumsuche zugegriffen werden kann.

Am besten wäre wenn der Login des Nutzers nicht nötig wäre für die Abfrage.

Grobe Struktur für die Anfrage wäre dann:
Befehl: getRooms
Die Parameter:

  • Datum
  • Zeit von
  • Zeit bis

Als Antwort die Liste der freien Räume:

{
  "freeRooms": [
    "FA001",
    "FA002"
    ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants