Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: changes for modularity on product select #2276

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

Riddhiagrawal001
Copy link
Contributor

@Riddhiagrawal001 Riddhiagrawal001 commented Feb 18, 2025

Type of Change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring
  • Dependency updates
  • Documentation
  • CI/CD

Description

  • When a user clicks on a product, one of the following scenarios will occur:
    - No merchant ID associated with the product → The user is redirected to the product's default home page.
    - A single merchant ID is associated → The user is automatically switched to the respective merchant.
    - Multiple merchant IDs are associated → A modal appears, allowing the user to select which merchant to switch to.
  • When a user lands on the home page of any product, a new merchant is automatically created, and the user is switched to the newly created merchant

Add a new merchant
image

Select a merchant
image

Motivation and Context

How did you test it?

Cannot be tested as BE changes are not done yet

Where to test it?

  • INTEG
  • SANDBOX
  • PROD

Checklist

  • I ran npm run re:build
  • I reviewed submitted code
  • I added unit tests for my changes where possible

@Riddhiagrawal001 Riddhiagrawal001 added the chore chore label Feb 18, 2025
@Riddhiagrawal001 Riddhiagrawal001 self-assigned this Feb 18, 2025
@Riddhiagrawal001 Riddhiagrawal001 requested a review from a team as a code owner February 18, 2025 08:29
Copy link

Review changes with  SemanticDiff

@Riddhiagrawal001 Riddhiagrawal001 changed the title chore: Changes for modularity on product select chore: changes for modularity on product select Feb 18, 2025
@Riddhiagrawal001 Riddhiagrawal001 linked an issue Feb 18, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore chore
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CHORE] changes for modularity on product select
2 participants