#1018: Implementing Backend Route for Statistics Update
Issue #1018 by TheMarvelFan
Implementing Backend Route for Statistics Update
Pull Request Details
Description
[Provide a brief overview of the changes introduced by this pull request.]
Fixes #341
[Cite any related issues or bugs that this PR addresses, e.g., "Fixes #issueNumber"]
Type of PR
- [ ] Bug fix
- [x] Feature enhancement
- [ ] Documentation update
- [x] Refactoring
- [ ] Other (specify): ___
Summary
[Summarize the changes made in this PR.]
Screenshots (if applicable)
[If your changes include UI updates, provide screenshots to illustrate the changes.]
Additional Notes
[Include any additional information or context that might be helpful for reviewers.]
Checklist
- [x] I have read and followed the Pull Requests and Issues guidelines.
- [x] The code has been properly linted and formatted using
npm run lint:fix
and npm run format:fix
.
- [x] I have tested the changes thoroughly before submitting this pull request.
- [x] I have provided relevant issue numbers, snapshots, and videos after making the changes.
- [x] I have not borrowed code without disclosing it, if applicable.
- [x] This pull request is not a Work In Progress (WIP), and only completed and tested changes are included.
- [x] I have tested these changes locally.
- [x] My code follows the project's style guidelines.
- [ ] I have updated the documentation accordingly.
- [x] This PR has a corresponding issue in the issue tracker.
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
Summary by CodeRabbit
- New Features
- Introduced an API endpoint to retrieve contributors' statistics from GitHub.
- Added scheduled updates to fetch and store contributors' data.
- Chores
- Updated dependencies in package.json
to include axios
, node-cron
, sequelize
, and sqlite3
.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->0 Replies