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 bulk delete endpoints #126

Open
stefandesu opened this issue Oct 21, 2020 · 1 comment
Open

Add bulk delete endpoints #126

stefandesu opened this issue Oct 21, 2020 · 1 comment
Labels
feature Additional functionality question Further information is requested

Comments

@stefandesu
Copy link
Member

Split off from #101.

To minimize actual functionality in the reset script (bin/reset.js), we should have bulk deletion endpoints, or at least service methods, implemented. Currently, this is only the case for /voc/concepts.

If we actually add endpoints, this could be used in the admin interface (#39).

@stefandesu stefandesu added feature Additional functionality question Further information is requested labels Oct 21, 2020
@stefandesu stefandesu added this to the 1.3.0 milestone Oct 21, 2020
@stefandesu stefandesu modified the milestones: 1.4.0, 1.5.0 Apr 14, 2022
@stefandesu stefandesu removed this from the 1.6.0 milestone Apr 5, 2023
@nichtich
Copy link
Member

I think it's enough to be able to purge:

  • all concepts in a vocabulary (implemented as DELETE /voc/concepts)
  • all mappings in a concordance (TODO extend DELETE /concepts)
  • all annotations by a creator user (TODO: DELETE /annotations)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Additional functionality question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants