openedx / openedx-learning

GNU Affero General Public License v3.0
5 stars 10 forks source link

Modular import/export taxonomy tags #64

Closed ChrisChV closed 1 year ago

ChrisChV commented 1 year ago

Description

Implements import_tags and export_tags functions

A modular implementation has been followed for both functionalities. You can see more about this here

Supporting information

Closes https://github.com/openedx/modular-learning/issues/64

Testing instructions

Manual testing is possible but not very useful, since we don't yet have views for these models and APIs.

But you can check that the added tests cover the expected import actions and export outputs, and that tests are still covering 100% of the openedx_tagging module.

openedx-webhooks commented 1 year ago

Thanks for the pull request, @ChrisChV! 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.

openedx-webhooks commented 1 year ago

@ChrisChV 🎉 Your pull request was merged! Please take a moment to answer a two question survey so we can improve your experience in the future.