Open mrwatson-de opened 1 year ago
Implementation idea:
Update via export & import
(This is the current standard method For fmWorkMate tools.)
Using simple Export/Import Records [ XML ]
Export found Settings
Exports current Settings found set to 'fmSetupAssistant_Settings.xml'
Export found Configs
Can Import occur Import matching UUIDs?
As 1 but with JSON
Both methods are in process.
First fields names have been cleaned up and standardised.
Custom functions have been developed to automatically convert between UpperCamelCase field names and lower_snake_case json key names.
Important an automatic 1:1 conversion from lower_snake_case to (fake) UpperCamelCase is not possible if field names use a mix of spaces and underscores!
Best solution: Spaces not allowed - then underscores remain underscores
Both methods are in process.
First fields names have been cleaned up and standardised.
Custom functions have been developed to automatically convert between UpperCamelCase field names and lower_snake_case json key names.
Important an automatic 1:1 conversion from lower_snake_case to (fake) UpperCamelCase is not possible if field names use a mix of spaces and underscores!
Best solution: Spaces not allowed! underscores can remain underscores
fmSetupAssistant has no update mechanism.
This feature is needed before the tool can be effectively used.