Open lunny opened 1 week ago
Why? What's the benefit?
Why? What's the benefit?
I updated the description to explain the reason.
Why not totally decouple the repo & org models? Just use them from service packages?
Why not totally decouple the repo & org models? Just use them from service packages?
~RepoTransfer now is at models, but if we want to move it into repo model, it will depend on Team, this is another reason why we need this change.
And we cannot move RepoTransfer
to service layer.~
Included moving RepoTransfer
to models/repo sub package.
RepoTransfer
now is at models, but if we want to move it intorepo
model, it will depend onTeam
. So this PR also makes repo model depend on org model to make it possible.