- Notifications
You must be signed in to change notification settings - Fork 350
Open
Description
Let's see what can we consolidate in all the existing Blueprint builders. We have:
- A JSON builder
- A block-based builder by @ajitbohra
- A UI-based builder we call Playground Configuration modal
- Another UI-based builder we call Playground Settings
- Yet another UI-based builder we call "Import from GitHub modal"
- A
URL
-based builder we call "Query API" - A CLI-args based builder we call "Playground CLI"
Some of them make sense as separate experiences, others don't. For sure we can reuse a lot of UI components between all the UI builders, and we can reuse a lot of the low-level interfaces between the TypeScript-based builders. Let's use this issue as a space to explore and discuss. cc @brandonpayton @dawidurbanski @bgrgicak @dmsnell
ajitbohra