[MBL-19529][S] Learner Dashboard - Settings Enhancements#3940
Open
[MBL-19529][S] Learner Dashboard - Settings Enhancements#3940
Conversation
# Conflicts: # Student/Student/LearnerDashboard/Widgets/Common/Model/DashboardWidgetConfig.swift # Student/Student/LearnerDashboard/Widgets/Common/Model/DashboardWidgetViewModel.swift # Student/Student/LearnerDashboard/Widgets/ConferencesWidget/ViewModel/ConferencesWidgetViewModel.swift # Student/Student/LearnerDashboard/Widgets/CourseInvitationsWidget/ViewModel/CourseInvitationsWidgetViewModel.swift # Student/Student/LearnerDashboard/Widgets/CoursesAndGroupsWidget/ViewModel/CoursesAndGroupsWidgetViewModel.swift # Student/Student/LearnerDashboard/Widgets/FileUploadProgressWidget/ViewModel/FileUploadProgressWidgetViewModel.swift # Student/Student/LearnerDashboard/Widgets/GlobalAnnouncementsWidget/ViewModel/GlobalAnnouncementsWidgetViewModel.swift # Student/Student/LearnerDashboard/Widgets/HelloWidget/ViewModel/HelloWidgetViewModel.swift # Student/Student/LearnerDashboard/Widgets/OfflineSyncProgressWidget/ViewModel/OfflineSyncProgressWidgetViewModel.swift # Student/StudentUnitTests/LearnerDashboard/Container/Model/LearnerDashboardInteractorTests.swift # Student/StudentUnitTests/LearnerDashboard/Container/ViewModel/LearnerDashboardViewModelTests.swift
…//github.com/instructure/canvas-ios into feature/MBL-19529-Dashboard-simple-edit-mode # Conflicts: # Student/StudentUnitTests/LearnerDashboard/Container/ViewModel/LearnerDashboardViewModelTests.swift
refs: builds: affects: release note: test plan:
…, always visible) and EditableWidgetIdentifier (user-configurable) - Interactor now loads system widgets always, and editable widgets from merged saved+default configs filtered by visibility/order - Settings changes now save immediately to SessionDefaults and trigger a dashboard reload via onConfigsChanged callback - Widget assembly split into separate makeSystemWidgetViewModel / makeEditableWidgetViewModel factories
refs: MBL-19529 builds: Student affects: Student release note: none test plan: - Test widget settings.
…ure/MBL-19529-Learner-Dashboard-settings-save # Conflicts: # Student/Student/LearnerDashboard/Container/ViewModel/LearnerDashboardViewModel.swift # Student/Student/LearnerDashboard/Settings/LearnerDashboardSettingsAssembly.swift # Student/Student/LearnerDashboard/Settings/View/LearnerDashboardCourseSettingsView.swift # Student/Student/LearnerDashboard/Settings/ViewModel/LearnerDashboardCourseSettingsViewModel.swift # Student/StudentUnitTests/LearnerDashboard/Container/ViewModel/LearnerDashboardViewModelTests.swift
# Conflicts: # Core/Core/Common/CommonUI/InstUI/Styles/Elevation.swift
…ure/MBL-19529-Learner-Dashboard-settings-save # Conflicts: # Student/Student/LearnerDashboard/Widgets/DashboardWidgetIdentifier.swift # Student/Student/LearnerDashboard/Widgets/LearnerDashboardWidgetAssembly.swift # Student/StudentUnitTests/LearnerDashboard/Container/Model/LearnerDashboardInteractorTests.swift
…d off. refs: MBL-19529 builds: Student affects: Student release note: none test plan:
This comment was marked as outdated.
This comment was marked as outdated.
Contributor
BuildsCommit: Merge branch 'master' into feature/MBL-19529-Learner-Dashboard-Settings-Enhancements (c45fc64) |
Base automatically changed from
feature/MBL-19529-Learner-Dashboard-settings-save
to
master
March 16, 2026 09:19
…gs-Enhancements # Conflicts: # Student/Student/LearnerDashboard/Container/View/LearnerDashboardScreen.swift # Student/Student/LearnerDashboard/Container/ViewModel/LearnerDashboardViewModel.swift # Student/Student/LearnerDashboard/Settings/View/LearnerDashboardSettingsWidgetCardView.swift
Contributor
Affected Apps: StudentBuilds: Student
|
rh12
requested changes
Mar 16, 2026
Contributor
rh12
left a comment
There was a problem hiding this comment.
Making any widget level changes on the Dashboard settings (show/hide or rearrange a widget) causes any further refresh to be ignored, even forced ones.
Couple of ways to test this after a PTR:
- Hello message is not updating
- Course favorite changes are not updaing
This was like this in the previous PR as well (noticed this on my Courses widget branch, and checked both settings PRs afterwards)
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.
What's new?
refs: MBL-19529
builds: Student
affects: Student
release note: none
test plan:
Checklist