feat: added sort by recent activity for activity stats api (#31252)
Co-authored-by: adeel.tajamul <adeel.tajamul@arbisoft.com>
This commit is contained in:
committed by
GitHub
parent
23f49f4607
commit
06ac5ed4b0
@@ -24,6 +24,7 @@ from openedx.core.djangoapps.util.forms import ExtendedNullBooleanField, MultiVa
|
||||
class UserOrdering(TextChoices):
|
||||
BY_ACTIVITY = 'activity'
|
||||
BY_FLAGS = 'flagged'
|
||||
BY_RECENT_ACTIVITY = 'recency'
|
||||
|
||||
|
||||
class _PaginationForm(Form):
|
||||
|
||||
Reference in New Issue
Block a user