You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.
As a member of an evaluation team or as a member of a community crowd-sourcing an evaluation, I would like the ability to work on the same, persisted document as other reviewers.
I'm eager to see if there's support for this feature request as well as the ideas that come out of a discussion.
The text was updated successfully, but these errors were encountered:
@juleskuehn Right. I assume the reference server or spec would provide a framework to build your own implementation from. As long as the server is compliant, any authorized user could theoretically use any client to add a report (or, more likely use the default client served by the server).
Report Tool will accept a semantic "REST" endpoint as the "storage" option for a report.
There is already something similar in place. It is handled by the reportStorage service.
Essentially you need to add autosave="true" with an url url="withyour.reporting-tool.com/api" to the approot in the index.html to send and get data from the backend like this:
As a member of an evaluation team or as a member of a community crowd-sourcing an evaluation, I would like the ability to work on the same, persisted document as other reviewers.
I'm eager to see if there's support for this feature request as well as the ideas that come out of a discussion.
The text was updated successfully, but these errors were encountered: