Manuella-Sam / dont-forget-to-change-the-project-name

https://dont-forget-to-change-the-project-name.vercel.app
0 stars 0 forks source link

User story 2 #2

Open Manuella-Sam opened 1 year ago

Manuella-Sam commented 1 year ago

Value proposition

Value Description: As a User I want to see a filtered List of Job categories available based on my experience, interests, strengths etc. given in the input fields.

Description

Image

Acceptance criteria

Tasks

Size: M

CJAkkuec commented 1 year ago

I think I'd perhaps mention as part of the tasks that this is referencing your dummy data. Perhaps you may want to use placeholder images (something like a <div> with a background color, maybe) as well instead of bothering with actual images at this point.

Other than that: Is this a new page, or are we building on the list we've created in your US1?

Manuella-Sam commented 1 year ago

It is a new page !

CJAkkuec commented 1 year ago

Okay, here's some things that may be of value to you:

I think that US2 stills needs to include a task which states that you're going to make the job dummy data available to the categories.js page and another task that explains how you're going to sort through the dummy data so it gets displayed in the correct category.

Maybe you will have to think about something like this ...

const frontEndJobs = jobsDummyData.sort(//something something very good code ...)
const backEndJobs = //....
//....
Charlotte-Ketteler commented 1 year ago

LGTM :)