feat(): add Associated Datasets UI prototype Qwen3.7 Plus#1461
Draft
sven1103 wants to merge 1 commit into
Draft
Conversation
Add a pure UI prototype for the 'Connect datasets with research projects' feature (Stories 01-08), demonstrating search, connect, view, sync, and remove interactions for open and restricted datasets on InvenioRDM instances (Zenodo, FDAT). Files added: - datamanager-app/.../demo/AssociatedDatasetsDemo.java: Development-profile-only Vaadin view at /test-view/associated-datasets with a Public/Restricted tab layout, mock data, and inline actions. - docs/feature-vision-associated-datasets.md: Reformatted feature vision document with background, scope, and user stories. - ui-screenshot(-restricted).png: Visual reference of the prototype for PR review. The demo uses existing project UI patterns (Section, ActionBar, InfoBox, Tag, TabSheet) and requires no real backend integration.
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.
Add a pure UI prototype for the 'Connect datasets with research projects' feature (Stories 01-08), demonstrating search, connect, view, sync, and remove interactions for open and restricted datasets on InvenioRDM instances (Zenodo, FDAT).
Files added:
The demo uses existing project UI patterns (Section, ActionBar, InfoBox, Tag, TabSheet) and requires no real backend integration.
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