prooph / event-store-mgmt-ui

Event Store Management UI
BSD 3-Clause "New" or "Revised" License
23 stars 1 forks source link

Roadmap Schema UI #1

Open codeliner opened 6 years ago

codeliner commented 6 years ago

With https://github.com/proophsoftware/event-machine/pull/79 and https://github.com/proophsoftware/event-machine/pull/78 @camuthig laid the foundation to consume an API description (a JSON Schema) of an Event Machine powered service. The plan is to use that description in a frontend app to generate an API documentation as well as an editor to send messages and see the results.

The app should work in a similar way like the available GraphQL clients.

My plan is to integrate the functionality in the event-store-mgmt-ui.

This allows non Event Machine based apps to provide a similar JSON Schema and make use of the same frontend. I need to finish some other tasks first before I can start working on the editor:

Open tasks with high prio:

Tasks related to Schema UI

Additional tasks

prolic commented 6 years ago

:+1: :exclamation: