mbsantiago / whombat

Audio Annotation Tool for ML development
https://mbsantiago.github.io/whombat/
GNU General Public License v3.0
30 stars 4 forks source link

Add clip table #23

Closed vogelbam closed 1 week ago

vogelbam commented 3 months ago

I've added a new tab to the annotation project page. It opens an overview of all annotation task / clips in the selected annotation project. The table contains columns for the corresponding recording path, recording notes, start and end time, the clip tag, annotation notes, and, the annotation status badges, respectively. Entries can be filtered by task status (Completed, Needs Review, Pending, and, Verified) or by searching the recording paths. Clicking the recording entry will open the clip in annotation mode.

image

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 65.00000% with 7 lines in your changes missing coverage. Please review.

Project coverage is 59.83%. Comparing base (59d689a) to head (8651db0). Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
back/src/whombat/filters/annotation_tasks.py 50.00% 7 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #23 +/- ## ======================================= Coverage 59.82% 59.83% ======================================= Files 171 171 Lines 7636 7655 +19 ======================================= + Hits 4568 4580 +12 - Misses 3068 3075 +7 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.