Implement issues #320 #321 #322 #323 - webhooks, rewards leaderboard, quiz feedback, course waitlist - #440
Open
olayinkaabdulsalam-hub wants to merge 2 commits into
Conversation
|
@olayinkaabdulsalam-hub Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
…hainLearnOfficial#322 ChainLearnOfficial#323 - webhooks, rewards leaderboard, quiz feedback, course waitlist - Issue ChainLearnOfficial#320: Webhook system with HMAC signing, exponential backoff retry logic, admin CRUD endpoints - Issue ChainLearnOfficial#321: Rewards leaderboard endpoint with caching, top 50 users by credits - Issue ChainLearnOfficial#322: Quiz feedback customization with optional correctFeedback/incorrectFeedback fields - Issue ChainLearnOfficial#323: Course enrollment waitlist management with position tracking Features: - Webhook dispatcher service with fire-and-forget pattern and HMAC-SHA256 signing - Background job for webhook retry processing with exponential backoff (max 24h) - Leaderboard caching with 5-minute TTL via Redis - Quiz custom feedback with fallback to generic responses - Waitlist position management with automatic reordering on removal - Comprehensive e2e tests for all four features Modified files: 30 total - Database migrations for webhooks and enrollment waitlist - Webhook admin API and background job processor - Rewards leaderboard service with caching - Quiz feedback fields and AI integration - Waitlist service and controller
…hainLearnOfficial#322 ChainLearnOfficial#323 - webhooks, rewards leaderboard, quiz feedback, course waitlist
olayinkaabdulsalam-hub
force-pushed
the
feature/issues-320-323
branch
2 times, most recently
from
August 31, 2026 15:16
dc516f1 to
9e6b1bd
Compare
This file contains hidden or 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
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.
Closes #320, Closes #321, Closes #322, Closes #323
Summary
Implements four GitHub issues for the ChainLearn API:
Issue #320: Webhook System
Issue #321: Rewards Leaderboard
Issue #322: Quiz Feedback Customization
Issue #323: Course Enrollment Waitlist
Technical Details
Testing