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

On hold - US5 - Saving an artwork #11

Open chris-kuehn opened 1 year ago

chris-kuehn commented 1 year ago

Value proposition

As a user I want to save the current adjustment values of the art generator in order to rebuild my artwork in the future (a following user story).

Description

Save-button

Acceptance criteria

Tasks

Size

ninaassmann commented 1 year ago

I would use a better name than UpdateLocalStorage may updateAllArtWorks since you local storage state would look like this const [allArtWorkds, setAllArtworks] = useLocalStorageState("artworks", { defaultValue: [], })

maybe you could name this createParameterObject something like createArtwork

but those are just suggestions