Closed ragesoss closed 1 month ago
I'm working on this 😃.
@ragesoss, for the third point, would a CSV download button beside the sort button work, as shown in the screenshot?
I think a button with a text label would be better here.
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.
(Also, a button without a new icon helps keep the code concise.)
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 givenTag
.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.)