You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Requirement:
BE changes are required to store the data received through GitHub classroom APIs so that they can be moderated and be reflected on the leaderboard on the website.
Acceptance criteria:
A GitHub classroom has been created by Yash from the engg team, and the idea is to let interested contributors register themselves on the GitHub classroom, after which we track the points that they are earning by completing assignments by going through the accompanying tutorial
There are 20 assignments, and each assignment is of 10 marks. So the maximum a contributor can earn by completing the assignments is 200 points but we have to moderate it at the backend so that,
200 points= 100 points
Points <200 and >=150 points = 75 points
Points <150 and >=100 points = 50 points
Points <100= 0 points
The updated data is to be fetched every 6 hours so that any progress/new points earned by contributors can be captured in a table in supabase.
The points earned will directly be reflected on the C4GT website leaderboard.
There will also be a button created by the FE designed to which the GitHub classroom link needs to be linked, so that everytime a contributor clicks on the button on the website they are redirected on the GitHub classroom on a new tab.
Reason:
25% weightage to the applications for DMP 2024 will be given to those who have earned points through community contribution. And since only 134 open tickets are there to solve, and 5000 applications are expected, we are starting a GitHub classroom to meet the demand of interested contributors who want to earn community contribution points before applying to DMP 2024.
The text was updated successfully, but these errors were encountered:
As per our analysis without webhook or any event we have come up with below possibilities
Quart Schedular: Call the API as per the scheduled time.
Django cron job: wr we are gng to call the API using Django cron job schedular, for this we have to only configure Django on server. This we are confident we can do this if we can do Django setup.
Kafka: We can use kafka also to schedule cron job in Quart but we have to work on it, since we are not aware of Quart FW limitations.
Pros and Cons of Quart Vs Django
Quart schedular: Pros: No need to have any additional setup.
Cons: Have to check on the response time.
Django schedular: Pros: As per the sample test response was faster then Quart schedular
Cons: Additional Django setup must be done on the server.
Above are some of the observations done.
As per the discussion we started to work on Quart schedular..
Requirement:
BE changes are required to store the data received through GitHub classroom APIs so that they can be moderated and be reflected on the leaderboard on the website.
Acceptance criteria:
A GitHub classroom has been created by Yash from the engg team, and the idea is to let interested contributors register themselves on the GitHub classroom, after which we track the points that they are earning by completing assignments by going through the accompanying tutorial
There are 20 assignments, and each assignment is of 10 marks. So the maximum a contributor can earn by completing the assignments is 200 points but we have to moderate it at the backend so that,
The updated data is to be fetched every 6 hours so that any progress/new points earned by contributors can be captured in a table in supabase.
The points earned will directly be reflected on the C4GT website leaderboard.
There will also be a button created by the FE designed to which the GitHub classroom link needs to be linked, so that everytime a contributor clicks on the button on the website they are redirected on the GitHub classroom on a new tab.
Resources:
Reason:
25% weightage to the applications for DMP 2024 will be given to those who have earned points through community contribution. And since only 134 open tickets are there to solve, and 5000 applications are expected, we are starting a GitHub classroom to meet the demand of interested contributors who want to earn community contribution points before applying to DMP 2024.
The text was updated successfully, but these errors were encountered: