chore(mobx): write jsdoc for notif opt.

This commit is contained in:
Paul
2021-12-12 12:26:45 +00:00
parent 413bf6949b
commit ec83230c59
3 changed files with 66 additions and 16 deletions

View File

@@ -1,18 +1,16 @@
need to have a way to dump or sync to local storage
need a way to rehydrate data stores
split settings per account(?)
multiple accounts need to be supported
oop
redux -> mobx migration (wipe existing redux data post-migration)
look into talking with other tabs to detect multiple instances
(also use this to tell the user to close all tabs before updating)
> look into talking with other tabs to detect multiple instances
> (also use this to tell the user to close all tabs before updating)
write new settings data structures for server-side
(deprecate existing API and replace with new endpoints?)
---- (deprecate existing API and replace with new endpoints?)
alternatively: keep using current system and eventually migrate
or: handle both incoming types of data and keep newer version
or: handle both incoming types of data and keep newer version (v1_prefix)
need to document these data structures
handle missing languages by falling back on en_GB
provide state globally? perform all authentication from inside mobx
mobx parent holds client information and prepares us for first render