-
-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededimplementedHas been implemented, but not necessarily finishedHas been implemented, but not necessarily finished
Description
Currently when you change the settings in src/client/index.js
of the distro, these will not be transitioned because users might have local settings stored.
By adding support for a revision
number these settings could be reset automatically easily (simply load core settings on login instead of the user ones).
Also, adding support for custom migration scripts would be pretty neat so no custom settings would be lost.
- Add
revision
config option - Implement revision override
- Add migration script API
Ref: #76
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededimplementedHas been implemented, but not necessarily finishedHas been implemented, but not necessarily finished