You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Enable incomplete course learner transmission (#1940)
* feat: added flag to allow in progress course learner data transmission
* test: added test case for testing enable_incomplete_progress_transmission flag
* refactor: code formating to pass pipeline
* fix: test_migrations test fail
* refactor: restructuring enable_incomplete_progress_transmission to moodle config level
* refactor: fixing line length format issue
* refactor: made the comment explaining check, more clear
* refactor: merging migrations to remove conflict
* refactor: updated if condition with better structure
* refactor: fixing continuation line with same indent as next logical line