WikiEducationFoundation / WikiEduDashboard

Wiki Education Foundation's Wikipedia course dashboard system
https://dashboard.wikiedu.org
MIT License
392 stars 631 forks source link

Improve `tagged_courses` view #5952

Closed ragesoss closed 1 month ago

ragesoss commented 2 months ago

The 'tagged_courses' view is available to admins. In wiki_education mode, it is used by Wiki Education staff to see a list of courses that share a given Tag.

Currently, the tagged_courses view recycles the view templates for the campaign programs view. It should probably be forked into a separate set of view templates, before implementing each of these. (Forking the templates should be done in the same PR as the first item. Additional PRs can address the other items afterwards.)

Abishekcs commented 2 months ago

I'm working on this 😃.

Abishekcs commented 1 month ago

@ragesoss, for the third point, would a CSV download button beside the sort button work, as shown in the screenshot?

Screenshot from 2024-10-03 22-08-39

ragesoss commented 1 month ago

I think a button with a text label would be better here.

ragesoss commented 1 month ago

This is an admin-only view, so being verbose and clear is much preferred. Admins easily get used to the amount of visual information, and filter out what they don't need, but for infrequently-used features like this, having a clear text label will be really useful for the times when it does get used.

ragesoss commented 1 month ago

(Also, a button without a new icon helps keep the code concise.)