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

Feature/3152 modules 2.0 rewrite #2

Merged
merged 6 commits into from
Jul 15, 2019

Conversation

JCown
Copy link
Collaborator

@JCown JCown commented Jul 11, 2019

Related issues

vuestorefront#3152

Short description and why it's useful

Rewrote modules to match new design (cart, catalog module rewrote by Filip as an example)

Upgrade Notes and Changelog

  • No upgrade steps required (100% backward compatibility)
  • I've updated the Upgrade notes and Changelog on how to port existing VS sites with this new feature

Contribution and currently important rules acceptance

@JCown JCown requested a review from filrak July 11, 2019 12:34
@@ -1,10 +1,7 @@
import { categoryModule } from './store/category'
import { createModule } from '@vue-storefront/core/lib/module'
import { categoryNextStore } from './store/category'
Copy link
Owner

Choose a reason for hiding this comment

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

to bedzie w przyszlosci zwykle category wiec named importy bym zostawil jak byly, tylko nazwa samego modulu VS niech bedzie next (jak byla)

import { initCacheStorage } from '@vue-storefront/core/helpers/initCacheStorage'

export const KEY = 'newsletter'
const KEY = 'newsletter'
Copy link
Owner

Choose a reason for hiding this comment

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

te key tez mozesz wywalic, to referowalo inicjalnie do klucza modulu, teraz takich juz nie ma (odnosi sie do wszystkich KEY)

@JCown JCown force-pushed the feature/3152-modules-2.0-rewrite branch from 2f89659 to 59a24da Compare July 12, 2019 12:52
@filrak filrak merged commit c0542e3 into modules-2.0 Jul 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants