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

Add a + sign to the merge option to allow more than 2 rdf files to be merged #104

Open
labra opened this issue May 18, 2022 · 1 comment

Comments

@labra
Copy link
Member

labra commented May 18, 2022

It would be nice to be able to merge 3 or more RDF inputs...

@ulitol97
Copy link
Member

ulitol97 commented May 21, 2022

I believe this is fairly doable:

  • In the client, we currently support storing the user's RDF inputs in the browser's local storage. Several inputs are already admitted and handled correctly (see Data Merging tool, for instance), so the client's codebase is ready.
  • In the API, more testing is required, but as long as the data sent is specified as COMPOUND it will try to merge all the inputs received before processing any data.

As long as we prepare the client's UI to handle this, and with enough testing, this functionality could be applicable to all tools handling data (not just merge). Therefore the user could upload several pieces of data that the server would merge transparently.

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

No branches or pull requests

2 participants