-
Notifications
You must be signed in to change notification settings - Fork 107
Open
Labels
Description
Currently, Tailcall Configurations can be written in JSON, YML, and GraphQL formats. Internally they are parsed in config.rs
Config is pretty core to Tailcall and we would like to enhance the experience by using a web interface. Create a form that allows developers to quickly create, update and download Tailcall Configurations.
Technical Requirements
- Make sure the generated configurations are always correct.
- Use searchable dropdowns wherever possible instead of text boxes.
- Ensure the UI automatically updates with changes in the schema
- Ensure the schema is loaded dynamically from the above URL.
- The page should be integrated into https://tailcall.run/playground
Design Requirements
- UI Should follow the current design theme and look good.
- It should be mobile friendly.
Update 1
- Deploy this UI on https://tailcall.run/app/config