Open eatyourgreens opened 6 years ago
https://github.com/zooniverse/shakespeares_world/blob/df70a2046bd2263811c8634a3d366b6568c1164c/app/modules/app.config.js#L20-L21 So, any stored data on volunteers' browsers will be unreadable if the version number is changed, and the old keys won't be deleted by the current code.
Simplest solution is probably never to change SW's version number. 😞
Why would removing the version bit not work?
That would change the key names, leading to the same problem.
https://github.com/zooniverse/shakespeares_world/blob/df70a2046bd2263811c8634a3d366b6568c1164c/app/modules/app.config.js#L20-L21 So, any stored data on volunteers' browsers will be unreadable if the version number is changed, and the old keys won't be deleted by the current code.
Simplest solution is probably never to change SW's version number. 😞