feat: Add B2B organizational learning landing page - #3846
Draft
daniellefrappier18 wants to merge 12 commits into
Draft
feat: Add B2B organizational learning landing page#3846daniellefrappier18 wants to merge 12 commits into
daniellefrappier18 wants to merge 12 commits into
Conversation
OpenAPI ChangesNo changes detected Unexpected changes? Ensure your branch is up-to-date with |
daniellefrappier18
force-pushed
the
daniellef/13016-b2b-org-landing-page
branch
from
August 28, 2026 15:21
b9b2eac to
eebac26
Compare
Not needed for the Tilt/k8s dev workflow this team actually uses; the real per-environment value is supplied elsewhere. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Fixes 4 issues flagged in review: scrollToElement no longer strips naturally-focusable targets from the tab order, OrgLeadForm's success screen is scoped to the org audience so a pending submission can't clobber the individual panel after an audience switch, the drawer trigger now exposes aria-expanded and an accessible name on mobile, and the form-unavailable message is announced via role="alert". Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
daniellefrappier18
marked this pull request as draft
August 28, 2026 20:23
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 are the relevant tickets?
Closes https://github.com/mitodl/hq/issues/13016
Description (What does it do?)
Adds the new /organizational-learning landing page for B2B/institutional audiences, gated behind the
organizational-learningPostHog feature flag (404s when disabled).Screen Recording
Desktop
Screen.Recording.2026-08-28.at.3.53.55.PM.mov
Mobile
Screen.Recording.2026-08-28.at.3.55.02.PM.mov
How can this be tested?
Additional Context
NEXT_PUBLIC_ORG_LEARNING_HUBSPOT_FORM_IDhas no entry inol-infrastructure's raw_env_vars dict (ol_infrastructure/applications/mit_learn_nextjs/__main__.py), unlikeNEXT_PUBLIC_STAY_UPDATED_HUBSPOT_FORM_IDso in CI/QA/production the var is unset,getOrgLearningHubspotFormId()returns "", and the "My organization" path in OrgLeadForm.tsx shows the "contact form is unavailable" fallback instead of the real HubSpot form. This will need to be updatedonce we get the real form id.