chris-kuehn / capstone-project

With the Art Generator app, you can create your own artwork and spice it up with randomness.
https://capstone-project-one-delta.vercel.app
0 stars 0 forks source link

US3 - Multiple Input Elements #5

Open chris-kuehn opened 1 year ago

chris-kuehn commented 1 year ago

Value proposition

As a user, I would like to make adjustments in the art generator to create my own custom artwork.

Description

Art generator

Acceptance criteria

Tasks

Size L

CJAkkuec commented 1 year ago

Re: VP

As a user who has already used the art generator I would like to see an archive page where I can see the artwork I have already created, in order to store all the artworks I have created in one place and view them again

As a user I want to be able to store the images I've created using the generator so that I can view them again.

Best to keep it concise. ;)

Re: Acceptance Criteria

a new page called archive is created

Not an acceptance criteria, unless you want to express that the user can access it.

Re: Tasks

creae

*create :D

add the CanvasOne component to the page

I'm not sure that's what you want to do. Shouldn't you want to be able to save the image you created rather than displaying the canvas again?

CJAkkuec commented 1 year ago

Re: Acceptance Criteria

minimum two more input-elements to customize the art work

Please state a fixed number of inputs. Please also state what they do.

the artwork should change by using the input-elements or by using a re-render-button

The "expected" behavior would be that the artwork changes with every increment the handler is moved in either direction - think: color pickers, etc. If you want the user to move the handlers and then submit a new artwork "request" based on the given specifications, then you need the button. You need to state what the behavior should be, otherwise the AC can't be met.

Re: Tasks Your tasks are going to be quite different based on how you define the approach mentioned above.

create branch "multiple Input Elements"

I'd prefer you name it something like feature/customization.

chris-kuehn commented 1 year ago

Thanks for your feedback. I have adjusted my user story.