CentreForDigitalHumanities / CentreForDigitalHumanities/readit-interface
Stop "tennissing" between frontend and backend in order to store an annotation
- Dominant language
- TypeScript
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
We are currently issueing six `POST` requests for each newly created annotation. This is impractical, especially when the IRISA API is going to submit lots of automated preannotations (as pointed out by @GuillaumeLNB).
Two main possible solutions stand out at this time:
- Allow submitting RDF data that include multiple blank subject nodes.
- Allow writing data to the triple store using SPARQL requests. This option requires some safeguards to ensure metadata integrity (e.g. who created the data and when editing should (not) be allowed).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.