Hotfix: add student visibility preview - #1
Draft
sclibraries wants to merge 9 commits into
Draft
Conversation
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
Production isolation
This branch was created from the current production
maincommit,eacfc14d8fdff51030b989f6fd640c8357d44973.The protected production and workflow paths are unchanged:
.env.production.env.stagingsrc/pages/Admin.jsxsrc/components/layout/AppRoutes.jsxsrc/components/layout/Header.jsxsrc/config/api.config.jsserver/workflow-adminThe existing direct-URL workflow exposure remains intentionally out of scope. A separate production-hardening issue still needs to be filed.
Verification
npm test— 4 files, 16 tests passednpm run build— 1,321 modules transformedgit diff --checkNon-failing existing warnings remain for React/Reactstrap
defaultProps, stale Browserslist data, and the large production bundle.Release gates
This PR is intentionally a draft and is not approved for deployment until all of the following are complete:
preview=studentbrowser matrix in a release-approved environment, covering card/table and combined/split viewsCurrent live-production identification evidence recorded during review: ETag
"e19-64b0a0134802e", JavaScript/course-reserves/assets/index-BVrqv7LB.js, and CSS/course-reserves/assets/index-BuUcupEY.css. These identifiers do not by themselves constitute a redeployable rollback artifact.Rollback
No schema, API, authentication, or persistence changes are included. The source rollback baseline is production
mainateacfc14d8fdff51030b989f6fd640c8357d44973; deployment must not proceed until the artifact-level rollback requirement above is satisfied.