[FEAT] Add Slack/Discord webhook notifications for weekly digest#1098
[FEAT] Add Slack/Discord webhook notifications for weekly digest#1098RitvikaSavanna wants to merge 1 commit into
Conversation
|
@RitvikaSavanna is attempting to deploy a commit to the PRIYANSHU DOSHI's projects Team on Vercel. A member of the Team first needs to authorize it. |
GSSoC Label Checklist 🏷️@Priyanshu-byte-coder — please apply the appropriate labels before merging: Difficulty (pick one):
Quality (optional):
Validation (required to score):
|
There was a problem hiding this comment.
Thanks for your first PR on DevTrack! 🎉
A maintainer will review it within 48 hours. While you wait:
- Make sure CI is passing (type-check + lint)
- Double-check the PR description is filled out and the issue is linked
- Feel free to ask questions in Discussions if you need help
If you find DevTrack useful, a ⭐ star on the repo is always appreciated — it helps the project grow and attract more contributors!
|
Merge conflict with main. Rebase to unblock: git fetch origin && git rebase origin/main
git push --force-with-lease |
|
This PR has merge conflicts with Resolve conflicts and force-push. |
Summary
Adds Slack/Discord webhook notification support for weekly DevTrack digests.
Users can now configure a webhook URL in profile settings and receive weekly summaries containing commits, merged PRs, and goal completion progress.
Closes #20
Type of Change
Changes Made
How to Test
Steps for the reviewer to verify this works:
npm run lint npm run type-checkScreenshots (if UI change)
NA
Checklist
npm run lintpasses locallynpm run type-check)