feat(dataset): add dataset contributor display and editing - #6953
Open
xuang7 wants to merge 2 commits into
Open
Conversation
Contributor
Automated Reviewer SuggestionsBased on the
|
Show a Contributors section on the dataset detail page with add/edit/delete through a modal editor, and an optional contributors form when creating a dataset. Requires the dataset contributor backend API. Co-Authored-By: Claude Fable 5 <[email protected]>
xuang7
force-pushed
the
feat/dataset-contributor-frontend
branch
from
July 28, 2026 21:25
6f57f87 to
295c8a5
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #6953 +/- ##
============================================
- Coverage 78.99% 78.97% -0.03%
Complexity 3789 3789
============================================
Files 1160 1162 +2
Lines 46105 46213 +108
Branches 5115 5126 +11
============================================
+ Hits 36420 36495 +75
- Misses 8067 8096 +29
- Partials 1618 1622 +4
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this PR?
This PR adds the frontend support for dataset contributor metadata so that dataset authors and other contributors can be properly acknowledged.
Changes:
Demo
Add a contributor and view long field values
add-contributor.mov
Remove a contributor
remove-contributor.mov
Any related issues, documentation, discussions?
Depends on #6952
Closes #6926
How was this PR tested?
Added frontend test cases for the contributor editor, dataset detail flows, service requests, and email validation. The flow was also manually tested in the UI.
Was this PR authored or co-authored using generative AI tooling?
Generated-by: Claude Code (Claude Fable 5)