Open bdionne opened 1 year ago
Consider migration process from the old configuration to the new configuration setup. This might happen in the admin gui.
beginnings of this will happen in 4.4.0
Some of the internals for this are in 4.4.0 but we'll be waiting until some feedback on:
The current server config has different components all bundled in the metaproject. Much of the EditTab is dependent on the collection of optional properties specified in the projects.
These should be unbundled so that only the properties needed by a client for a specific opened project are retrieved from the server. As much as possible the server config should only deal with properties relevant to the server, timeouts, authentication, token management, etc..
This very much relates to #491