-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Show datatype next to column names in advanced options when adding triggers #1188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Beep boop! 🤖 Hey @pthm, thanks for your PR! One of my human friends will review this PR and get back to you as soon as possible. 🕐 Stay awesome! 😎 |
|
Review app for commit 312ccad deployed to Heroku: https://hge-ci-pull-1188.herokuapp.com |
|
@pthm Thank you for the PR! @rikinsk @shahidhk From the various screenshots of this page that I've seen, looks like people have more columns that we usually test with ;) and this is a pretty legit issue. However, I am personally not a fan of the way the column types are shown here and would prefer a table to show the name, type along with a checkbox. |
|
@dsandip Let's just get this in? A different UI would require mockups, CSS changes etc. This looks neat and functional. |
|
@0x777 sounds good. Over to you @karthikvt26/ @praveenweb for reviewing (and @shahidhk if you have any comments). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
Review app for commit 40ebf75 deployed to Heroku: https://hge-ci-pull-1188.herokuapp.com |
|
Review app https://hge-ci-pull-1188.herokuapp.com is deleted |
|
Beep boop! 🤖 Whoa! 🎉 🎉 💃 Awesome work @pthm! 💪 🏆 All of us at Hasura ❤️ what you did. Thanks again 🤗 |
|
Hey @pthm ! |
<!-- The PR description should answer 2 important questions: --> ### What Move the function/procedure planning from `sql` to the shared OpenDD IR pipeline in `plan`. This should be a no-op for `sql` ### How Move code, fix type errors. V3_GIT_ORIGIN_REV_ID: 7da797ffedbc40a44692670679aa176817f2c65e
Description
What component does this PR affect?
Requires changes from other components? If yes, please mark the components:
Related Issue
No related issue
Solution and Design
Small change to show the column datatype in the "Listen columns for update" section of the Advanced Options when creating new triggers.
After going through the process of creating a bulk load of triggers i found myself having to check columns data types with Postico to ensure I was enabling/disabling the right ones, Showing the datatype here would have been useful as it cuts out some of that workload
Would have liked to spend more time on how this is displayed as I'm not sure displaying it in-line next to the column name is the best way of showing this data but I am unfamiliar with the CSS stack used in the console so didn't want to play with the style system.
Type
Checklist: