-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
made sure that the rust based deserialiser is implemented #1611
Conversation
b8b6d06
to
7a8edfe
Compare
a2fae63
to
589539e
Compare
2c68f76
to
bd6c9a8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This rips out the "shaddow-api" (which kind of exists, but is not documented)
None of the clients use this part of the API.
@jakobkoerber I have verified this with the limited subset here
https://github.com/TUM-Dev/campus_flutter/blob/main/lib/navigaTumComponent/model/details/navigatum_navigation_additional_properties.dart#L8-L9
https://github.com/TUM-Dev/campus_flutter/blob/2d544148695881ef7c99bcba318d15ab81c42ed5/lib/navigaTumComponent/model/navigatum_navigation_details.dart#L10-L21
For #1325, we will eventually need to switch the backend to be more competent.
This PR makes solidifies the output format to enable less scary reworking on the data side