Skip to content

[Release] Stage to Main 08/09/2026 - #173

Open
aishwaryamathuria wants to merge 18 commits into
mainfrom
stage
Open

[Release] Stage to Main 08/09/2026#173
aishwaryamathuria wants to merge 18 commits into
mainfrom
stage

Conversation

hkuraware and others added 18 commits September 7, 2026 13:03
…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
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
Added functionality for document upload on goodstack when user submits the form for renewal flow.
Resolves: MWPW-197913
@aem-code-sync

aem-code-sync Bot commented Sep 7, 2026

Copy link
Copy Markdown

Hello, I'm the AEM Code Sync Bot and I will run some actions to deploy your branch and validate page speed.
In case there are problems, just click a checkbox below to rerun the respective action.

  • Re-run all PSI checks
  • Re-run failed PSI checks
  • Re-sync branch
Commits

@aem-code-sync

aem-code-sync Bot commented Sep 7, 2026

Copy link
Copy Markdown
Page Scores Audits Google
📱 /?martech=off PERFORMANCE A11Y SEO BEST PRACTICES SI FCP LCP TBT CLS PSI
🖥️ /?martech=off PERFORMANCE A11Y SEO BEST PRACTICES SI FCP LCP TBT CLS PSI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants