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

Support multiple tags for a note #1

Closed
sandeep-pareek opened this issue Apr 9, 2020 · 2 comments
Closed

Support multiple tags for a note #1

sandeep-pareek opened this issue Apr 9, 2020 · 2 comments
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Milestone

Comments

@sandeep-pareek
Copy link
Owner

  • Create a table with tags.
  • Have a ManyToMany relationship between note and tags.
  • Create a table with Association of Note(FK) and Tags(FK) and an AI primary key.
  • Tags can be attached to a note, can be removed from a note, updated for a note, appended to existing tags for a note.
@sandeep-pareek sandeep-pareek self-assigned this Apr 9, 2020
@sandeep-pareek sandeep-pareek added documentation Improvements or additions to documentation enhancement New feature or request labels Apr 9, 2020
@sandeep-pareek sandeep-pareek added this to the Verson 2.0 milestone Apr 9, 2020
@sandeep-pareek
Copy link
Owner Author

@sandeep-pareek
Copy link
Owner Author

This is fixed at commit aab5472

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant