MBP icon indicating copy to clipboard operation
MBP copied to clipboard

A management platform for IoT environments and applications

Results 34 MBP issues
Sort by recently updated
recently updated
newest added

The rule list controller in frontend requires some major refactorings in order to become better readable.

refactoring

When a component is deleted, all triggers that make use of those components should be deleted as well.

feature

Event types need to be unregistered from the CEP engine on deletion of the corresponding components.

feature

At the moment, all frontend libraries and frameworks are managed manually. It would be a good idea to use dependency management tools like [Bower](https://bower.io) and [Grunt](https://gruntjs.com) for this purpose instead.

maintainance