pinterest-for-woocommerce
pinterest-for-woocommerce copied to clipboard
Refactoring - Consistency in the assets folder structure
Is your feature request related to a problem?
Looking at the assets/source folder structure feels for me a bit unorganised and without consistency. Is hard for me to follow a logic in order to localise the files.
Some examples:
- There are kind of a division per scope (catalog-sync, setup-guide, setup-tasks) with their own sass and components folder, but also there is some kinda folders like sass, JS and components outside. Which creates confusion
- Setup guide and catalog-sync for example, don't have consistency between them, for example setup-guide is wrapped over an app folder, but catalog-sync not.
- Again between catalog-sync and setup-guide. In one of them, the folder for the sections is named section, in the other is divided between views and steps.
Describe the solution you'd like
- Define and discuss about consistent folder structure.
- Implement the decided structure