kevinldg / reuse-app

Upcycling app by @Hendrik-Pils, @jore-averbeck, @kevinldg and @SarahJoyceMorgen ♻️ (Capstone Project)
https://reuse-app.vercel.app
0 stars 2 forks source link

US12 - Customer Journey #11

Open jore-averbeck opened 8 months ago

jore-averbeck commented 8 months ago

Value proposition

As a User: As a user, I would like to have the possibility to be guided through the app when I go to the corresponding page.

Description

N/A

Acceptance criteria

Tasks

CJAkkuec commented 7 months ago

As a User: I want to have the option to be guided through the app or not.

This is a very binary choice. To be, or not to be. I'd advise to lean in a little more here. "... I want to be presented the option to either be guided toward a recycling suggestion, or to search for potential projects myself."

When visiting the app a pop-up window shows up, which asks wether the user wants to be guided through the app or not.

I'd probably handle this differently. I'd render the content on index.js conditionally depending. On first load, the user is presented with two simple boxes they can click, etc.

Use toastify to create a pop-up window to guide the user. Install toastify with npm install --save react-toastify Import ToastContainer from react-toastify. Implement the Toast Message.

A toast message wouldn't be the use case for this, I don't think. A simple button component is more than enough, such as

index.js

[Guided Selection] ... [Manual Selection]

^ Clickable buttons that lead to the individual routes, etc.

CJAkkuec commented 7 months ago

LGTM 🚀