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

Initial implementation of updating offline caching and loading #276

Closed
wants to merge 5 commits into from

Conversation

pyth0n1c
Copy link
Contributor

@pyth0n1c pyth0n1c commented Sep 5, 2024

Big overhaul here - but need to update the serialization of these objects as the json api objects are different and far too large.
We need to decide if we want this level of complexity for these objects, which is especially nice if we will ever use other fields for these objects.

If this complexity is to much, we can also use extras="ignore" for the mode and only create the fields that we actually care about.

This is a draft as output api objects are still incorrect (they are far too large and include all the extra fields, so the serialization logic must be updated).

…verhaul here - but need to update the serialization of these objects as the json api objects are different and far too large.
@pyth0n1c pyth0n1c added the Draft label Sep 5, 2024
patel-bhavin
patel-bhavin previously approved these changes Sep 5, 2024
pyth0n1c and others added 3 commits September 16, 2024 08:54
complicated and pervasive than they needed
to be. This will likely wind up being the last
commit in this branch and a new one
with simpler changes will likely be
created.
@pyth0n1c
Copy link
Contributor Author

Closing this PR in favor of a simpler one with less changes here: #291

@pyth0n1c pyth0n1c closed this Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants