pcl-labs / browtricks-ui-components

https://browtricks-ui-components.vercel.app
0 stars 0 forks source link

Home Page Routing #14

Open bamboochow opened 1 year ago

bamboochow commented 1 year ago

Home Page Routing

Stepper Expected Behavior

In the current stepper, when you click on a step, it is marked as COMPLETED. this is INCORRECT. 92fbeac6ea3408b9d272fdbec2fc2be5

The stepper is used to show which steps have already been completed. Like what's shown in the gif below, clicking on the step does not "complete" the step, but rather expands the steps to show more detail.

9c978dfb83d21754f78746217adfc2e8

Add Customer

Add Customer: [Link to /add-customer] Complete "Add Customer" step if user has already added a customer to their account.

image

Create Forms

Current "create forms" section has the wrong button text Create Forms: [Link to ] Complete "Create Forms" step if user has created a form.

image

Connect Social Account

Current "connect accounts" section has the wrong button text Connect Account: [Link to /settings ] Complete "Connect Social Account" step if user has connected social accounts.

image

Add Before/After Media

Current "Add Before/After Media" section has the wrong button text Add Media: [Link to /settings ] Complete "Add Media" step if user has add media into account.

image

Enable SMS Sending

Current "Enable SMS" section has the wrong button text Enable SMS: [Link to /settings ] Complete "Enable SMS" step if user has add media into account.

image