ChicoState / chronicle

0 stars 1 forks source link

Retrieve code review data #13

Open kbuffardi opened 6 months ago

kbuffardi commented 6 months ago

When a repo's data is retrieved, it should include records of code reviews:

MSS-Shalavritha commented 6 months ago

Worked on this issue today and able to see code reviews are being captured on the UI right now:

[

Screenshot 2024-05-29 at 10 07 53 PM

](url)

kbuffardi commented 6 months ago

@MSS-Shalavritha do you have those changes on a branch? If so, please create a PR.

MSS-Shalavritha commented 6 months ago

Hi @kbuffardi, Do you want me to create a new branch?

kbuffardi commented 6 months ago

Yes, put all new work on a dedicated feature branch. When it's ready for production, create a pull request and the rest of us will verify and review it.

MSS-Shalavritha commented 6 months ago

@kbuffardi , added the code on "code-review-feature" branch and created a pull request. I find the code reviews are being captured and the code review details are being exported to the .csv file as well.