Main rebase#351
Merged
Merged
Conversation
- Relocate export buttons below the table for better layout flow. - Add a "Batch Edit" toggle to control selection column visibility. - Update action buttons with specific labels and remove nested groups. - Add checkmark indicators and improved alignment to column visibility menu. - Remove redundant navigation links from the actions column. Co-authored-by: Claude Code <noreply@anthropic.com>
Implement logic to group courses by semester on the dashboard, replacing the flat list with a categorized view. This includes a custom sorting algorithm to display semesters in reverse chronological order (Fall > Summer > Spring > Winter). - Added `Course.sort_semesters` utility for season-aware chronological sorting - Updated `CoursesController` to group teacher and student courses - Added full-width semester header rows to the dashboard tables - Removed redundant "Term" column in favor of group headers - Added unit and controller specs for sorting and grouping logic Co-authored-by: Claude Code <noreply@anthropic.com>
…8-improve-semester-dashboard/1 Improve Semester Display on Dashboard: Group Courses, Add Semester Headers, and Implement Sorting Logic
* main: gosh sprockets is frustrating WIP debugging JS / datatables Attemmpts at styling the course dashboard a little more Delint Delint Run db:migrate feat: group and sort dashboard courses by semester
…7-enhance-staff-requests-index/1 UX Improvements to the Instructor Requests Dashboard
Bumps [hypershield](https://github.com/ankane/hypershield) from 0.5.1 to 0.6.0. - [Changelog](https://github.com/ankane/hypershield/blob/master/CHANGELOG.md) - [Commits](ankane/hypershield@v0.5.1...v0.6.0) --- updated-dependencies: - dependency-name: hypershield dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [timecop](https://github.com/travisjeffery/timecop) from 0.9.10 to 0.9.11. - [Changelog](https://github.com/travisjeffery/timecop/blob/master/History.md) - [Commits](travisjeffery/timecop@v0.9.10...v0.9.11) --- updated-dependencies: - dependency-name: timecop dependency-version: 0.9.11 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.41.0 to 4.43.0. - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Changelog](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES) - [Commits](SeleniumHQ/selenium@selenium-4.41.0...selenium-4.43.0) --- updated-dependencies: - dependency-name: selenium-webdriver dependency-version: 4.43.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…ndler/selenium-webdriver-4.43.0 Bump selenium-webdriver from 4.41.0 to 4.43.0
…ndler/timecop-0.9.11 Bump timecop from 0.9.10 to 0.9.11
…ndler/hypershield-0.6.0 Bump hypershield from 0.5.1 to 0.6.0
alxstx
pushed a commit
to alxstx/flextensions
that referenced
this pull request
Apr 26, 2026
Add semester filter to Import Courses page
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rebase changes from CDSS golden repo