shinken-monitoring / mod-webui

Shinken Web User Interface
GNU Affero General Public License v3.0
79 stars 71 forks source link

WebUI should have its own DataManager class #178

Closed mohierf closed 9 years ago

mohierf commented 9 years ago

Currently, the Shinken data model is stored in a "standard" Shinken DataManager but some methods should be overloaded for easier object management ...

Methods used by the WebUI have been included in the module.py file but should be moved to a specific DataManager inheriting from Shinken one.

mohierf commented 9 years ago

@ddurieux : what do you think about it ?

Main ideas are:

maethor commented 9 years ago

@mohierf what do you have in mind about this DataManager class?

maethor commented 9 years ago

I think the goal is achieved, so I close this ticket. @mohierf you can reopen if you think there is still some work to do on the datamanager.