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

Data dump / API / Items update status #97

Open
Dimillian opened this issue May 10, 2020 · 0 comments
Open

Data dump / API / Items update status #97

Dimillian opened this issue May 10, 2020 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@Dimillian
Copy link
Owner

This is an issue I want to keep open and updated, because it's quite hard to keep up to date with the data and how / what / when I'm updating items data from the API and put it inside the app.

Latest: 99e6eb1

NookPlaza grouped houseware, art, miscellaneous and wall-mounted into one furnitures endpoint. It also change a bit the JSON response.
I've been able to import it only for Furnitures (the most important, changing data as game update). The only change in our Item Codable object is that obtainedFrom is now an array instead of a String. So from the source JSON i've renamed obtainedFrom to obtainedFromNew and we have both properties in our Item model for "old" items and new items.
Once I'll migrate all categories / endpoint I'll be able to remove the obtainedFrom completely and keep only the new one as an optional to allow legacy items in UserCollection to still be decoded.

@Dimillian Dimillian added the documentation Improvements or additions to documentation label May 10, 2020
Dimillian added a commit that referenced this issue May 10, 2020
Dimillian added a commit that referenced this issue May 10, 2020
ericlewis pushed a commit to ericlewis/ACHNBrowserUI that referenced this issue May 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant