feat: add UI prototype for Connect Associated Datasets feature#1463
Draft
sven1103 wants to merge 1 commit into
Draft
feat: add UI prototype for Connect Associated Datasets feature#1463sven1103 wants to merge 1 commit into
sven1103 wants to merge 1 commit into
Conversation
Adds a development-only demo view at /dev/demo/associated-datasets that covers all 8 user stories from the 'Connect Associated Datasets' feature spec (2026-06-19): - Story 01/05: Search & connect open/restricted datasets via a large dialog with InvenioRDM instance selector, live-filtered search field, and single-select result grid - Story 02/06: View connected datasets in two Section components (Public Datasets / Restricted Datasets) each backed by a grid showing title, clickable DOI/access link, repository tag, version, connected-by user + date - Story 03/07: Remove connection via a danger-confirm dialog - Story 04/08: Sync single dataset (row icon) and Sync All (action bar button) with simulated success/info notifications - Story 05 extra: dismissible InfoBox warning when opening the restricted search if no access token is configured All interactions are simulated in-memory; no backend is contacted. The view is gated behind @Profile("development") and @AnonymousAllowed. Also fixes two missing CSS rules surfaced during visual review: - .actionbar: flex-direction row, nowrap, gap — buttons were stacking vertically because the class had no rule in the theme - .section-header-row: adds justify-content space-between and align-items center so title and action bar sit on opposite ends - .tag.teal: adds background/colour for the FDAT repository tag (TagColor.TEAL was referencing a non-existent CSS class)
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.
Adds a development-only demo view at /dev/demo/associated-datasets that covers all 8 user stories from the 'Connect Associated Datasets' feature spec (2026-06-19):
All interactions are simulated in-memory; no backend is contacted. The view is gated behind @Profile("development") and @AnonymousAllowed.
Also fixes two missing CSS rules surfaced during visual review:
Description
Issue and Traceability
Linked Task Issue
Requirement IDs Addressed
Requirement Update Status
docs/requirements.mdhave been updated to reflect this implementation.Justification (if applicable)
Changes Summary
Modified Areas
domain/model/, domain events, aggregates)application/services, use cases)views/components, Vaadin routes)sql/, DDL changes)Behavioral Changes
Sensitive Changes Requiring Review
sql/complete-schema.sql, table/column DDL)security/, ACL setup, authentication/authorization)docs/fair/, RO-Crate builder logic)docs/requirements.md)Pre-Submission Checklist
C(constraint) IDs are listed in the Requirement IDs sectionNotes for Reviewers