-
Notifications
You must be signed in to change notification settings - Fork 195
@W-19323372 - Update Order Plugin Feature Branch with latest Develop Changes #3087
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
Open
sf-deepali-bharmal
wants to merge
19
commits into
develop
Choose a base branch
from
W-19323372/UpdateFeatureBranch
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
…ge (#2795) * Initial empty commit for order-management-plugin * Order Status footer link routes to a new Order Status Page
* add button and modal * Initial empty commit for order-management-plugin * separate modal component; changelog * unit tests * labels * remove redundancy * chakra? * update changelog * mark cancellation props as required --------- Signed-off-by: sf-emmyzhang <[email protected]> Co-authored-by: sf-deepali-bharmal <[email protected]>
Signed-off-by: sf-emmyzhang <[email protected]>
simplify the parameter passing Update based on new UX revert unwanted changes styling change
* Initial empty commit for order-management-plugin * skip changelog * add white border to svg * skip changelog * order tracker * Fixed lint errors * Addressed PR comments * Removed unnecessary comments * Refactored the code * Made the tracker accessible * PR comments * Added compiled files --------- Co-authored-by: sf-deepali-bharmal <[email protected]> Co-authored-by: emmyzhang <[email protected]>
* @W-19054407 BOPIS fix bundle inventory and child pickup selection (#2823) * @W-19054407 BOPIS fix bundle inventory and child pickup selection * @W-19054407 BOPIS fix bundle inventory and child pickup selection changlelog * Revert "@W-19054407 BOPIS fix bundle inventory and child pickup selection changlelog" This reverts commit f5be70b. * @W-19054407 BOPIS changelog update --------- Co-authored-by: vcua-mobify <[email protected]> * @W-19053749: Updated changelog to match new accepted style (#2837) * Updated changelog * @W-19045349 Add better error handling for Datacloud (#2811) * Add better error handling for Datacloud Signed-off-by: Carson Campbell <[email protected]> * Update use-datacloud.js Signed-off-by: Carson Campbell <[email protected]> * Update use-datacloud.test.js Signed-off-by: Carson Campbell <[email protected]> * Update datacloud-mock-data.js Signed-off-by: Carson Campbell <[email protected]> * Add new dataCloudAPI config Signed-off-by: Carson Campbell <[email protected]> * Update CHANGELOG.md Signed-off-by: Carson Campbell <[email protected]> * Update use-datacloud.test.js Signed-off-by: Carson Campbell <[email protected]> * Update use-datacloud.test.js Signed-off-by: Carson Campbell <[email protected]> * Update use-datacloud.test.js Signed-off-by: Carson Campbell <[email protected]> * Update datacloud-mock-data.js Signed-off-by: Carson Campbell <[email protected]> * Refactored to decrease duplicate code Signed-off-by: Carson Campbell <[email protected]> * Fix prettier issues Signed-off-by: Carson Campbell <[email protected]> * Remove comments Signed-off-by: Carson Campbell <[email protected]> * Sync datacloud api values (#2843) * Update CHANGELOG.md Signed-off-by: Carson Campbell <[email protected]> * Update CHANGELOG.md Signed-off-by: Carson Campbell <[email protected]> --------- Signed-off-by: Carson Campbell <[email protected]> Co-authored-by: Vincent Marta <[email protected]> * feat: add feature flag to enable/disable partial hydration @W-19082948 (#2846) * update commerce-sdk-react * update changelog --------- Signed-off-by: Carson Campbell <[email protected]> Co-authored-by: patricksullivansf <[email protected]> Co-authored-by: vcua-mobify <[email protected]> Co-authored-by: Daniel Diaz <[email protected]> Co-authored-by: Carson Campbell <[email protected]> Co-authored-by: Vincent Marta <[email protected]> Co-authored-by: Steffen Eckardt <[email protected]> Co-authored-by: Joel Uong <[email protected]>
* Added cursor rules * Rules updated * Rules updated * Updated Readme document * Updated rules * updated rules * Cursor Rules for generating components * Added MCP rules for Component creation * @W-18737391 Add developemnt guidelines and page creation rules * remove from .cursor/rules folder * update rule * condense guideliens * update changelog * update rule to help pattern match * Cursor rules and cleanup of tool * Deleting from the monorepo * skip changelog * Update CHANGELOG.md * bump versions * Bump versions in mcp server * added cursor rules * Added options for other * move cursor rules to root * move cursor rules to root * revert change log * Cursor rules for creating new component * nested cursor rules * move to nested rules location * revert create mobify app js * Initial Commit Add initGit option Update readme for create app tool Always use latest for create app npx package version. * Change when git init is run also added basic gitignore for non-extension projects * Update CHANGELOG.md * Fix tests * Rename pwa-kit-mcp project * Update server.js * Include bin entry in package.json * update changelog.md * update changelog.md * Fix dependencies etc * Add example with output dir * remove duplicated rules under assets * @W-19065116 fix formating issue * Punctuation fix in readme * @W-19054407 BOPIS fix bundle inventory and child pickup selection (#2823) * @W-19054407 BOPIS fix bundle inventory and child pickup selection * @W-19054407 BOPIS fix bundle inventory and child pickup selection changlelog * Revert "@W-19054407 BOPIS fix bundle inventory and child pickup selection changlelog" This reverts commit f5be70b. * @W-19054407 BOPIS changelog update --------- Co-authored-by: vcua-mobify <[email protected]> * Update program.json PR feedback on description. Signed-off-by: Ben Chypak <[email protected]> * @W-19053749: Updated changelog to match new accepted style (#2837) * Updated changelog * update changelog * revert development guidelines changes * revert development guidelines changes * Rename package to pwa-kit-mcp * Update server json in readme * Update readme and bump version * Ensure the latest version is used in readme example * Version align the mcp server with the platform version * Use --initGit flag and test for .git/ creation * Add flag both commands for template and presets * Ensure gitignore is created * Ensure default command includes --initGit * Update base command * @W-19045349 Add better error handling for Datacloud (#2811) * Add better error handling for Datacloud Signed-off-by: Carson Campbell <[email protected]> * Update use-datacloud.js Signed-off-by: Carson Campbell <[email protected]> * Update use-datacloud.test.js Signed-off-by: Carson Campbell <[email protected]> * Update datacloud-mock-data.js Signed-off-by: Carson Campbell <[email protected]> * Add new dataCloudAPI config Signed-off-by: Carson Campbell <[email protected]> * Update CHANGELOG.md Signed-off-by: Carson Campbell <[email protected]> * Update use-datacloud.test.js Signed-off-by: Carson Campbell <[email protected]> * Update use-datacloud.test.js Signed-off-by: Carson Campbell <[email protected]> * Update use-datacloud.test.js Signed-off-by: Carson Campbell <[email protected]> * Update datacloud-mock-data.js Signed-off-by: Carson Campbell <[email protected]> * Refactored to decrease duplicate code Signed-off-by: Carson Campbell <[email protected]> * Fix prettier issues Signed-off-by: Carson Campbell <[email protected]> * Remove comments Signed-off-by: Carson Campbell <[email protected]> * Sync datacloud api values (#2843) * Update CHANGELOG.md Signed-off-by: Carson Campbell <[email protected]> * Update CHANGELOG.md Signed-off-by: Carson Campbell <[email protected]> --------- Signed-off-by: Carson Campbell <[email protected]> Co-authored-by: Vincent Marta <[email protected]> * encapulate rule copy logic * update e2e test to verify .cursor folder is generated * feat: add feature flag to enable/disable partial hydration @W-19082948 (#2846) * update changelog * Bump versions * Clean up changelogs * Better prompting for cursor and create app program * update commerce-sdk-react * update changelog * bump version * bump develop to next dev version * Update changelogs * Change version number * Update readme * Move tools to tools folder * Clean up files/folders, create new tool folder. * Lint * A11y tests - Handle dynamic aria labels generated by chakra UI (#2864) * Handle dynamic aria labels generated by chakra UI * improve sanitization --------- Co-authored-by: Alex Vuong <[email protected]> --------- Signed-off-by: yhsieh1 <[email protected]> Signed-off-by: Ben Chypak <[email protected]> Signed-off-by: Carson Campbell <[email protected]> Co-authored-by: snilakandan <[email protected]> Co-authored-by: Yuming Hsieh <[email protected]> Co-authored-by: vcua-mobify <[email protected]> Co-authored-by: snilakandan13 <[email protected]> Co-authored-by: Ben Chypak <[email protected]> Co-authored-by: patricksullivansf <[email protected]> Co-authored-by: vcua-mobify <[email protected]> Co-authored-by: Ben Chypak <[email protected]> Co-authored-by: Daniel Diaz <[email protected]> Co-authored-by: Carson Campbell <[email protected]> Co-authored-by: Vincent Marta <[email protected]> Co-authored-by: Steffen Eckardt <[email protected]> Co-authored-by: Joel Uong <[email protected]> Co-authored-by: sf-henry-semaganda <[email protected]> Co-authored-by: Jainam Sheth <[email protected]> Co-authored-by: Alex Vuong <[email protected]>
* skip changelog * skip changelog * Updated translations
* Added cursor rules * Rules updated * Rules updated * Updated Readme document * Updated rules * updated rules * Cursor Rules for generating components * Added MCP rules for Component creation * @W-18737391 Add developemnt guidelines and page creation rules * remove from .cursor/rules folder * update rule * condense guideliens * update changelog * update rule to help pattern match * Cursor rules and cleanup of tool * Deleting from the monorepo * skip changelog * Update CHANGELOG.md * bump versions * Bump versions in mcp server * added cursor rules * Added options for other * move cursor rules to root * move cursor rules to root * revert change log * Cursor rules for creating new component * nested cursor rules * move to nested rules location * revert create mobify app js * Initial Commit Add initGit option Update readme for create app tool Always use latest for create app npx package version. * Change when git init is run also added basic gitignore for non-extension projects * Update CHANGELOG.md * Fix tests * Rename pwa-kit-mcp project * Update server.js * Include bin entry in package.json * update changelog.md * update changelog.md * Fix dependencies etc * Add example with output dir * remove duplicated rules under assets * @W-19065116 fix formating issue * Punctuation fix in readme * @W-19054407 BOPIS fix bundle inventory and child pickup selection (#2823) * @W-19054407 BOPIS fix bundle inventory and child pickup selection * @W-19054407 BOPIS fix bundle inventory and child pickup selection changlelog * Revert "@W-19054407 BOPIS fix bundle inventory and child pickup selection changlelog" This reverts commit f5be70b. * @W-19054407 BOPIS changelog update --------- Co-authored-by: vcua-mobify <[email protected]> * Update program.json PR feedback on description. Signed-off-by: Ben Chypak <[email protected]> * @W-19053749: Updated changelog to match new accepted style (#2837) * Updated changelog * update changelog * revert development guidelines changes * revert development guidelines changes * Rename package to pwa-kit-mcp * Update server json in readme * Update readme and bump version * Ensure the latest version is used in readme example * Version align the mcp server with the platform version * Use --initGit flag and test for .git/ creation * Add flag both commands for template and presets * Ensure gitignore is created * Ensure default command includes --initGit * Update base command * @W-19045349 Add better error handling for Datacloud (#2811) * Add better error handling for Datacloud Signed-off-by: Carson Campbell <[email protected]> * Update use-datacloud.js Signed-off-by: Carson Campbell <[email protected]> * Update use-datacloud.test.js Signed-off-by: Carson Campbell <[email protected]> * Update datacloud-mock-data.js Signed-off-by: Carson Campbell <[email protected]> * Add new dataCloudAPI config Signed-off-by: Carson Campbell <[email protected]> * Update CHANGELOG.md Signed-off-by: Carson Campbell <[email protected]> * Update use-datacloud.test.js Signed-off-by: Carson Campbell <[email protected]> * Update use-datacloud.test.js Signed-off-by: Carson Campbell <[email protected]> * Update use-datacloud.test.js Signed-off-by: Carson Campbell <[email protected]> * Update datacloud-mock-data.js Signed-off-by: Carson Campbell <[email protected]> * Refactored to decrease duplicate code Signed-off-by: Carson Campbell <[email protected]> * Fix prettier issues Signed-off-by: Carson Campbell <[email protected]> * Remove comments Signed-off-by: Carson Campbell <[email protected]> * Sync datacloud api values (#2843) * Update CHANGELOG.md Signed-off-by: Carson Campbell <[email protected]> * Update CHANGELOG.md Signed-off-by: Carson Campbell <[email protected]> --------- Signed-off-by: Carson Campbell <[email protected]> Co-authored-by: Vincent Marta <[email protected]> * qa prompt * update * encapulate rule copy logic * update e2e test to verify .cursor folder is generated * feat: add feature flag to enable/disable partial hydration @W-19082948 (#2846) * update changelog * Bump versions * Clean up changelogs * Update usid expiry to match refresh_token expiry * Linting fix * Update changelog * Better prompting for cursor and create app program * Update packages/commerce-sdk-react/src/auth/index.ts Co-authored-by: vcua-mobify <[email protected]> Signed-off-by: Jainam Sheth <[email protected]> * Add unit tests for usid expiry * Remove overlapping test cases * update commerce-sdk-react * update changelog * bump version * bump develop to next dev version * Update changelogs * Change version number * Update readme * Move tools to tools folder * Clean up files/folders, create new tool folder. * Lint * A11y tests - Handle dynamic aria labels generated by chakra UI (#2864) * Handle dynamic aria labels generated by chakra UI * improve sanitization --------- Co-authored-by: Alex Vuong <[email protected]> * initial implementation of create page mcp tool * fix * support open url * fix the import * update README and changelog * Modified create page mcp tool * Added Image Componentsupport to Create page MCP tool * Fixed failing tests * Added new and fixed failing tests and corrected linting issues * Added new test and minor update to system prompt * Updated image component functionality * Updated system prompt * Fixed routes issue * Added tests and comments * Fixed merge conflicts and moved cursor to retail-react-app * skip changelog * Removed unused const * Addressed comments * Update reading expiry time for usid * Removed the cursor rule * Update codeowners file to include ownership for specific features (#2921) * Update codeowners * @W-18895609: 🚀 Shopper Agent Experience v3.0 (#2658) * feat: shopper agent experience v3.0 * fix: enabling streaming (#2911) * Committing for Rules and cleanup * skip changelog * Fixed tests * Remove reference to claude and clean up readme * Update CHANGELOG.md * Lint fix * Addressed comments * Make development section more robust. * Removed the flex hardcode in log message * Fixing Page Tool * Fixing Linter * Updating the Page tool * Fix eslint discoverability in the monorepo (@W-19068681@) (#2927) * Attempt at fixing eslint discoverability in the monorepo * Support other packages * Another approach: centralize the eslint dependencies * Add a script to sync eslint stuffs to the root * Update package lock files * Move timing of script to preinstall * Update package lock files * No need for this documentation * Empty commit * Simplify the script's logic * Reverting changes for Page tool * Added comment back * Update packages/pwa-kit-mcp/README.md Co-authored-by: Katia Hage <[email protected]> Signed-off-by: Ben Chypak <[email protected]> * Update packages/pwa-kit-mcp/README.md Co-authored-by: Katia Hage <[email protected]> Signed-off-by: Ben Chypak <[email protected]> * Update packages/pwa-kit-mcp/README.md Co-authored-by: Katia Hage <[email protected]> Signed-off-by: Ben Chypak <[email protected]> * Update packages/pwa-kit-mcp/README.md Co-authored-by: Katia Hage <[email protected]> Signed-off-by: Ben Chypak <[email protected]> * Update packages/pwa-kit-mcp/README.md Co-authored-by: Katia Hage <[email protected]> Signed-off-by: Ben Chypak <[email protected]> * Update packages/pwa-kit-mcp/README.md Co-authored-by: Katia Hage <[email protected]> Signed-off-by: Ben Chypak <[email protected]> * Fix link * Reverting the test change * Update package description * Remove folder structure section * @W-19179026: disable streaming responses (#2964) * Explicitly added example of what the path to your project might look like. * Update packages/pwa-kit-mcp/README.md Co-authored-by: Katia Hage <[email protected]> Signed-off-by: Ben Chypak <[email protected]> * @W-19248293: logMCPMessage is broken * @W-19248293: logMCPMessage is broken * fix lint errors * @W-19251796 MCP a11y performance tool format fix (#3003) * @W-19183433: Add code owners validation to the CI pipeline (#2939) * Update codeowners * Update codeowners * Update codeowners * Add codeowners validator to the pipeline * codeowners validator * codeowners validator * codeowners validator * codeowners validator * codeowners validator * codeowners validator --------- Co-authored-by: Brian Feister <[email protected]> --------- Signed-off-by: yhsieh1 <[email protected]> Signed-off-by: Ben Chypak <[email protected]> Signed-off-by: Carson Campbell <[email protected]> Signed-off-by: Jainam Sheth <[email protected]> Co-authored-by: snilakandan <[email protected]> Co-authored-by: Yuming Hsieh <[email protected]> Co-authored-by: vcua-mobify <[email protected]> Co-authored-by: snilakandan13 <[email protected]> Co-authored-by: Ben Chypak <[email protected]> Co-authored-by: patricksullivansf <[email protected]> Co-authored-by: vcua-mobify <[email protected]> Co-authored-by: Ben Chypak <[email protected]> Co-authored-by: Daniel Diaz <[email protected]> Co-authored-by: Carson Campbell <[email protected]> Co-authored-by: Vincent Marta <[email protected]> Co-authored-by: Shailesh Zirpe <[email protected]> Co-authored-by: Steffen Eckardt <[email protected]> Co-authored-by: Jainam Sheth <[email protected]> Co-authored-by: Jainam Sheth <[email protected]> Co-authored-by: Joel Uong <[email protected]> Co-authored-by: sf-henry-semaganda <[email protected]> Co-authored-by: Alex Vuong <[email protected]> Co-authored-by: Shailesh Zirpe <[email protected]> Co-authored-by: wei-liu <[email protected]> Co-authored-by: atekur <[email protected]> Co-authored-by: Aditya Tekur <[email protected]> Co-authored-by: Ujwala <[email protected]> Co-authored-by: Avinash Kasipathy <[email protected]> Co-authored-by: Katia Hage <[email protected]> Co-authored-by: Brian Feister <[email protected]>
🎉 Snyk checks have passed. No issues have been found so far.✅ security/snyk check is complete. No issues have been found. (View Details) ✅ license/snyk check is complete. No issues have been found. (View Details) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
ready for review
PR is ready to be reviewed
skip changelog
Skip the "Changelog Check" GitHub Actions step even if the Changelog.md files are not updated
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.
Description
Types of Changes
Changes
How to Test-Drive This PR
Checklists
General
Accessibility Compliance
You must check off all items in one of the follow two lists:
or...
Localization