User Locale - configuration/props separated from Mapp object #1792
cityremade
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Decorated configuration properties
At the moment pure JSON locale configuration is decorated with Mapp functions, custom functions, plugins, HTML elements created by utilities. Some layer configurations can load their own query templates which should be secure.
Current approach results in difficulties in extracting user locale stripped of these elements as it would require the decoration process to be reversed.
User locale would have to be sifted out of the bucket with everything!
Separated properties
The idea is about organising initial properties (i. e. locale configuration/stored user locale) and all Mapp functions, libraries and HTML into 3 stacks:
Long term benefits:
Beta Was this translation helpful? Give feedback.
All reactions