-
Notifications
You must be signed in to change notification settings - Fork 369
feat: update Datagrid filter to account for reoccuring metadata columns #10046
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
✅ Deploy Preview for determined-ui canceled.
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## thiago/ET-791 #10046 +/- ##
=================================================
+ Coverage 50.89% 50.90% +0.01%
=================================================
Files 953 953
Lines 130355 130426 +71
Branches 3653 3663 +10
=================================================
+ Hits 66339 66394 +55
- Misses 63882 63897 +15
- Partials 134 135 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
554526d to
e0a49d9
Compare
9ddfb84 to
5b1bd68
Compare
keita-determined
left a comment
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.
we want to show types in all column names
5b1bd68 to
4550a34
Compare
webui/react/src/components/FilterForm/components/FilterField.tsx
Outdated
Show resolved
Hide resolved
4550a34 to
71db7a6
Compare
71db7a6 to
de99a50
Compare
keita-determined
left a comment
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.
could you double-check the ticket? i think specs around separator etc are not follwoing the ticket description.
webui/react/src/components/FilterForm/components/FilterFormStore.ts
Outdated
Show resolved
Hide resolved
webui/react/src/components/FilterForm/components/FilterField.tsx
Outdated
Show resolved
Hide resolved
webui/react/src/components/FilterForm/components/FilterField.tsx
Outdated
Show resolved
Hide resolved
76d8969 to
659cf98
Compare
659cf98 to
0dee2da
Compare
that's fixed 😅 |
32f655a to
933c480
Compare
2efe98b to
6d18534
Compare
2f0b14c to
4fd0029
Compare
6d18534 to
9cc519a
Compare
4fd0029 to
cc011f4
Compare
f4aa269 to
c801b0c
Compare
29d837c to
a9482e0
Compare
c801b0c to
6161def
Compare
df103a5 to
2c12bc4
Compare
ashtonG
left a comment
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.
update the table filter tests -- it seems that they check the label text and now it's failing.
a232e94 to
232ef01
Compare
6161def to
0a4e9c2
Compare
a50737f to
292be9f
Compare
0a4e9c2 to
9ddcc0e
Compare
4145fd4 to
ba9aa7f
Compare
9ddcc0e to
cbf0bb1
Compare
feat: add metadata column type badge chore: lint chore: rebase Update webui/react/src/components/FilterForm/components/FilterField.tsx Co-authored-by: Ashton G. <[email protected]> chore: update test
ba9aa7f to
3f3ced0
Compare
|
Closing PR due to company restructuring. |

Ticket
ET-790
Description
Right now, if we have multiple metadata columns with the same name, there's no quick way of knowing of which type each one is while selecting it. This PR intends to add a descriptive text next to duplicate entries for the metadata columns.
Test Plan
<column_name> <column_type_tag>formatChecklist
docs/release-notes/See Release Note for details.