MinaFoundation / PGT_LeaderBot

Tool that will track and rank contributions across the different Mina developer programs
4 stars 5 forks source link

Add commit hash #36

Closed ramazanoacar closed 1 month ago

ramazanoacar commented 1 month ago

PR for adding commit_hashes to AI decisions with respect to the corresponding repository and dates

ramazanoacar commented 1 month ago

The PR is for the issue 19. I run-task for a date range between 2024-08-08 and 2024-08-11. Then using the get-ai-decisions-by-user with username: asimaranov since: 2024-08-08 until: 2024-08-11, I get the following csv file.

ai_decisions_by_user_asimaranov.csv

@berkingurcan @CristinaEche @johnmarcou, if any other material is needed for the validation and review of the PR, you can contact me anytime.

ramazanoacar commented 1 month ago

It seems there is no conflict, but I believe there should have been. Especially in the readme, I will check for them

ramazanoacar commented 1 month ago

1st User Scenario: /get-ai-decisions-by-user username: berkingurcan since: 2024-10-01 until: 2024-10-12 initial version of the csv (without commit hashes)

output csv : ai_decisions_by_user_berkingurcan (1).csv

running "/run-task-for-user username: berkingurcan since: 2024-10-01 until: 2024-10-12"

now the updated output csv with commit hashes: ai_decisions_by_user_berkingurcan (2).csv

2nd User Scenario:

/get-ai-decisions-by-user username: dfst.io since: 2024-09-03 until: 2024-09-06

output csv: ai_decisions_by_user_dfst.io.csv

running "/run-task-for-user username: dfst.io since: 2024-09-03 until: 2024-09-06"

now the updated output csv with commit hashes: ai_decisions_by_user_dfst.io (1).csv