-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
[FC-0036] feat: Display Units Taxonomy Tags in drawer #33563
[FC-0036] feat: Display Units Taxonomy Tags in drawer #33563
Conversation
Thanks for the pull request, @yusuf-musleh! Please note that it may take us up to several weeks or months to complete a review and merge your PR. Feel free to add as much of the following information to the ticket as you can:
All technical communication about the code itself will be done via the GitHub pull request interface. As a reminder, our process documentation is here. Please let us know once your PR is ready for our review and all tests are green. |
0af988f
to
e6e5b3d
Compare
e6e5b3d
to
cda7147
Compare
cda7147
to
03546a8
Compare
Sandbox deployment started. |
Sandbox deployment successful. Sandbox LMS is available at pr-33563-139931.staging.do.opencraft.hosting |
03546a8
to
e1f9757
Compare
Sandbox deployment started. |
Sandbox deployment successful. Sandbox LMS is available at pr-33563-139931.staging.do.opencraft.hosting |
Sandbox deployment started. |
Sandbox deployment successful. Sandbox LMS is available at pr-33563-139931.staging.do.opencraft.hosting |
4494e90
to
9773d55
Compare
9773d55
to
c4e1562
Compare
@yusuf-musleh Is this PR ready for review, or are you thinking it might change still? When it's ready, can you please update the description and mark it as non-draft? |
This adds "Manage Tags" action in the units' dropdown that opens up a side drawer containing an iframe to the course authoring mfe that will handle the taxonomy tags UI for the unit. Clicking outside the side drawer or on the x in the iframe closes the side drawer.
Using the same existing ENABLE_TAGGING_TAXONOMY_LIST_PAGE flag.
82be057
to
8518acb
Compare
Sandbox deployment started. |
@bradenmacdonald Just wrapped up the PR and its ready for your review! |
Sandbox deployment successful. Sandbox LMS is available at pr-33563-139931.staging.do.opencraft.hosting |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
- I tested this: in Studio, with and without the feature flag
- I read through the code
- I checked for accessibility issues: yes, it's keyboard accessible
- Includes documentation: n/a for now
@yusuf-musleh 🎉 Your pull request was merged! Please take a moment to answer a two question survey so we can improve your experience in the future. |
Sandbox update request received. Deployment will start soon. |
1 similar comment
Sandbox update request received. Deployment will start soon. |
2U Release Notice: This PR has been deployed to the edX staging environment in preparation for a release to production. |
2U Release Notice: This PR has been deployed to the edX production environment. |
1 similar comment
2U Release Notice: This PR has been deployed to the edX production environment. |
2U Release Notice: This PR has been deployed to the edX staging environment in preparation for a release to production. |
2U Release Notice: This PR has been deployed to the edX production environment. |
Description
This adds "Manage Tags" action in the units' dropdown that opens up a side drawer containing an iframe to the course authoring mfe that will handle the taxonomy tags UI for the unit.
Clicking outside the side drawer or on the x in the iframe closes the side drawer.
Supporting information
Related Tickets:
Related PRs:
Testing instructions
npm start
new_studio_mfe.use_tagging_taxonomy_list_page
make sure it is active for everyonePrivate-ref: FAL-3523