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

First Question asked in Room remains at the top regardless of vote count #1

Open
dylanpomeroy opened this issue May 6, 2020 · 0 comments

Comments

@dylanpomeroy
Copy link
Contributor

dylanpomeroy commented May 6, 2020

There is an existing behaviour where, when someone asks a question in a room, that question takes the first position in the question list. Questions outside of the top question are sorted based on the vote count in descending order. The top question however does not move to maintain the sort order, so it remains there even with 0 votes above the top voted questions.

I'm not sure of the best fix here, but the room should sort questions based on the vote count descending, not the time added. It would also be valuable to maintain the position of the top question while the questions are being answered, since the question there is currently being discussed and would be jarring to suddenly remove it if another question received more votes.

My proposal for a fix is to add a CTA that the host of the room can click when they are going to begin answering questions. Before the CTA is pressed, all questions will sort and move around adapting to the vote count including the top question. Once the CTA is pressed, the top question should remain in place and not leave the top area, as to keep it from being moved while being answered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant