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

should have plus-1: move words between new list and remembered list #17

Open
9 tasks
AlinaTaoRao opened this issue Feb 26, 2022 · 0 comments · Fixed by #23
Open
9 tasks

should have plus-1: move words between new list and remembered list #17

AlinaTaoRao opened this issue Feb 26, 2022 · 0 comments · Fixed by #23

Comments

@AlinaTaoRao
Copy link
Collaborator

plus-1. move words between new list and remembered list

a user can move words between new list and remembered list

HTML

  • one div element with the id remembered-list as container.
  • one remembered button aside new words list
  • one overlooked button aside remembered words list
  • one checkbox aside each word.

CSS

  • styling to position the two lists correctly on the screen

Listeners

  • a listener connected to the checkbox, I'll try a "click" event first

Handlers

  • one handler that move the word list and re-render the list in the UI

Utils

  • none.

Components

  • none. I can reuse the component from add a word to render word list.

  • this will be developed on the branch plus-1-feature-move.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant