-
Notifications
You must be signed in to change notification settings - Fork 0
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
Activity feed #81
Labels
feature
New feature or request
Comments
danielemery
added a commit
that referenced
this issue
Nov 26, 2023
danielemery
added a commit
that referenced
this issue
Nov 26, 2023
danielemery
added a commit
that referenced
this issue
Nov 26, 2023
danielemery
added a commit
that referenced
this issue
Nov 26, 2023
danielemery
added a commit
that referenced
this issue
Nov 26, 2023
Merged
danielemery
added a commit
that referenced
this issue
Jan 7, 2024
… passed an arbitrary user was resolved
danielemery
added a commit
that referenced
this issue
Jan 7, 2024
danielemery
added a commit
that referenced
this issue
Jan 7, 2024
danielemery
added a commit
that referenced
this issue
Jan 7, 2024
danielemery
added a commit
that referenced
this issue
Jul 21, 2024
danielemery
added a commit
that referenced
this issue
Jul 21, 2024
danielemery
added a commit
that referenced
this issue
Jul 21, 2024
danielemery
added a commit
that referenced
this issue
Jul 21, 2024
danielemery
added a commit
that referenced
this issue
Jul 21, 2024
danielemery
added a commit
that referenced
this issue
Jul 21, 2024
… passed an arbitrary user was resolved
danielemery
added a commit
that referenced
this issue
Jul 21, 2024
danielemery
added a commit
that referenced
this issue
Jul 21, 2024
danielemery
added a commit
that referenced
this issue
Jul 21, 2024
danielemery
added a commit
that referenced
this issue
Jul 21, 2024
danielemery
added a commit
that referenced
this issue
Jul 21, 2024
danielemery
added a commit
that referenced
this issue
Jul 21, 2024
* #81 Add new quiz service function to get recent quiz completions * #81 Modify recent quiz completions to be consistent with what we want to return for recent uploads * #81 Add new quiz service function to get recently uploaded quizzes * #81 Add utility function to get a string-formatted list of users * #81 Add new getRecentActivity function to the activity service * #81 Expose new recent activity feature via graphql * #81 Handle some edge cases in user persistence where if undefined was passed an arbitrary user was resolved * #81 Add new functions to get users from the activity they participated in * #81 Add remaining cases for getUsersForActivity * #81 Split the loading of activities from the related users * #81 User data loader to optimize the recent activity feed * #81 Improve activity feed text
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add resolver to get a list of the last (~20) activities completed on quizlord
This could include quiz completions and quiz uploads along with the score.
It should support filtering on the activity type.
The text was updated successfully, but these errors were encountered: