[PR #64] [MERGED] feat: contributor screen #230

Closed
opened 2025-10-31 17:07:52 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pd4d10/git-touch/pull/64
Author: @shreyas1599
Created: 4/22/2020
Status: Merged
Merged: 4/25/2020
Merged by: @pd4d10

Base: masterHead: contributor-screen


📝 Commits (3)

  • 698e753 feat: contributor screen
  • 0e379a9 Merge branch 'master' into contributor-screen
  • 57a2c65 fix: ci step, contributor length

📊 Changes

6 files changed (+178 additions, -3 deletions)

View changed files

📝 lib/models/github.dart (+12 -0)
📝 lib/models/github.g.dart (+26 -1)
📝 lib/router.dart (+6 -0)
lib/screens/gh_contributors.dart (+49 -0)
📝 lib/screens/gh_repo.dart (+19 -2)
lib/widgets/contributor_item.dart (+66 -0)

📄 Description

Partially completes #53

  • Added only for github. There were two ways to do this. Either using /repos/:owner/:repo/stats/contributors or /repos/:owner/:repo/contributors. The former could not be paginated which resulted in problems. The only benefit of the former was getting number of additions and deletions on a weekly basis. The latter provides information only about total commits which I hope is enough. Attaching pictures for reference.

image
image

Let me know if there are any changes to be made. Thanks.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/pd4d10/git-touch/pull/64 **Author:** [@shreyas1599](https://github.com/shreyas1599) **Created:** 4/22/2020 **Status:** ✅ Merged **Merged:** 4/25/2020 **Merged by:** [@pd4d10](https://github.com/pd4d10) **Base:** `master` ← **Head:** `contributor-screen` --- ### 📝 Commits (3) - [`698e753`](https://github.com/pd4d10/git-touch/commit/698e753cc1714a8a39c2e5a29ac6129987f25c90) feat: contributor screen - [`0e379a9`](https://github.com/pd4d10/git-touch/commit/0e379a9c0384ed0b2be3e817cc70f5d28db3bd42) Merge branch 'master' into contributor-screen - [`57a2c65`](https://github.com/pd4d10/git-touch/commit/57a2c659031d239df1fe0b87500a121e31405c35) fix: ci step, contributor length ### 📊 Changes **6 files changed** (+178 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `lib/models/github.dart` (+12 -0) 📝 `lib/models/github.g.dart` (+26 -1) 📝 `lib/router.dart` (+6 -0) ➕ `lib/screens/gh_contributors.dart` (+49 -0) 📝 `lib/screens/gh_repo.dart` (+19 -2) ➕ `lib/widgets/contributor_item.dart` (+66 -0) </details> ### 📄 Description ### Partially completes #53 - Added only for github. There were two ways to do this. Either using `/repos/:owner/:repo/stats/contributors` or `/repos/:owner/:repo/contributors`. The former could not be paginated which resulted in problems. The only benefit of the former was getting number of additions and deletions on a weekly basis. The latter provides information only about total commits which I hope is enough. Attaching pictures for reference. ![image](https://user-images.githubusercontent.com/28999492/80024025-10668280-84fc-11ea-91c8-fc4de9e644cc.png) ![image](https://user-images.githubusercontent.com/28999492/80024033-13fa0980-84fc-11ea-9673-d8fbec827c78.png) Let me know if there are any changes to be made. Thanks. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-10-31 17:07:52 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/git-touch#230