forked from openedx/frontend-app-authoring
-
Notifications
You must be signed in to change notification settings - Fork 0
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
[WIP] [FC-0036] Search Content Tags #16
Closed
yusuf-musleh
wants to merge
9
commits into
yusuf-musleh/content-tags-drawer-editing
from
yusuf-musleh/search-content-tags
Closed
[WIP] [FC-0036] Search Content Tags #16
yusuf-musleh
wants to merge
9
commits into
yusuf-musleh/content-tags-drawer-editing
from
yusuf-musleh/search-content-tags
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yusuf-musleh
commented
Dec 1, 2023
yusuf-musleh
force-pushed
the
yusuf-musleh/search-content-tags
branch
from
December 3, 2023 13:12
dd96c20
to
21db528
Compare
yusuf-musleh
changed the title
[WIP] Search Content Tags
[WIP] [FC-0036] Search Content Tags
Dec 4, 2023
yusuf-musleh
force-pushed
the
yusuf-musleh/content-tags-drawer-editing
branch
from
December 4, 2023 14:20
f35727e
to
8d1f7e9
Compare
yusuf-musleh
force-pushed
the
yusuf-musleh/search-content-tags
branch
from
December 7, 2023 15:35
4758625
to
9306cae
Compare
yusuf-musleh
force-pushed
the
yusuf-musleh/content-tags-drawer-editing
branch
from
December 8, 2023 07:44
cae319e
to
ae22fb1
Compare
This commit adds the add/remove functionality of content tags where the state is stored and changes are updated in the backend through the API. Changes are reflected in the UI automatically.
This adds support for pre-loading taxonomy tags if they fit within the threshold to avoid making exessive requests, while still maintaining support for loading more paginated results.
yusuf-musleh
force-pushed
the
yusuf-musleh/search-content-tags
branch
from
December 10, 2023 13:23
9306cae
to
7de9d9b
Compare
Closing in favor of openedx#737 to merge to main repo since the base of this PR cannot be changed to main repo. cc: @bradenmacdonald |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 PR adds the the ability to search tags in the Content Tags Drawer.
Supporting information
Related Tickets:
Testing instructions
Private-ref: FAL-3572