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

Develop universal Tag component #14

Open
12 of 13 tasks
CodeMagic opened this issue May 15, 2017 · 2 comments
Open
12 of 13 tasks

Develop universal Tag component #14

CodeMagic opened this issue May 15, 2017 · 2 comments
Assignees
Labels

Comments

@CodeMagic
Copy link
Contributor

CodeMagic commented May 15, 2017

The current tag implementation has some problems.

I want to convert to a more typical tag implementation, i.e.

  • Tags displayed as little boxes in row
  • Tag boxes should link to a tag search
  • Two dispositions: read, write
    • Read: Array of tag boxes only
    • Write:
      • Each tag box has a little 'x' to remove it
      • One text input to add a tag
      • Adding it should throw it onto the list
  • Should work universally, with add/removal functions passed in as props
    • viewing subnotes
    • viewing flashcards
    • creating subnotes
    • creating flashcards
@CodeMagic CodeMagic self-assigned this May 15, 2017
@CodeMagic
Copy link
Contributor Author

CodeMagic commented Jun 5, 2017

f76235d
Baseline tag list is working. A tag list can be passed in, and manipulated as expected.

Up next:

  • Integrate tag list into other components
  • Change/update styling to accept props
  • Better functionality, like placeholder and add-on-pressing-enter rather than a button

@CodeMagic
Copy link
Contributor Author

f849a80
3610991

Still some work to do to make the component fancier, but it works pretty well now.

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

No branches or pull requests

1 participant