-
-
Notifications
You must be signed in to change notification settings - Fork 313
added statistic chart to repo detail page #3913
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
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨ |
|
@DonnieBLT I raised this PR again as the previous one contained some unwanted files and spaces. This one does not have that issue. And the working ss is also there |
|
LGTM! Thank you! |
User description
Resolves #3897
PR Type
Enhancement
Description
Added statistical charts to the repository detail page.
Implemented backend logic to fetch and process GitHub activity data.
Introduced new Django template filters for JSON serialization.
Enhanced frontend with Chart.js integration for dynamic visualizations.
Changes walkthrough 📝
repo_detail.html
Added statistical charts and dynamic data visualizationwebsite/templates/projects/repo_detail.html
custom_filters.py
Added JSON serialization filter for templateswebsite/templatetags/custom_filters.py
to_jsonfor JSON serialization.project.py
Backend logic for fetching and processing GitHub activity datawebsite/views/project.py