Closed Layla-P closed 4 years ago
I was thinking something like this for the table storage to make it very simple and use the Github API to get the details.
{
"id": "GitHub Guid of the current user",
"repopositoryPrAddedTo":[
{
"owner":"Name of repository owner",
"repositoryname":"",
"prs":[
{
"prid":"id number of pr",
"url":"url of PR"
}
]
}
]
}
That structure looks good!
Use this repo as a template perhaps: https://github.com/Layla-P/LittleWins/tree/master/LittleWins/Data