feat(teacher-dashboard): move Redux slice + Tier 3 + standalone dev host#74067
Draft
stephenliang wants to merge 1 commit into
Draft
feat(teacher-dashboard): move Redux slice + Tier 3 + standalone dev host#74067stephenliang wants to merge 1 commit into
stephenliang wants to merge 1 commit into
Conversation
5 tasks
stephenliang
force-pushed
the
stephen/teacher-dashboard-home
branch
from
July 23, 2026 19:01
c5287ed to
db71336
Compare
stephenliang
force-pushed
the
stephen/teacher-dashboard-home
branch
2 times, most recently
from
July 23, 2026 22:13
1ecb276 to
9f84b37
Compare
git mv the teacherSections slice, selectors, types, and all remaining homepage components. Import-path codemod applied across ~146 apps files. Standalone MSW dev host with 6 personas, Playwright visual baselines (7 checks, maxDiffPixels: 0, 21/21 stable), real English locale strings, lesson dropdown data, co-taught section, Bootstrap anchor reset. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
stephenliang
force-pushed
the
stephen/teacher-dashboard-home
branch
from
July 23, 2026 22:25
9f84b37 to
bd614b4
Compare
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.
Summary
Move the `teacherSections` Redux slice + all Tier 3 homepage components into the package via `git mv`, with import-path codemod across ~146 apps files. Includes the standalone MSW dev host with 6 personas — the demoable prototype.
Stacked on #74059 (leaf moves).
The diff
225 files changed, 2018 insertions, 1041 deletions.
Git detects the moves as renames (77%–100% similarity):
Standalone dev host (`VITE_API_MODE=msw yarn dev`)
6 personas: established, new-teacher, archived-only, coteacher-invite, many-sections, degraded. Realistic fixture data with assigned courses, varied grades/dates/student counts, proper avatars. Real English locale strings. Vite `@cdo/*` resolver plugin stubs non-moved dependencies in serve mode.
7 Playwright visual baselines (maxDiffPixels: 0, frozen clock, 21/21 stable).
Key patterns
Test plan
🤖 Generated with Claude Code