Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
webconsole-3.1.8
-
None
Description
Currently all information displayed about a bundle is coded into the bundle list plugin.
We could improve this by defining a BundleInfoProvider interface which might return a map for a bundle.
The bundle list plugin will query all providers and display all key/value pairs as additional information about the bundle.
Open questions:
- how to we handle localization?
- how can a bundle provide this service without having a dependency to the web console api?