Open guibranco opened 1 year ago
Hey, I'm a bit lost here! Not sure which file I should be fixing. Could you give me a bit more to go on? Maybe add some details to the issue or drop a comment with some extra hints? Thanks!
Have feedback or need help? Feel free to email info@gitauto.ai.
Description:
We need to fetch and store relevant information from Codacy for each of our repositories. The project already has an integration class that interacts with the Codacy API, so the task focuses on querying the repositories from the database, calling the Codacy API, and saving relevant information in a new dedicated table. The table should store only the essential details, not the full detailed data.
Objectives:
Query the Repositories Table:
Call Codacy API for Each Repository:
Create a New Database Table:
Store Codacy Data:
Tasks:
Code Example:
Here’s a pseudo-code example of how the process might look:
Acceptance Criteria:
Additional Context:
This feature will provide an overview of each repository's code quality and issues based on Codacy data. By storing only the relevant information, we ensure that the database remains efficient and easy to query for dashboards or reporting purposes.