Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

Trino Visual Query Builder

Aperta
#295 0 commenti 0 reazioni 2 assegnatari Vedi su GitHub

@dklOrdix ci sta già lavorando.

Dal 26/8/2026.

Valutazione

Questa issue non è ancora stata valutata.

Descrizione

The Trino part of this application should get a second tab in which the user can create a query visually instead of needing to type in the correct syntax into the query editor. The design follows the pattern of SvelteFlow with a likeness of ER-diagrams but because there are no foreign keys in Trino, we can't actually display connections automatically between tables.

  • The user should be able to add nodes which are connected by edges going from specific columns into a node (e.g. WHERE, ORDER BY, JOIN etc.).
  • The user should be able to save and load queries.
  • The user should see the actual query being built in real time.
  • For easier access, a simplified inline notation is used to quickly add clauses right under a column via right click.
  • Because of the complexity, only one query is allowed to be assembled at a time. This allows us to avoid adding a SELECT node by moving the selected columns to checkboxes near the individual columns.
Lingua principale
TypeScript
Stelle
1
Fork
0
Merge medio
22h 6m
PR unite (30g)
12

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di stackabletech/cockpit

Tutte le issue di stackabletech/cockpit

Issue simili

Altre issue su TypeScript

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.