Skip to content
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

Drag & Drop view #2

Open
adlerfaulkner opened this issue Mar 30, 2023 · 0 comments
Open

Drag & Drop view #2

adlerfaulkner opened this issue Mar 30, 2023 · 0 comments

Comments

@adlerfaulkner
Copy link
Member

adlerfaulkner commented Mar 30, 2023

Implement "Drag & Drop" view.

This view gets shown when you click the "Drag & Drop" button in the header of the main center panel of the UI.

Should include:

  • A draggable box representing the input schema
    • Each field should be listed with a name and a type (string, number, boolean, etc.)
    • Nested fields should be indented
  • A draggable box representing output schema
    • Ability to add (via a + button) fields to the output schema and fill in their name and type (RDF data types)
  • Ability to set the iterator of the logicalSource of the mapping
  • Ability to click and drag from an input schema field to the output schema

Any action performed via the drag & drop view should update the mapping state in the top level RMLMappingEditor component.

Rough mockup:
Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant