diderot-edu / diderot-feedback

0 stars 0 forks source link

[Minor] Cannot scroll post office when a drop-down menu is open #59

Closed ishantheperson closed 4 years ago

ishantheperson commented 4 years ago

When sorting the post office by e.g. newest first, the menu does not disappear after selecting an option. This then prevents the user from scrolling, which is quite frustrating.

Expected behavior:

umutacar commented 4 years ago

the sort selection allows you to sort in multiple dimensions. For example, you can sort 1) unread first 2) popular first at the same time you will get unread first but they will be internally sorted from the most to the least popular one.

this is probably not apparent from the UI. any ideas about how to best present this?

ishantheperson commented 4 years ago

I would put a number to the left of each menu item indicating which priority it takes when sorting. What metric does "popular" use? Generally course staffs will just pin any items which need to be seen by everyone so it may be less complicated to just not have that option.

umutacar commented 4 years ago

reorganized filters and sorts so that we don't need double sorting anymore.