Closed claustres closed 4 years ago
Will work on FAB / NavBar customisation whenever required.
Closing in favor of https://github.com/kalisio/kdk/issues/136
A backend entry point is required to be able to at least add required indices for app in Mongo DB.
As kano can be used inside different applications through its iframe API the need for customization is often required. Now it is possible to configure the UI or add custom catalog layers in addition to default ones but more flexibility can be required, e.g. by adding custom backend services or custom frontend components.
On the backend side it can be as easy as adding an entry point so that custom code can be included.
On the frontend side it is more tricky as components are bundled by webpack. This can probably only be done by adding component file before building the application then load/mount it dynamically from code or using a dedicated route. Custom component can be integrated directly into activity pages or through the FAB or NavBar. We also need to take i18n into account.
FAB / NavBar customisation