-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Which package does this affect?
If this covers multiple packages, if possible open an issue for both and PR separately: this will keep the PR's scope as small as possible (plus each package needs separate version bumps & republishing after the fix has been applied).
-
@thingco/auth-flows -
@thingco/graphviz -
@thingco/react-component-library -
@thingco/shared-types -
@thingco/unit-formatter -
@thingco/user-preferences -
@thingco/user-preferences-store-web -
@thingco/user-preferences-store-native
Describe the bug
When preferences are changed, the in-app formatting does not update to reflect the change.
Additional context
To fix the bug, refactoring of the formatter + the user preferences is to be done. At this point, can expand the preferences to include configs as well, and can expand the unit formatters to include calculation functions (including moving graph coordinate calculation into the lib).
To prevent stomping on existing stuff, two new packages will be created:
@thingco/application-configuration(replaces user preferences)@thingco/data-transformers(replaces unit formatter)
Same functionality avalaible: existing API remains the same, but scope of each increases