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

New: Migration scripts added to repo (fix #109) #110

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Conversation

swashbuck
Copy link

@swashbuck swashbuck commented Jan 28, 2025

Fix #109

Part of adaptlearning/adapt_framework#3631

New

  • Migration scripts added to repo

Migration milestones

Before v4.0.0, the schema only contained an empty config object.

4.0.0

  • Added hideFeedback global
  • Added component _tutor object property
    • Added _type
    • Added _textButton. Note that this was changed to _button (see below)
      • Added _isEnabled. Note that this was removed below, so not including it in the scripts
      • Added text

4.0.0 - Different commit but same tag.

  • For component _tutor object property:
    • Added _classes
    • Added _hasNotifyBottomButton
    • Changed _textButton to _button
      • Change text default value
      • Added ariaLabel
      • Removed _isEnabled

4.1.0

  • Added course _tutor object property
    • Added _type
    • Added _classes
    • Added _hasNotifyBottomButton
    • Added _button
      • Added text
      • Added ariaLabel
  • Added component _tutor object property
    • Added _isInherited. Changes default in same tag.

@swashbuck swashbuck self-assigned this Jan 28, 2025
migrations/v4.js Outdated Show resolved Hide resolved
migrations/v4.js Outdated Show resolved Hide resolved
@swashbuck swashbuck marked this pull request as ready for review January 31, 2025 19:38
@swashbuck
Copy link
Author

Ready for review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Needs Reviewing
Development

Successfully merging this pull request may close these issues.

Add migration scripts to the repo
2 participants