Commerce Recipe User Roles
Security covered
Commerce ecosystem
This project provides pre-defined user roles for a Drupal Commerce store, such as store administrator, product manager, and order manager, to streamline the management of common e-commerce tasks. It aims to establish a pattern for future "Commerce Recipe" projects that enhance existing stores rather than creating complete installations from scratch.
This recipe defines a set of user roles that represent the most common types of users managing a Drupal Commerce store, including:
- Store administrator
- Product manager
- Marketing manager
- Order manager
- Customer service
As our first official foray into standalone recipes, we are attempting to establish the following patterns with this project:
- Commerce recipes follow the naming pattern
commerce_recipe_*and prefix the name with "Commerce Recipe: ". - Commerce recipes enhance stores but do not setup complete commerce installations on their own.
We will document and present our proposed path forward at DrupalCon Atlanta.