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

The PostStore/CollectionListModel must be persisted locally #16

Closed
AngeloStavrow opened this issue Aug 20, 2020 · 0 comments · Fixed by #42
Closed

The PostStore/CollectionListModel must be persisted locally #16

AngeloStavrow opened this issue Aug 20, 2020 · 0 comments · Fixed by #42
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@AngeloStavrow
Copy link
Collaborator

AngeloStavrow commented Aug 20, 2020

Right now there's no local persistence of Posts in the PostStore or user collections in CollectionListModel — they're kept in-memory, so they'll be lost when the app is terminated.

Consider using CoreData to persist Posts and Collections.

⚠️ Because the current Post and PostCollection types are stubbed for UI/UX prototyping, it may help to implement #12 and #13 first to update these to use in WFPosts and WFCollections from the WriteFreely Swift package before developing a storage schema. (Fixed in #28)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging a pull request may close this issue.

1 participant