Skip to content
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: add new library editor toggle #33628

Conversation

connorhaugh
Copy link
Contributor

@connorhaugh connorhaugh commented Oct 31, 2023

https://2u-internal.atlassian.net/browse/TNL-11118

Description

Describe what this pull request changes, and why. Include implications for people using this change.
Design decisions and their rationales should be documented in the repo (docstring / ADR), per
OEP-19, and can be
linked here.

Useful information to include:

  • Which edX user roles will this change impact? Common user roles are "Learner", "Course Author",
    "Developer", and "Operator".
  • Include screenshots for changes to the UI (ideally, both "before" and "after" screenshots, if applicable).
  • Provide links to the description of corresponding configuration changes. Remember to correctly annotate these
    changes.

Supporting information

Link to other information about the change, such as Jira issues, GitHub issues, or Discourse discussions.
Be sure to check they are publicly readable, or if not, repeat the information here.

Testing instructions

Please provide detailed step-by-step instructions for testing this change.

Deadline

"None" if there's no rush, or provide a specific date or event (and reason) if there is one.

Other information

Include anything else that will help reviewers and consumers understand the change.

  • Does this change depend on other changes elsewhere?
  • Any special concerns or limitations? For example: deprecations, migrations, security, or accessibility.
  • If your database migration can't be rolled back easily.

@kdmccormick
Copy link
Member

kdmccormick commented Dec 7, 2023

Blocks Supports openedx/frontend-lib-content-components#411

@connorhaugh
Copy link
Contributor Author

Blocks openedx/frontend-lib-content-components#411

It doesn't actually block, but blocks from usage. the JS can just sit around unused with no harm caused.

Copy link
Member

@kdmccormick kdmccormick left a comment

Choose a reason for hiding this comment

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

Looks good in general. My only qualm is that this flags toggles the new editor for the library_content component, not the new editor for libraries (which is behind a completely different flag). So, the names should be ENABLE_NEW_LIBRARY_CONTENT_EDITOR_FLAG, use_new_library_content_editor(), etc.

# .. toggle_use_cases: temporary
# .. toggle_creation_date: 2023-10-30
# .. toggle_target_removal_date: 2025-1-30
# .. toggle_tickets: TNL-11040
Copy link
Member

Choose a reason for hiding this comment

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

Link to something public please

@connorhaugh connorhaugh marked this pull request as ready for review December 18, 2023 16:45
… github.com:edx/edx-platform into feat--add-new-library-block-editor-toggle-to-studio
Copy link
Member

@kdmccormick kdmccormick left a comment

Choose a reason for hiding this comment

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

Send it

@connorhaugh connorhaugh merged commit 5ba4852 into feat--Library-Content-Block-Reference Dec 19, 2023
63 checks passed
@connorhaugh connorhaugh deleted the feat--add-new-library-block-editor-toggle-to-studio branch December 19, 2023 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants