NCIEVS / nci-protege5

evs umbrella project for protege 5-based editing software
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

Separate concerns of protégé server #571

Open bdionne opened 1 year ago

bdionne commented 1 year ago
### Server Side tasks
- [ ] one
- [ ] two
- [ ] three

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

fragosog commented 1 year ago

Consider migration process from the old configuration to the new configuration setup. This might happen in the admin gui.

bdionne commented 1 year ago

beginnings of this will happen in 4.4.0

bdionne commented 9 months ago

Some of the internals for this are in 4.4.0 but we'll be waiting until some feedback on: