-
Notifications
You must be signed in to change notification settings - Fork 4
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
Migration of realm data from old app to new app. #55
base: develop
Are you sure you want to change the base?
Conversation
bda3396
to
4364ce3
Compare
4364ce3
to
254eef1
Compare
I was thinking about this a bit the last few days @shockbytes, and one possible plan of attack is that for the first release of DanteX we don't use a web implementation. Then once the first release is done we wait until either Once one of these two criteria has been passed we can then roll out the web version of DanteX. It feels likely that criteria a) is more possible, but you could even put out an update in the old app when we go to update to the new app saying if you want your data to be automatically transferred you need to update to the new app by a certain date. I suppose the other option is to write an update for the old app that will back the users data up to pure JSON or something that we can read without a special plugin? What are your thoughts? |
IMPORTANT: Need to write custom Android Code to get Realm data to Dart, since
Realm
is not supportingWeb
. This means that the project can't be compiled, due to this shortcoming.