Conversation
Introduce a new email template for resetting passwords and a subscriber handler to trigger the email when a password reset request is made. This includes adding the template to the Resend notification service and defining the necessary logic to handle the password reset event.
Add a new shipping update email template and workflow to notify customers when their order has been shipped. This includes the creation of a new workflow, subscriber, and email template, as well as updates to the Resend notification provider to support the new template. The workflow fetches fulfillment and order details to populate the email with relevant information.
Add Algolia integration to enable fast and efficient product search. This includes: - Adding Algolia SDK and dependencies - Creating Algolia module for indexing and searching products - Implementing workflows and subscribers for syncing product data - Adding admin and store API endpoints for search and synchronization
This commit introduces a new email template and workflow step to notify sellers when a new order is placed. The notification includes order details and a link to the admin panel for processing. This ensures sellers are promptly informed and can take necessary actions.
The default email template translation was updated from "New Email" to "Nuevo pedido" to better align with the context of the application and improve user experience for Spanish-speaking users.
This commit introduces a pre-commit hook using Husky and lint-staged for automatic code formatting. It also adds Prettier configuration files (.prettierrc.json and .prettierignore) to enforce consistent code style. Additionally, a SECURITY.md file is included to outline the project's security policy. The package.json is updated to include these tools and dependencies.
Updated @medusajs dependencies to version 2.7.1 to leverage the latest features and bug fixes. Added new environment variables to .env.template to support Algolia, Resend, and S3 integrations, ensuring the application is ready for these services.
Update the packageManager field to use yarn@4.1.1 and correct the indentation of the lint-staged configuration in package.json
chore: update yarn and fix lint-staged formatting
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.
No description provided.