-
Notifications
You must be signed in to change notification settings - Fork 45
Feat: contribution page #621
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
Conversation
a45edde
to
4eda964
Compare
4eda964
to
a5c73d3
Compare
contribution: Pick< | ||
ContributionEntity, | ||
"id" | "title" | "type" | "url" | "updatedAt" | "activityCount" | ||
> & { | ||
repository: Pick<RepositoryEntity, "id" | "owner" | "name"> & { | ||
project: Pick<ProjectEntity, "id" | "name">; | ||
}; | ||
contributor: Pick<ContributorEntity, "id" | "name" | "username" | "avatarUrl">; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should improve these types so it can be easy to be shared
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
any particular action item for this PR? or this is a general point that we should address at some point?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd say just a general note for later, like allowing type aliases for readability
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved with some action items next PRs
Uh oh!
There was an error while loading. Please reload this page.