Skip to content
#

audio-annotation-tool

Here are 4 public repositories matching this topic...

Language: All
Filter by language
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-tool 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-tool topic, visit your repo's landing page and select "manage topics."

Learn more