-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add a course-level tag filter to the course comparison dashboard #248
Comments
The following PRs are in progress for this work:
|
@saraburns1 Can you constrain the tags column to at most 32~46 chars? If Superset tables handle that ok, then no problem |
Hmm from #249 I don't know of a way to do this, do you @Ian2012 ? I could truncate it within the sql but there wouldn't be an option to expand it. |
We are use to truncate those values with SQL, I didn't knew superset allow it to truncate it too. If Superset UI doesn't get unusable on large values I guess we can keep it as you have it right now |
User Story
As a course delivery team member, I want to be able to compare only courses that have specified course-level tag(s), so that I can compare courses that share something in common (subject matter, competency, etc).
Acceptance Criteria
Given I have access to the Course Comparison dashboard
When I view the Course Comparison dashboard
Then I see that I am able to filter the courses or course runs by Course-level tag(s)
And I am able to search for and select one or more values when applying the filter
And when I apply the filter, I see the course comparison dashboard update to filter and display results including only courses or course runs that match the applied filter (see note for examples and details about course tags).
Notes
The text was updated successfully, but these errors were encountered: