Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more details about any report #3

Open
YashKumarVerma opened this issue Dec 31, 2020 · 1 comment
Open

Add more details about any report #3

YashKumarVerma opened this issue Dec 31, 2020 · 1 comment
Labels
good first issue Good for newcomers

Comments

@YashKumarVerma
Copy link
Owner

YashKumarVerma commented Dec 31, 2020

Currently, the report for star-gazers lists the user-names of the people that have starred the repo, but the file does not contain any other detail about them. Include the total number property in the object that's stored, and convert the array into array.

//currently the format for file: `<repoName>.starGazers.report.json`
["user1","user2"]

change it to

// fileName: `<repoName>.report.json`
{
	"starGazer": {
        "count":2,
        "users":["user1","user2"]
    }
}
@yashkumarverma-assistant
Copy link

Thanks @YashKumarVerma, for raising the issue! 🙌
One of our team mates will revert on this soon. ✅

@YashKumarVerma YashKumarVerma added the good first issue Good for newcomers label Dec 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant