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

refactor: [ACI-502, ACI-503] redesign course grading events payload #8

Merged
merged 4 commits into from
Mar 29, 2024

Conversation

wowkalucky
Copy link

@wowkalucky wowkalucky commented Mar 26, 2024

The PR defines the CourseGradeThresholdCrossingData and CcxCourseGradeThresholdCrossingData payload classes instead of the UserCourseData artificial one.

A new payload is attached to the course grade passing/failing events and includes info about:

  • a user who has crossed the grading policy threshold value;
  • a course in which context it has happened;
  • update_timestamp - moment in time it happened;
  • grading_policy_hash - exact policy version in that particular moment;

This affects:

@wowkalucky wowkalucky force-pushed the bergman/course-grade-events-tuning branch from 1b30a5c to 7f11685 Compare March 28, 2024 17:20
@wowkalucky wowkalucky merged commit c10437e into aci.main Mar 29, 2024
1 of 5 checks passed
@wowkalucky wowkalucky deleted the bergman/course-grade-events-tuning branch March 29, 2024 09:58
kyrylo-kh pushed a commit that referenced this pull request Apr 14, 2024
* refactor: [ACI-502, ACI-503] redesign course grading events payload

* refactor: include passing status to data class

* refactor: merge passing/failing signals to a single status signal

* refactor: update avro schemas
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.

1 participant