-
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
feat: export tagged content library as csv [FC-0049] #34246
feat: export tagged content library as csv [FC-0049] #34246
Conversation
instead of reproducing feature logic in the tests
ensures that untagged elements and their children are included in results
Hi @bradenmacdonald ! Could you do a CC review here? |
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.
Looks good. Please improve this docstring and remove uwsgi.ini
from the PR before I merge it though.
Co-authored-by: Braden MacDonald <[email protected]>
I think this was affected by 86f1e5e |
@bradenmacdonald Do you think it is ok to put this in .gitignore? This file is generated by Tutor when I have the |
@rpenido Maybe not for now - see #32268 and overhangio/tutor#846 for how Regis wants to fix it. |
OK, thanks. Let me know when ready. |
Hi @bradenmacdonald! This is ready for a CC review. |
Hi @bradenmacdonald ! If you have some time, could you take a look at this? |
@rpenido 🎉 Your pull request was merged! Please take a moment to answer a two question survey so we can improve your experience in the future. |
@rpenido Sorry for the delay! |
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. |
Description
This PR implements a feature to export a CSV with the library structure and its blocks, showing all tags applied to them.
More information
Part of:
Depends on:
Testing instructions
Private-ref: FAL-3611