MinaFoundation / PGT_LeaderBot

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

Add Command for All Data of User for Specific Month #26

Open berkingurcan opened 5 days ago

berkingurcan commented 5 days ago

As you can see in this issue https://github.com/MinaFoundation/PGT_LeaderBot/issues/28 , we need to get all database values and export it to see results more clearly.

Create a command which takes username and month(YYYY-MM) then exports csv file the all data.

SalmanDeveloperz commented 3 days ago

Hi @berkingurcan, Could you please assign this issue to me?

SalmanDeveloperz commented 3 days ago

Hi @berkingurcan, I’m working on implementing the command for exporting user data for a specific month as outlined in issue #26., Before I proceed, I would like to clarify a few points:

  1. Existing Structure: Which portion of the codebase should I edit to integrate this command? Is there a specific directory or module where commands are typically added?

  2. Data Retrieval: Is there a preferred method or function already in place for fetching user data from the database, or should I implement a new data retrieval function?

  3. Any Additional Requirements: Are there any specific requirements or formats for the CSV file that I should be aware of?

Thank you for your guidance!

berkingurcan commented 3 days ago

Hello @SalmanDeveloperz ! I will make the issue more detailed today! Thank you.

Edit: UPDATED!

MadhalasaSJ commented 3 days ago

Hi, @berkingurcan, can I work on this issue?

berkingurcan commented 3 days ago

Hi, @berkingurcan, can I work on this issue?

Assigned.

Hi @berkingurcan, I’m working on implementing the command for exporting user data for a specific month as outlined in issue #26., Before I proceed, I would like to clarify a few points:

1. Existing Structure: Which portion of the codebase should I edit to integrate this command? Is there a specific directory or module where commands are typically added?

2. Data Retrieval: Is there a preferred method or function already in place for fetching user data from the database, or should I implement a new data retrieval function?

3. Any Additional Requirements: Are there any specific requirements or formats for the CSV file that I should be aware of?

Thank you for your guidance!

Updated the issue and assigned!

SalmanDeveloperz commented 3 days ago

Updated the issue and assigned! @berkingurcan Thank you! I am starting to work on this issue now.

MadhalasaSJ commented 3 days ago

Thank you @berkingurcan