-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Certificates: Additional flags for regenerate_user #2530
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@dianakhuang or @jarv for review, please, and @shnayder FYI. This small hack makes generating one-off and test certs easier for devs and courseops people with sudo. |
So other than needing a rebase and test fix, any comments, @dianakhuang or @jarv ? |
* -G allows explicit setting of grade condition (e.g., a string such as 'Distinction', 'Pass', 'F', 'B') for the certificate, regardless of grader output for the user. * -T allows explicit request of a particular certificate template to be applied to a given user's certificate regeneration, i.e.: -T doctor_distinction.pdf to generate a certificate of distinction for doctors.
Just pushed a rebased version. @jarv or @dianakhuang bump |
🚢 though I'd definitely want @jarv 's opinion on it. |
👍 |
jrbl
added a commit
that referenced
this pull request
Mar 21, 2014
Certificates: Additional flags for regenerate_user
Hooray! |
jenkins-ks
pushed a commit
to nttks/edx-platform
that referenced
this pull request
Jun 26, 2018
cmltaWt0
pushed a commit
that referenced
this pull request
Nov 1, 2024
* feat: [AXM-24] Update structure for course enrollments API (#2515) * feat: [AXM-24] Update structure for course enrollments API * style: [AXM-24] Improve code style * fix: [AXM-24] Fix student's latest enrollment filter * feat: [AXM-47] Add course_status field to primary object (#2517) * feat: [AXM-40] add courses progress to enrollment endpoint (#2519) * fix: workaround for staticcollection introduced in e40a01c * feat: [AXM-40] add courses progress to enrollment endpoint * refactor: [AXM-40] add caching to improve performance * refactor: [AXM-40] add progress only for primary course * refactor: [AXM-40] refactor enrollment caching optimization --------- Co-authored-by: Glib Glugovskiy <[email protected]> * feat: [AXM-53] add assertions for primary course (#2522) * feat: [AXM-53] add assertions for primary course * test: [AXM-53] fix tests * style: [AXM-53] change future_assignment default value to None * refactor: [AXM-53] add some optimization for assignments collecting * feat: [AXM-200] Implement user's enrolments status API * style: [AXM-200] Improve code style * refactor: [AXM-200] Divide get method into smaller methods --------- Co-authored-by: NiedielnitsevIvan <[email protected]> Co-authored-by: Glib Glugovskiy <[email protected]>
cmltaWt0
added a commit
that referenced
this pull request
Nov 1, 2024
…eam_PR_active_inactive_courses_API feat: [FC-0047] Implement user's enrolments status API (#2530)
cmltaWt0
added a commit
that referenced
this pull request
Nov 1, 2024
cmltaWt0
pushed a commit
that referenced
this pull request
Nov 14, 2024
…eam_PR_active_inactive_courses_API feat: [FC-0047] Implement user's enrolments status API (#2530)
cmltaWt0
added a commit
that referenced
this pull request
Nov 14, 2024
[BACKPORT][SUMAC] feat: [FC-0047] Implement user's enrolments status API (#2530)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
'Distinction', 'Pass', 'F', 'B') for the certificate, regardless of
grader output for the user.
applied to a given user's certificate regeneration, i.e.:
-T doctor_distinction.pdf
to generate a certificate of distinction for doctors.