-
Notifications
You must be signed in to change notification settings - Fork 3
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
Sormas integration #67
Comments
@rennrennrenn Update from my side. I am trying to build the project based on https://github.com/hzi-braunschweig/SORMAS-Project/blob/development/DEVELOPMENT_ENVIRONMENT.md. However it is a complex project that uses Java Vaadin, EAP, Glassfish (Enterprise stack). My idea is now to focus on trying the integration with a running test system: https://demoversion.sormas-oegd.de/ My first tries failed so I reached out to the developer chat again which was quite useful the last time. https://gitter.im/SORMAS-Project/sormas-questions?source=orgpage |
Hi, quick update. I got access to the REST API of https://demoversion.sormas-oegd.de. However, the documentation is not 100% clear so I am trying to reverse engineer the REST calls. Stay tuned. |
SORMAS Rest APISORMAS DatenmodellFALL: Ein bestätigter Fall von Coronavirus, der über ein positives Testergebnis an das GA weitergeleitet wurde. Dabei ist die Relation folgende: FALL 1 -> n KONTAKT 1 -> 1 PERSON Beispiel Recover: Die Person aus einem Fall war in Gastronomie A am Tag X zwischen Y und Z. In diesem Fall muss Recover folgende Daten erstellen: n = Anzahl der Checkins in Restaurant (oder Bereich) am Tag X zwischen Y und Z n * PERSON Jedem KONTAKT ist dabei eine PERSON zugewiesen. Review Rest APIPositiv:
Optimierungsbedarf:
Anleitung zum erstellen eines Kontaktes über die API.Wir starten mit dem Anlegen eines Falles (das würd das GA machen)
https://demoversion.sormas-oegd.de/sormas-ui/login Username: SurvOff
Fälle -> + Neuer Fall Melde Datum: Aktuelles Datum über DateTimePicker
Jetzt kommen wir zum API call (das würde Recover App machen)
Jetzt können wir den Kontakt im Web Interface sehenPostmanEine Postman collection gibt es hier https://github.com/railslove/recover-backlog/blob/main/SORMAS.postman_collection.json. Diese kann man in Postman importieren und step by step ausführen. Postman hat den Vorteil, dass es UUIDs generieren kann. |
Kommentar von Sormas selbst: Zwei Anmerkungen: 6:35 |
https://www.dropbox.com/scl/fi/hbq12qb7ynz9r0hkl32nf/Recover-App-%E2%86%92-SORMAS-%C3%96GD-Integration.paper?dl=0&noDesktopRedirect=1&open_id=server-69e9291d-70ae-4b4e-83fc-2d3a5445f7c9&parent_frame_referrer=&rlkey=iqzpklf1o9eqt4h6yjt67owbv
The text was updated successfully, but these errors were encountered: