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

Confusing filtering of course with the same name for saved comments #5062

Closed
pdawyndt opened this issue Oct 23, 2023 · 0 comments · Fixed by #5189
Closed

Confusing filtering of course with the same name for saved comments #5062

pdawyndt opened this issue Oct 23, 2023 · 0 comments · Fixed by #5189
Labels
bug Something isn't working medium priority Things we want to see implemented relatively soon

Comments

@pdawyndt
Copy link
Contributor

pdawyndt commented Oct 23, 2023

When saved comments come from multiple courses having the same name, filtering is confusing. Multiple occurrences of the name are displayed in the UI, whereas filtering happens on the ID of the course.

image

Two possible solutions:

  • Deduplicate course names in the UI and filter on names (not IDs), possibly using the year as a separate filter
  • Add year to the course names in the UI to give a visual clue about the difference in course ID for courses with the same name
@pdawyndt pdawyndt added the bug Something isn't working label Oct 23, 2023
@pdawyndt pdawyndt changed the title Confusing filtering of course with the same name for saved annotations Confusing filtering of course with the same name for saved comments Oct 23, 2023
@bmesuere bmesuere added the medium priority Things we want to see implemented relatively soon label Nov 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working medium priority Things we want to see implemented relatively soon
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants