Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This pull request addresses the previous limitation in the organization pages where the "Select Tags" section lacked functionality. Specifically, the "+" button was non-functional, and only two tags ("python" and "javascript") were hardcoded. The changes include introducing a new field, "org_tags," to the organization schema. This addition enables users to customize and add tags to organizations dynamically. A search functionality has been implemented, allowing users to type and receive related tags in a dropdown. The selected tags are reflected on the organization feeds page upon publishing.
Related Issue
#946 fixed
Motivation and Context
This change is necessary to enhance the user experience on organization pages. Previously, users were limited in their ability to customize tags for organizations. The introduction of the "org_tags" field and the dynamic tagging functionality solves this problem, providing users with the flexibility to add, remove, and search for tags based on their preferences.
Screenshots or GIF (In case of UI changes):
before:
tag-issue.mp4
after:
tag-solution.mp4
Types of changes
Checklist: