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

Implement RealmDB for the data persistence layer #19

Closed
shayneptorres opened this issue Mar 18, 2020 · 2 comments · Fixed by #18
Closed

Implement RealmDB for the data persistence layer #19

shayneptorres opened this issue Mar 18, 2020 · 2 comments · Fixed by #18

Comments

@shayneptorres
Copy link
Contributor

Currently the app is persisting data using UserDefaults. While not an incorrect usage, it would be better to use a dedicated DB framework to manage modeling, saving, and querying data. After discussion in this issue we have decided to move forward with using RealmDB as our dedicated data persistence layer.

This issue will track the implementation of RealmSwift in the iOS application

@shayneptorres
Copy link
Contributor Author

I want to apologize for the lack of updates in the last couple weeks. With everything going on I got distracted with some personal stuff. I am still planning on finishing this work and pushing the commits. If you have any questions please reach out. Also I hope you all are staying healthy

@eddielement
Copy link
Contributor

Same to you @shayneptorres !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants