-
Notifications
You must be signed in to change notification settings - Fork 53
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
Issue 244 - update KPI numbers on the website #250
base: main
Are you sure you want to change the base?
Conversation
…count numbers for fetching actual data - Subscribers, Contributors, Stars
…count numbers for fetching actual data - Subscribers, Contributors, Stars
…count numbers for fetching actual data - Subscribers, Contributors, Stars
…count numbers for fetching actual data - Subscribers explicitly set, Contributors & Stars set by API
…count numbers for fetching actual data - Subscribers explicitly set, Contributors & Stars set by API
…count numbers for fetching actual data - Subscribers explicitly set, Contributors & Stars set by API. Added comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Welcome to Django India! 🎉🇮🇳
We're so happy to see you contribute. Your efforts mean a lot to us and we're excited to have you on this journey.
Before we proceed, please take a moment to review our contribution guide. It's packed with all the information you need to make your contribution seamless.
If you're fixing an issue from the Django India issue tracker, remember to get it assigned to you before you acutally start working on it.
If you ever need help or just want to chat, the Django India discord server is always open. We're here for you!
And while you're here, don't forget to ⭐ star our repo to show your support! It helps the community grow.
Thank you for being a part of Django India. Together, let's make an amazing community! 🚀
@ehemp Consider providing a clearer PR title for better understanding. |
options: {method: "GET", headers: {'X-GitHub-Api-Version': '2022-11-28'}}, | ||
}; | ||
export const url = { | ||
stargazers_count: "https://api.github.com/repos/djangoindia/djangoindia.org", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can use env for these
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added URLs to .env and .env.example and edited apiDataCard.ts to reflect the changes.
Closes #244 - [UI] update numbers on the website
Created API request to GitHub for Stars and Contributor counts for DataCard.tsx
Changes
Type of change
Flags
Demo
How has this been tested?
Author Checklist
main
fromfork:issue_244
Additional context