Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tasks: assign tags to users #535

Open
kdarras opened this issue Nov 15, 2024 · 1 comment
Open

Tasks: assign tags to users #535

kdarras opened this issue Nov 15, 2024 · 1 comment

Comments

@kdarras
Copy link

kdarras commented Nov 15, 2024

A new table should be created to allow users to assign other users to review some tags.

The table "assignments" should probably contain:

  • assigned by user id
  • assigned to user id
  • datetime assigned
  • tag id
  • comment
  • status (assigned/reviewed)

Inside the tag window, a new button ("assign reviewers") should be added. This should bring up a prompt where multiple users who have review privileges for the corresponding recording can be selected (similar to acoustic indices dropdown menu). A comment field with optional text should also be given.

For assigning multiple tags to multiple users, it should be possible to select multiple tags and assign users with a button above the tags table (similarly as for sites and user privileges).

The assignments should show up under a new tab in the dashboard and users should see only their assignments and the assignments that they gave. The users should be able to open the corresponding tag (after checking the line and clicking the View button). Editing the status should only be possible when you were assigned the corresponding task.

The usual functionalities should be offered for this table.

@kdarras kdarras added the enhancement New feature or request label Nov 15, 2024
@kdarras kdarras added this to Tags Nov 15, 2024
@github-project-automation github-project-automation bot moved this to Todo in Tags Nov 15, 2024
@kdarras
Copy link
Author

kdarras commented Jan 8, 2025

Added in response to #560
To help users process their assignment in one batch, a playback button should be offered, which would open a new spectrogram window with the tag window open for the first tag. Instead of going to the next tag in the recording, the "next" button should go to the next tag in the assignments table.

@kdarras kdarras removed the enhancement New feature or request label Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant