[Release] Stage to Main 08/09/2026 - #172
Closed
aishwaryamathuria wants to merge 18 commits into
Closed
Conversation
…d User Status Validation. (#123) ## Summary This PR introduces the new **Renewal** workflow, which is triggered when the `?workflow=renewal` query parameter is present. ### Changes * Added a renewal flow that is initiated when `?workflow=renewal` is included in the URL. * Implemented IMS authentication. If a user is not signed in, they are redirected to the login page. After successful authentication, the renewal flow resumes automatically. * Integrated a **GET API** to validate the user's renewal status. * Implemented error state handling for the renewal status GET API, ensuring users see the appropriate error message when the status validation request fails. * Added status-based handling: * **PENDING**, **APPROVED**, and **DECLINED**: Users are redirected to the **Application Review** screen and cannot modify or submit the renewal form. * **Unknown** status: Users can complete the renewal form and submit the request. * Integrated the new **Education Validation POST API** for renewal form submission. * Pre-filled **First Name**, **Last Name**, and **Email** using IMS user data. The email field is read-only to prevent users from modifying it. * Updated the organization and registry flow to send requests to the **Goodstack Sandbox** environment in the Stage environment. * Added status-specific error messages and corresponding localization keys in `placeholder.json`. Resolves: [MWPW-197913](https://jira.corp.adobe.com/browse/MWPW-197913)
… forms in mobile mode (#129) Fixed close button overlapping issue in non profit rtl forms in mobile mode Resolves: MWPW-203698
#131) Fixed overlapping text in the stepper for nonprofit forms on mobile devices. Resolves: MWPW-203697
…ve date (#134) Description This change enhances the existing effective-date flow by adding the new Subscriptions GET API as a fallback when an effective date is not available through the URL. Changes The existing URL-based effective date logic remains unchanged and continues to work as expected. We are not replacing or correcting the previously implemented URL logic. If the effective date is available from the URL, the new Subscriptions API is not called. If the effective date is not available from the URL, the frontend calls the new Subscriptions GET API to retrieve the user's anniversary_date. When the user's price_point is NON_PROFIT, the retrieved anniversary_date is passed as a query parameter to the subsequent GET API to retrieve the required data. The new API also supports an additional query parameter to extract more data. After discussion with the backend team, we are not passing this parameter from the frontend, as the response data is already large and the frontend only requires the price_point and anniversary_date. Since this fallback flow can result in two API calls during the initial page load, it may have an impact on the page's initial-load performance. When the effective date is available from the URL, this additional API call is avoided. Context The new Subscriptions GET API is newly introduced/discussed and was not part of the initial implementation or the earlier discussions around the URL-based effective date logic. Therefore, this implementation should be considered an additional fallback/enhancement to the existing flow rather than a replacement of the URL logic. Resolves: ECOMM-169239
Add a new block for Trust Center Resources pages redesigned flow. Figma: Screens: https://www.figma.com/design/rGK2KRW6Moz8EaNsiBtW7G/30767530----FedCorp--FY26-Trust-Center-Redesign?node-id=745-17600&p=f&m=dev Flow: https://www.figma.com/design/rGK2KRW6Moz8EaNsiBtW7G/30767530----FedCorp--FY26-Trust-Center-Redesign?node-id=1011-75705&p=f&m=dev Resolves: MWPW-200328
Detect geo IP for mas fragment prefetch Resolves: MWPW-205222
Adds few modifications to this PR: #141: Now using Milo's loadIms to decide whether user is signed in or not. loadIms is called initially from milo and returns the same cached promise when called from trustcenter-library-gate Adds loader until loadIms is resolved Adds vertical padding for loader Resolves: MWPW-200328
…wrap animation (#163) Updating testimonial block to remove the scroll wrap/unwrap animation Resolves: MWPW-205458
Summary Fixed the back button and heading overlap on smaller mobile devices. Addressed a layout issue where the form extended beyond the screen on smaller devices after selecting an organization. Changes Improved the mobile layout and spacing of the nonprofit form. Ensured the form content fits properly across smaller screen sizes. Prevented content from overlapping or extending outside the viewport. Note During testing, an additional layout issue was identified where the form width exceeded the viewport on smaller devices after selecting an organization. This has also been addressed as part of this change. Resolves: MWPW-203984
|
Hello, I'm the AEM Code Sync Bot and I will run some actions to deploy your branch and validate page speed.
|
|
hkuraware
approved these changes
Sep 7, 2026
Added functionality for document upload on goodstack when user submits the form for renewal flow. Resolves: MWPW-197913
nkthakur48
had a problem deploying
to
merge-to-stage
September 7, 2026 08:56 — with
GitHub Actions
Failure
nkthakur48
had a problem deploying
to
merge-to-stage
September 7, 2026 17:17 — with
GitHub Actions
Failure
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.
Test URLs: