Skip to content

Add more details about any report #3

Description

@YashKumarVerma

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"]
    }
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions