hasura / graphql-engine

Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events.
https://hasura.io
Apache License 2.0
30.97k stars 2.74k forks source link

table grouping with category or tag #1945

Open mnlbox opened 5 years ago

mnlbox commented 5 years ago

Hi guys, This is a console feature request. If we have ability to group tables together (with ability to add some tag or category to each table) we can show table as a tree in left menu in console. something like this: react-bootstrap-treeview For example I have an schema with 46 tables. Some of this table is related to each other for example:

  1. person
  2. person location
  3. person assets
  4. store
  5. store location
  6. store cart

if I can add some tag to table and search it or group with this tag it has very useful. For example we can assign:

With these type of table grouping (with tag or hierarchy category) we can reach and find these tables between 46 tables more simpler.

I think it's a good UX improvement specially for development phase on a big applications.

mnlbox commented 4 years ago

@rikinsk, @dsandip, @marionschleifer, @shahidhk Guys I have near 400 table in one of my project now and really can't use my console app :disappointed_relieved: I'm lost among the tables. I really need some feature for find and access to tables easily.

mnlbox commented 3 years ago

@marionschleifer Any update/plan on this feature?