Skip to content

feat: Export ID on Taxonomy#34143

Merged
bradenmacdonald merged 9 commits intoopenedx:masterfrom
open-craft:chris/FAL-3620-export-id-on-taxonomy
Feb 8, 2024
Merged

feat: Export ID on Taxonomy#34143
bradenmacdonald merged 9 commits intoopenedx:masterfrom
open-craft:chris/FAL-3620-export-id-on-taxonomy

Conversation

@ChrisChV
Copy link
Contributor

@ChrisChV ChrisChV commented Jan 30, 2024

Description

This adds the changes to support the new export_Id field on Taxonomy.

Supporting information

Testing instructions

Other information

  • Before to merge bump openedx-learning version

@openedx-webhooks openedx-webhooks added the open-source-contribution PR author is not from Axim or 2U label Jan 30, 2024
@openedx-webhooks
Copy link

openedx-webhooks commented Jan 30, 2024

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:

  • supporting documentation
  • Open edX discussion forum threads
  • timeline information ("this must be merged by XX date", and why that is)
  • partner information ("this is a course on edx.org")
  • any other information that can help Product understand the context for the PR

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.

@ChrisChV ChrisChV marked this pull request as draft January 30, 2024 15:03
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: Bump version with openedx/openedx-core#145

@ChrisChV ChrisChV marked this pull request as ready for review January 31, 2024 17:17
Copy link
Contributor

@pomegranited pomegranited left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ChrisChV One nit, but 👍 once that's addressed.

  • I tested this using the PR test instructions
  • I read through the code
  • I checked for accessibility issues by using my keyboard only during testing.
  • Includes documentation
  • User-facing strings are extracted for translation N/A

# Orphaned taxonomy
self.ot1 = Taxonomy.objects.create(name="ot1", enabled=True)
self.ot2 = Taxonomy.objects.create(name="ot2", enabled=False)
self.ot1 = Taxonomy.objects.create(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please use the create_taxonomy API method to create these taxonomies?

@bradenmacdonald
Copy link
Contributor

Looks fine so far. I can approve and merge next week if the openedx-learning one is merged tomorrow.

@openedx-webhooks
Copy link

@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.

@edx-pipeline-bot
Copy link
Contributor

2U Release Notice: This PR has been deployed to the edX staging environment in preparation for a release to production.

@edx-pipeline-bot
Copy link
Contributor

2U Release Notice: This PR has been deployed to the edX production environment.

1 similar comment
@edx-pipeline-bot
Copy link
Contributor

2U Release Notice: This PR has been deployed to the edX production environment.

@edx-pipeline-bot
Copy link
Contributor

2U Release Notice: This PR has been deployed to the edX staging environment in preparation for a release to production.

@edx-pipeline-bot
Copy link
Contributor

2U Release Notice: This PR has been deployed to the edX production environment.

@xitij2000 xitij2000 deleted the chris/FAL-3620-export-id-on-taxonomy branch February 9, 2024 03:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

open-source-contribution PR author is not from Axim or 2U

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

5 participants