UCSD-E4E / Pyrenote

Pyrenote, the Audio Labeling System for Acoustics Specifies Identification Project, is built to generate human moment-to-moment labels on audio files. At present, being used to label bird audio data. Derived from the open source repo Audino
https://pyrenote.duckdns.org/
MIT License
15 stars 5 forks source link

Integrate User Metrics into "download data" page #250

Open JacobGlennAyers opened 3 years ago

JacobGlennAyers commented 3 years ago

Add a new option to the right of the "DOWNLOAD RAVEN" option in the "download data" page. This can maybe lead to a new menu where an admin can click a couple of check boxes to see which metrics they want to download. This can be things such as a csv breakdown of how many annotations were created by each user, how many clips were labeled by each user, a histogram breakdown of how long it takes to create the annotations, how long it takes to label a clip, and many more possibilities!

Sean1572 commented 2 years ago

I think will integrate well with a profile page for users so I am going to create a general api call for admins to get specific information about users and users to get information about themselves. What it looks like we need is to mainly get all the annotations the user has done per project.

It would be good to also spitball some ideas about what kinds of information we want to gather about specific users

Sean1572 commented 2 years ago
JacobGlennAyers commented 2 years ago

I think users being able to see other users annotations is something that we could reserve for later. Right now, our focus should be on figuring out which metrics we care about.