You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The previously released app didn't support modifying or removing preset categories and phrases like the new build is going to. We need to evaluate how we're going to migrate users, and whatever their states are, from the old build to the new build where this is possible.
We need to avoid creating duplicate categories/phrases for these users, while also not losing their custom state. It's possible the approach here is to detect a legacy build and just not touch presets at all.
We won't get into this until the Phrase/Category abstractions are complete.
Some considerations:
If someone changes/removes the resource names for a phrase and the old one is already in the database, what happens? How can we handle this gracefully
The text was updated successfully, but these errors were encountered:
The previously released app didn't support modifying or removing preset categories and phrases like the new build is going to. We need to evaluate how we're going to migrate users, and whatever their states are, from the old build to the new build where this is possible.
We need to avoid creating duplicate categories/phrases for these users, while also not losing their custom state. It's possible the approach here is to detect a legacy build and just not touch presets at all.
We won't get into this until the Phrase/Category abstractions are complete.
Some considerations:
The text was updated successfully, but these errors were encountered: