Skip to content

product variants formating #90

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

Merged
merged 2 commits into from
Feb 21, 2025

Conversation

pfulara
Copy link
Collaborator

@pfulara pfulara commented Feb 20, 2025

No description provided.

@@ -16,10 +16,15 @@ export async function findAndTransformAlgoliaProducts(
fields: [
'*',
'categories.name',
'categories.id',
'handle',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need to select handle

@slusarczykmichal slusarczykmichal merged commit c62791b into mercurjs:feat/algolia Feb 21, 2025
slusarczykmichal pushed a commit that referenced this pull request Feb 24, 2025
* product variants formating

* product variants formating
slusarczykmichal added a commit that referenced this pull request Feb 25, 2025
* feat: add algolia

* add product subscribers

* add settings

* add variants

* fix: update searchable fields

* feat: add brand to algolia searchable

* empit event if brand is assigned

* add review indexing

* refactor algolia service

* update product structure

* update inserting flow

* product variants formating (#90)

* product variants formating

* product variants formating

* fix imports

* add brand to product validators

* fix: resolve event bus

---------

Co-authored-by: Paweł Fulara <39165521+pfulara@users.noreply.github.com>
slusarczykmichal added a commit that referenced this pull request Feb 26, 2025
* feat: add comission system (#40)

* feat: add comission system

* fix: product category

* disable more than one product category assignment

* admin components

* modify components

* renaming

* add commission admin panel

* update httpclient

* add not found error

* improve search

* fix: do not show min/max commission if type is flat

* fixes

* generate clinet

* feat: seller/product review system (#57)

* add reviews

* add review remove request type

* create middlewares

* fix: authentication middleware

* fix: authentication middleware

* add customer link

* feat: add member email (#77)

* feat: add member email

* mark email as nullable

* Correct syntax for min max oas constraints (#83)

* fix: commission management panel

* feat: add review remove request panel page (#84)

* feat: resend integration (#73)

* add resend service

* update .env.template

* fix naming

* add seller request decision emails

* update templates

* Fixed wrong API route file name (#85)

* fix: add resend dependency

* Update README.md - New Mercur 🚀

* README.md - New Mercur 🚀

* feat: add brand attribute (#87)

* feat: add brand module

* add assign brand to product endpoint

* add oas

* fix: restrict seller creation request to one

* fix: force allow_backorder to false and manage_inventory to true

* feat: algolia search engine integration (#81)

* feat: add algolia

* add product subscribers

* add settings

* add variants

* fix: update searchable fields

* feat: add brand to algolia searchable

* empit event if brand is assigned

* add review indexing

* refactor algolia service

* update product structure

* update inserting flow

* product variants formating (#90)

* product variants formating

* product variants formating

* fix imports

* add brand to product validators

* fix: resolve event bus

---------

Co-authored-by: Paweł Fulara <39165521+pfulara@users.noreply.github.com>

* feat: expand seller info (#91)

* feat: expand seller info

* oas, query config

---------

Co-authored-by: NicolasGorga <62995075+NicolasGorga@users.noreply.github.com>
Co-authored-by: Luc1983 <lukasz.mielczarek@incubly.com>
Co-authored-by: Tom Anioł <33483514+tom-aniol@users.noreply.github.com>
Co-authored-by: Viktor Holik <109461604+vholik@users.noreply.github.com>
Co-authored-by: Paweł Fulara <39165521+pfulara@users.noreply.github.com>
slusarczykmichal added a commit that referenced this pull request Feb 26, 2025
* feat: add comission system (#40)

* feat: add comission system

* fix: product category

* disable more than one product category assignment

* admin components

* modify components

* renaming

* add commission admin panel

* update httpclient

* add not found error

* improve search

* fix: do not show min/max commission if type is flat

* fixes

* generate clinet

* feat: seller/product review system (#57)

* add reviews

* add review remove request type

* create middlewares

* fix: authentication middleware

* fix: authentication middleware

* add customer link

* feat: add member email (#77)

* feat: add member email

* mark email as nullable

* Correct syntax for min max oas constraints (#83)

* fix: commission management panel

* feat: add review remove request panel page (#84)

* feat: resend integration (#73)

* add resend service

* update .env.template

* fix naming

* add seller request decision emails

* update templates

* Fixed wrong API route file name (#85)

* fix: add resend dependency

* Update README.md - New Mercur 🚀

* README.md - New Mercur 🚀

* feat: add brand attribute (#87)

* feat: add brand module

* add assign brand to product endpoint

* add oas

* fix: restrict seller creation request to one

* fix: force allow_backorder to false and manage_inventory to true

* feat: algolia search engine integration (#81)

* feat: add algolia

* add product subscribers

* add settings

* add variants

* fix: update searchable fields

* feat: add brand to algolia searchable

* empit event if brand is assigned

* add review indexing

* refactor algolia service

* update product structure

* update inserting flow

* product variants formating (#90)

* product variants formating

* product variants formating

* fix imports

* add brand to product validators

* fix: resolve event bus

---------

Co-authored-by: Paweł Fulara <39165521+pfulara@users.noreply.github.com>

* feat: expand seller info (#91)

* feat: expand seller info

* oas, query config

* feat: add sales channels route (#93)

* fix: algolia product updates (#95)

---------

Co-authored-by: NicolasGorga <62995075+NicolasGorga@users.noreply.github.com>
Co-authored-by: Luc1983 <lukasz.mielczarek@incubly.com>
Co-authored-by: Tom Anioł <33483514+tom-aniol@users.noreply.github.com>
Co-authored-by: Viktor Holik <109461604+vholik@users.noreply.github.com>
Co-authored-by: Paweł Fulara <39165521+pfulara@users.noreply.github.com>
siyamchunu pushed a commit to siyamchunu/212manager that referenced this pull request Jun 7, 2025
* feat: add algolia

* add product subscribers

* add settings

* add variants

* fix: update searchable fields

* feat: add brand to algolia searchable

* empit event if brand is assigned

* add review indexing

* refactor algolia service

* update product structure

* update inserting flow

* product variants formating (mercurjs#90)

* product variants formating

* product variants formating

* fix imports

* add brand to product validators

* fix: resolve event bus

---------

Co-authored-by: Paweł Fulara <39165521+pfulara@users.noreply.github.com>
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.

2 participants