ecoacoustics / web-components

https://oe-web-components.netlify.app/
MIT License
1 stars 0 forks source link

Decision head should advance once a tile has exhausted all tasks #136

Open hudson-newey opened 3 months ago

hudson-newey commented 3 months ago

Users have shown that they want the selected grid tile to automatically advance to the next tile once all required decision have been made about a tile.

This would reflect the behavior in Raven where once a verification decision has been applied to the spectrogram, it will automatically select the next item.

atruskie commented 3 months ago

Related to #129.

Also what is the behaviour when you page?

Do we:

  1. Keep a selection of size of 1, and select the first item on the new page? So a user can "continue"
  2. Or do we keep current behavior, select nothing, and require user to select first item with a "right arrow key press" (as in #129)

Voting for option 2, because that lets users make batch decisions by default - the assumption is that most items in the grid are not interesting.