-
Notifications
You must be signed in to change notification settings - Fork 194
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: create ORA "date_config_type" field #2013
Conversation
712dcbb
to
46db09f
Compare
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #2013 +/- ##
=======================================
Coverage 95.09% 95.09%
=======================================
Files 158 158
Lines 17420 17446 +26
Branches 1622 1625 +3
=======================================
+ Hits 16566 16591 +25
Misses 641 641
- Partials 213 214 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
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.
This is entirely my fault - I forgot to hit "save" on this ticket when I was changing the description. I have gone in and updated the description to the changes we actually want. This is a perfectly valid implementation of the ticket as it was handed to you but isn't actually what we want to do. I take full responsibility for this mistake.
d5f186e
to
b77b1a4
Compare
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 but a few suggestions
4465bc0
to
f403aa9
Compare
* Mattcarter/au-1388 fix make local install (#2018) * chore: update make install-local-ora to reference cms rather than studio * chore: version bump * feat: create ORA "date_config_type" field (#2013) * feat: add date_config_type field * docs: remove finished TODO * chore(i18n): update translations --------- Co-authored-by: Matthew Carter <[email protected]> Co-authored-by: leangseu-edx <[email protected]> Co-authored-by: Ned Batchelder <[email protected]> Co-authored-by: Jenkins <[email protected]>
* feat: add date_config_type field
TL;DR - add no_dates field to xblock and let ora use course start, end date.
JIRA: https://2u-internal.atlassian.net/browse/AU-1314
What changed?
date_config_type
manual
,subsection
andcourse_end
NOTE: this only work with lms.
runtime
libs does not seem to work in studio.is_course_staff
also not working on studio, so I assume this is acceptable.Developer Checklist
Testing Instructions
[ How should a reviewer test this PR? ]
Reviewer Checklist
Collectively, these should be completed by reviewers of this PR:
FYI: @openedx/content-aurora