-
-
Notifications
You must be signed in to change notification settings - Fork 771
Closed
Labels
Milestone
Description
Original title: Consider placing example queries above the sql input?
Hi! Have been enjoying deploying ad hoc datasettes for collaborators to pick over!
I keep finding myself manually "fixing" the database.html template so that the "example queries" (canned queries) appear directly over the sql box? So they are sorta more a suggestion for collaborators who aren't inclined to write their own queries?
My sense is any time I go to the trouble of writing canned queries my users should see 'em?
(( I have also considered a client-side reactive-ish option where selecting a query just places the raw SQL in the box and doesn't execute it, but this seems to end up being an inconvenience, rather than a teaching tool. ))