Commit e24559f
Implement Vetting Workflow (#292)
* Allow Users to Submit Annotations (#281)
* Add settings for vetting
* Model submission status of recording annotations
* Add endpoint to get current user
* Show recording submission status in table view
* Don't filter out noise
The model can predict noise, so sorting it out of the species list can
lead to problems when loading/displaying that value in a list.
* Add endpoint to submit file-level annotations
* Allow submitting file annotations in interface
* Squash migrations
* Indicate when a file has been reviewed
* Format
* Show the current user's submitted label in sidebar
* Disable deletion for non-admin vetters
* Make 403 message more descriptive
* Vetting progress UI (#293)
* Add settings for vetting
* Model submission status of recording annotations
* Add endpoint to get current user
* Show recording submission status in table view
* Don't filter out noise
The model can predict noise, so sorting it out of the species list can
lead to problems when loading/displaying that value in a list.
* Add endpoint to submit file-level annotations
* Allow submitting file annotations in interface
* Squash migrations
* Indicate when a file has been reviewed
* Format
* Show the current user's submitted label in sidebar
* Disable deletion for non-admin vetters
* Make 403 message more descriptive
* Show progress bar for submitted recordings
* Enable showing/hiding submitted recordings
* Toggle submitted recordings in sidebar
* Fix submission bug
* Navigate through unreviewed files (#294)
* Add settings for vetting
* Model submission status of recording annotations
* Add endpoint to get current user
* Show recording submission status in table view
* Don't filter out noise
The model can predict noise, so sorting it out of the species list can
lead to problems when loading/displaying that value in a list.
* Add endpoint to submit file-level annotations
* Allow submitting file annotations in interface
* Squash migrations
* Indicate when a file has been reviewed
* Format
* Show the current user's submitted label in sidebar
* Disable deletion for non-admin vetters
* Make 403 message more descriptive
* Show progress bar for submitted recordings
* Enable showing/hiding submitted recordings
* Toggle submitted recordings in sidebar
* Fix submission bug
* Add button to go to next unreviewed file
* Add function to get next unreviewed recording
* Navigate between unreviewed files
* Display a message when there are no files to review
* Reset selected annotation when recording changes
* Show a user their submitted labels (#295)
* Show submission status and label in sidebar
* Show user submitted label in Recordings view
* Hide detailed metadata in vetting mode (#296)
* In vetting mode, hide detailed metadata fields
* Hide annotation summary in vetting mode
* Show GRTS cell bounding box for vetters
* Indicate pending submissions
* Update title for pulse annotation column
* Hide "my recordings" if non-admins can't upload (#298)
* Hide "my recordings" if non-admins can't upload
* Add missing semicolon
Co-authored-by: Bryon Lewis <61746913+BryonLewis@users.noreply.github.com>
* Hide progress bar for my recordings when needed
---------
Co-authored-by: Bryon Lewis <61746913+BryonLewis@users.noreply.github.com>
* Allow users to add reference materials (#297)
* Allow users to add reference materials
* Model vetting details per user
* Update vetting details from front end
* Use separate component for reference materials
* Add length check and test to API layer
* Swap position of close/save for consistency
* Use correct max length value for vuetify rule
Co-authored-by: Bryon Lewis <61746913+BryonLewis@users.noreply.github.com>
---------
Co-authored-by: Bryon Lewis <61746913+BryonLewis@users.noreply.github.com>
* Vetting workflow feedback (#301)
* Make return type compatable for column definition
* Add scale widget to location map
* Fix casing for kHz
* Fix scrolling in spectrogram sidebar
* Add tooltip to submission status
* Ensure configuration is loaded before column check
* Remove unused setting and remake migrations
* Use tooltip in shared list
---------
Co-authored-by: Bryon Lewis <61746913+BryonLewis@users.noreply.github.com>1 parent ddddd1c commit e24559f
36 files changed
Lines changed: 1632 additions & 264 deletions
File tree
- bats_ai
- core
- admin
- migrations
- models
- tests
- views
- client/src
- api
- components
- geoJS/layers
- use
- views
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| 50 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
Lines changed: 56 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| 32 | + | |
31 | 33 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
35 | 39 | | |
36 | 40 | | |
37 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| 28 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
| |||
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
0 commit comments