Skip to content
This repository was archived by the owner on Aug 22, 2024. It is now read-only.
This repository was archived by the owner on Aug 22, 2024. It is now read-only.

create a middleware / plugin to display a new screen #110

@mikbry

Description

@mikbry

Actually screens are created from a descriptor, see src/client/index.js. Instead a screen could be created from a plugin. And this screen will be initialized and inserted in navigation drawer.

Example

screenshot 2018-11-20 at 12 19 21

The entry "plugin" is created from a plugin, loaded at the beginning of the app.

It display a simple screen, like this one:
screenshot 2018-11-20 at 12 25 46

todo
Create all endpoints and middleware to link this type of plugin to the app, in src/shared/containers/app render function:
1 - Attach to routes any screen Plugins (find a way to display them in the right order)
2 - retrieve currentScreen from screen Plugins if displayed
And any others action

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions