You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Previously, when navigating to the organization page and attempting to edit the organization, there was a lack of functionality under the "Select Tags" heading. Two tags, "python" and "javascript," were hardcoded, and the "Add" button did not function. This limitation prevented users from customizing and adding relevant tags to a specific organization.
Describe the solution you'd like
I have addressed this issue by introducing a new field, "org_tags," in the organization schema. This addition makes the tags section functional. I have implemented a search functionality that enables users to type and receive related tags in a dropdown, facilitating the selection and removal of tags. Upon publishing, these selected tags are reflected on the organization feeds page.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Previously, when navigating to the organization page and attempting to edit the organization, there was a lack of functionality under the "Select Tags" heading. Two tags, "python" and "javascript," were hardcoded, and the "Add" button did not function. This limitation prevented users from customizing and adding relevant tags to a specific organization.
Describe the solution you'd like
I have addressed this issue by introducing a new field, "org_tags," in the organization schema. This addition makes the tags section functional. I have implemented a search functionality that enables users to type and receive related tags in a dropdown, facilitating the selection and removal of tags. Upon publishing, these selected tags are reflected on the organization feeds page.
The text was updated successfully, but these errors were encountered: