Updated feature organizations (markdown)

master
Cédric Bonhomme 2017-11-23 07:25:18 +01:00
parent 7f44fce61b
commit 14266a9468
1 changed files with 5 additions and 2 deletions

@ -16,10 +16,13 @@ software.
- an other goal is to have a more decentralized model (the back office is a central point):
- (public) risk models should be shareable (and exportable/importable) between organizations. This would be easy for a specific MONARC instance. Also this would be doable between MONARC instances via an API (with some development efforts).
- the back office is a failure point. Models are directly provided by the database of the server, without a proper API. If the back office is down (or just the database service) some functionalities (like the creation of an analysis) of the front offices are blocked;
- when switching from [Angular to Vue.js](https://github.com/monarc-project/MonarcAppFO/wiki/feature-front-end) it will be a waste of time to rewrite views from the back office that are already present in MONARC (and views to manage servers and clients will simply disappear)
- when switching from Angular to Vue.js [3](https://github.com/monarc-project/MonarcAppFO/wiki/feature-front-end) it will be a waste of time to rewrite views from the back office that are already present in MONARC (because views to manage the servers and the clients could simply be deleted)
Consequently the main goal is to simplify the architecture of MONARC. Make MONARC more decentralized. And make future developments easier.
Consequently the main goals are:
- to simplify the architecture of MONARC;
- to make MONARC more decentralized;
- to make future developments easier.
# Specifications