-
Notifications
You must be signed in to change notification settings - Fork 267
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
Fixing event JSON mapping #382
Conversation
It seems to be fine on Android Not tested on iOS yet |
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 was probably covered in some previous PR but why are we changing the names? What's the goal of the change?
It wasn't entirely fixed actually A lot of event arguments have changed names some time ago, probably during the setup for timezones, and wasn't updated across the board. Ie. Currently the event title and other fields created by I only discovered that when I merge the PR for testing. I just realized that any JSON maps previously created will be unusable. Either we make |
This is where the trouble came from aea3379#diff-9e474c05021706fff3750cb85b2d9a25f4d2d528b95c285bb1881cc5bfff03b9 Either we follow through or we need to revert. |
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.
I tried it on iOS and it seems fine. You said that any maps created previously will be unreadable, you mean anything that was persisted? Within the scope of a single session the values should be consistent now?
Any Event JSONs created prior to
In all cases, if you DON'T store these JSONs and only pass them between operations, We definitely need better testing procedures. |
Part of #320
Of course #321 only fixes internal JSON translations.
This fixes JSON translations between app and respective device OS.