-
Notifications
You must be signed in to change notification settings - Fork 43
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
Feat: contribution page #621
Conversation
ZibanPirate
commented
Dec 21, 2024
•
edited
Loading
edited
- contribution details page (for now it display the same contribution card UI)
- Open-graph metadata for the contribution page, eg: https://stage.dzcode.io/contribute/Switching-languages-does-not-work-properly-github-2758805285
- sitemap for all contribution page links: https://stage.dzcode.io/w/contributions-sitemap.xml
- Bug fix
- New feature
- Other
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