Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JournalForm #21

Open
10 of 14 tasks
AnnekeSchuette opened this issue Mar 22, 2021 · 0 comments
Open
10 of 14 tasks

JournalForm #21

AnnekeSchuette opened this issue Mar 22, 2021 · 0 comments

Comments

@AnnekeSchuette
Copy link
Owner

AnnekeSchuette commented Mar 22, 2021

Value statement

As a user
I need to have a form to add a personal rating and notes to a wine
so that I can keep a journal about wines I've tasted

Description (Text, Scribble, Wireframe, Design)

image

Acceptance criteria

  • the personal Rating is displayed using empty/filled star/bottle icons (1-5)
  • the Rating can be edited by simply clicking the icons
  • the Textarea has a character counter and allows input of 300 characters max.
  • Values of Rating + Textarea are stored in MongoDB

Tasks

  • Create Rating component (0-5 Stars, incl. Storybook)
  • Create Textarea component (incl. Storybook)
  • Add character counter function to Textarea (max. 300 characters)
  • Create JournalForm component with Rating + Textarea component (incl. Storybook)
  • save new values in MongoDB incl. user-and wine-IDs
  • Write Tests
  • Add styling
  • Test on mobile and desktop

Later Features

  • make textarea inline editable component
  • Date + Datepicker
@AnnekeSchuette AnnekeSchuette created this issue from a note in Capstone Project (Sprint) Mar 22, 2021
@AnnekeSchuette AnnekeSchuette moved this from Sprint to In progress in Capstone Project Mar 30, 2021
@AnnekeSchuette AnnekeSchuette moved this from In progress to Code Review in Capstone Project Apr 2, 2021
@AnnekeSchuette AnnekeSchuette moved this from Code Review to Review in Capstone Project Apr 2, 2021
@AnnekeSchuette AnnekeSchuette moved this from Review to Done (in production) in Capstone Project Apr 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Capstone Project
Done (in production)
Development

No branches or pull requests

1 participant