elasticpath / d2c-starter-kit

NextJS / React starter kit for D2C ecommerce
MIT License
4 stars 7 forks source link

Implement Customer Account Management and Order Viewing in D2C Starter Kit #85

Open Stevie-Ray opened 1 year ago

Stevie-Ray commented 1 year ago

As an e-commerce storefront, the D2C Starter Kit lacks a crucial feature that allows customers to register/login to their accounts and access order history and store addresses. While the backend of Elasticpath has a dedicated section for this functionality, it appears to be missing from the D2C Starter Kit. This feature is essential for enhancing the overall user experience and promoting customer loyalty.

Expected Behavior:

Customers should be able to register and log in to their accounts. Customers should have the ability to view their order history and related details. Customers should be able to manage their store addresses conveniently.

Acceptance Criteria:

The D2C Starter Kit should have a user-friendly interface for customer registration and login. Once logged in, customers should be able to access their order history and order details. Customers should be able to add, edit, or delete store addresses associated with their accounts.