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

Add new note #4

Closed
11 tasks done
jamarob opened this issue Mar 1, 2020 · 0 comments
Closed
11 tasks done

Add new note #4

jamarob opened this issue Mar 1, 2020 · 0 comments

Comments

@jamarob
Copy link
Owner

jamarob commented Mar 1, 2020

Value statement

I as a user
want to add a new note
so that I can save it for later

Description

  • floating button in the bottom right corner of the notes list
    fab
  • page with form
    add_note

Acceptance criteria

  • there is a fab on the notes pages
  • user can scroll past the last note, so that the fab doesn't overlay it
  • click on fab takes the user to a new page /add
  • at /addthere is a form with a textarea and and a cancel and save button
  • the user can input text into the form
  • click on cancel takes the user back to /notes without any changes
  • click on save takes the user back to /notes with the new note prepended into the list of notes

Tasks

  • create the route /add
  • create components
  • styling
  • test in mobile view
@jamarob jamarob closed this as completed Mar 4, 2020
@jamarob jamarob reopened this Mar 4, 2020
@jamarob jamarob closed this as completed Mar 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant