Details
Update the backup, on clients lower state version (comment migrations) and try to restore
Diff Detail
- Repository
- rCOMM Comm
- Branch
- publish-9
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
| native/utils/alert-messages.js | ||
|---|---|---|
| 53–56 | Let's go with: "The backup you’re restoring was made with a newer version of the app. Please update your app in order to proceed." I'm not sure we need to offer the user the ability to use the app without updating. In that case, do we just ignore the backup? | |
| 55 | Use ’ instead of ' | |
| web/utils/version-utils.js | ||
| 24–29 | Similar feedback to above | |
| native/utils/alert-messages.js | ||
|---|---|---|
| 53–56 | > I'm not sure we need to offer the user the ability to use the app without updating. In that case, do we just ignore the backup? Yes, we just ignore it, and the user can use the app without the data, because of that, we're able to automatically restore all data after the user updates the app without needing to log out the user/force him to perform all the steps again | |
| native/utils/alert-messages.js | ||
|---|---|---|
| 53–56 | Hmmm, I wonder if it would be better to force the user to upgrade first... | |