-> public server
-> web server -> private server
-
Agenten Portal Features
- Register/Login/Logout
- Auswahl der location service Instanz
- Karte/Liste aller seiner Locations
- Karte/Liste aller geteileten Locations
-
Seiten:
- index
- register/login/logout
- Location overview -> public/private toggle
- Add/Edit/Delete location view
- Share Location view
- add location
- get all locations
- mehrere locations speichern & abrufen
- location teilen ->
- interface POST /location?agent-id=1 -> adds new location GET /locations/1 -> gets all locations POST /share?agent-id=1&receiver-id=2 -> share locations of agent with receiver GET /share?agent-id=1 -> gets all locations shared with agent
- export locations as QR Code
/test {"data": "passed"}