The Wayback Machine - https://web.archive.org/web/20210802020740/https://github.com/topics/audio-annotation
Skip to content
#

audio-annotation

Here are 6 public repositories matching this topic...

Sean1572
Sean1572 commented Jun 22, 2021

Create a table and every time a segment is deleted, logs it in the table. Possibly add button to backend that makes an api call to pull a json of the log.

Table should look like this were it records every about the segmentation that was deleted as well as the user who deleted and time of deletion:

class SegmentationDeletedLog(db.Model):
    __tablename__ = "segmentation_deleted_log"
  

Improve this page

Add a description, image, and links to the audio-annotation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the audio-annotation topic, visit your repo's landing page and select "manage topics."

Learn more