NUDelta / pair-research-meteor

A Meteor Implementation of the Pair Research Tool
3 stars 2 forks source link

Unclear to users when pair research pool was last reset #57

Open kapil1garg opened 2 years ago

kapil1garg commented 2 years ago

There are no UI affordances that currently show when the pool was last reset for a group. Group members will know to reset the pool if they were in the last pairing session and "Pairing Created" is shown at the bottom of the page. However, members joining subsequent sessions who were not there prior will not know to reset it. The workaround right for is for them to enter the pool, see that a previous session was there, and then either reset it from there.

One way to fix this issue is to have a timestamp of when the pair research pool was last reset and a button to reset the pool on the "Enter Pool" screen. This way, people will not have to join the pool and then reset it. As a safety feature, there could be a prompt that is displayed when users are in the pool but no pairings have been created (so that the pool isn't accidentally reset)