-
Notifications
You must be signed in to change notification settings - Fork 72
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
Properties page #4633
Properties page #4633
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
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.
this looks good to me, only a couple of minor points!
Passing run #6386 ↗︎
Details:
Review all test suite changes for PR #4633 ↗︎ |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4633 +/- ##
==========================================
+ Coverage 86.83% 86.85% +0.02%
==========================================
Files 332 334 +2
Lines 19979 20013 +34
Branches 2569 2569
==========================================
+ Hits 17349 17383 +34
Misses 2157 2157
Partials 473 473 ☔ View full report in Codecov by Sentry. |
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.
The designs state the row should be clickable and bring you to the edit screen but that is not the case
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.
Clicking on a row now takes you to do the edit page
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.
Left some comments following ticket AC functionality / designs. The code structure is good!
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.
Thank you @Kelsey-Ethyca and @adamsachs for the first pass! I've addressed all of your comments, please let me know what you think
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.
Clicking on a row now takes you to do the edit page
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.
looks good to me on the BE, thanks for making the suggested tweaks 👍
just a reminder to update the changelog (either here or on the plus PR)!
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.
Lovely ❤️
Closes PROD-1661, PROD-1662, PROD-1663
Description Of Changes
Updating navbar and adding first iteration of the properties page with the ability to create a property with a name, type (Website & Other), and an auto-generated key.
Code Changes
CustomClipboardCopyProps
form componentproperties.slice.ts
EmptyTableNotice
component to render inside the tableSteps to Confirm
nox -s "build(slim)" "dev(slim)" -- dev
against the fidesplus branch found here https://github.com/ethyca/fidesplus/pull/1326turbo run dev
in theclients
directory offides
Pre-Merge Checklist
CHANGELOG.md