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

Tags #30

Merged
merged 12 commits into from
May 21, 2024
Merged

Tags #30

merged 12 commits into from
May 21, 2024

Conversation

Zilola-Nazarova
Copy link
Owner

In this branch, we've implemented tagging feature by:

  • creating Tag model, setting many-to-many relationships between Tags and Items
  • updating Item controllers so that associations are set when items are created/updated/deleted
  • creating Tag route and get controller to support autosuggestions with available tags
  • fetching Tags on Front-End and creating input using the react-autosuggest package

Many-to-many relationships were challenging causing the growth of controllers. Better ways of setting this relationship will be explored in future branches.

@Zilola-Nazarova Zilola-Nazarova linked an issue May 21, 2024 that may be closed by this pull request
Closed
4 tasks
@Zilola-Nazarova Zilola-Nazarova merged commit 1c2d375 into dev May 21, 2024
3 checks passed
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

Successfully merging this pull request may close these issues.

Tags
1 participant