hypothesis / lms

LTI app for integrating with learning management systems
BSD 2-Clause "Simplified" License
46 stars 14 forks source link

Prefix course titles in dashboard's course section #6468

Closed acelaya closed 1 month ago

acelaya commented 1 month ago

The dashboard's assignment section displays assignment titles prefixed with Assignment:.

This PR changes courses section to do the same with course titles, making it more clear that we are displaying information relative to a course.

Before:

image

After:

image

acelaya commented 1 month ago

Was there a discussion around this on Slack somewhere? I think my personal preference would be to keep the layout "cleaner" by continuing to use just the title of the course or assignment as the page title, perhaps using an icon or some more subtle text to indicate the type of entity if needed.

Actually no. I have to admit this was mostly a "me" decision 😅

Instead of doing this, I'll simplify it in the assignment "side", removing the "Assignment:" prefix, and we can always adjust in future based on feedback.