Closed frank-zsy closed 1 year ago
Right now, we have a meta.json file for exported users, repos and orgs. We should unify the meta data structure.
All the meta.json file should contain the following fields:
id
type
user
repo
org
updatedAt
labels
And for users and orgs which are repo owner, another field should be included:
repos
name
This issue has not been replied for 24 hours, please pay attention to this issue: @gymgym1212 @xiaoya-yaya @xgdyp
Description
Right now, we have a meta.json file for exported users, repos and orgs. We should unify the meta data structure.
All the meta.json file should contain the following fields:
id
: the GitHub id of the entity.type
: the type of the entity, which could beuser
,repo
ororg
updatedAt
: the last update time of the datalabels
: all the labels for the entityAnd for users and orgs which are repo owner, another field should be included:
repos
: contains all the repos exported for the owner,id
andname
should be included.