Anita77777 / capstone-project

capstone-project-plum.vercel.app
0 stars 0 forks source link

#4 add local storage #7

Open Anita77777 opened 2 years ago

Anita77777 commented 2 years ago

Value Proposition

As a reader I need to have access to my review posts permanently to be able to refer to them in the future. Also I need the input fields to be reset when generating a card.

Description

Storage (as in local storage) of user-created data (review posts) and rewriting the code for form component. Card component get's extracted from form component into a seperate component.

Acceptance Criteria

Tasks

Complexity

XS

anitaschiller commented 2 years ago

Hi Anita, looks good, just a suggestion for your value propositon: since the user can't really choose to render the cards permanently I would use a different wording:

As a reader I need to have access to my review posts permanently to be able to refer to them in the future

Anita77777 commented 2 years ago

Changed it, thank you