QutEcoacoustics / baw-server

The acoustic workbench server for storing and managing ecoacoustic data. Manages the structure and audio data. Provides an API for clients access.
Apache License 2.0
9 stars 4 forks source link

If a site is deleted, and there are mappings in a harvest, the harvest is no longer valid and cannot be used #673

Open atruskie opened 8 months ago

atruskie commented 8 months ago

Steps:

  1. Create a project, regions, and site
  2. Create an upload in the project
  3. Delete the site
  4. Now observe the upload cannot be transitioned (e.g. from uploading to scanning) because it is invalid because it contains an invalid mapping. image

Possible solutions:

Related to #672