Skip to content
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

Create "Contributors" page to give credit. #12

Closed
joeyda3rd opened this issue Dec 27, 2020 · 6 comments
Closed

Create "Contributors" page to give credit. #12

joeyda3rd opened this issue Dec 27, 2020 · 6 comments
Labels
enhancement New feature or request

Comments

@joeyda3rd
Copy link
Contributor

We can even create a github team for the contributors to the app functionality and load their info through github api.

@slovnicki
Copy link
Contributor

You mean like contributors for the general stuff in App, not creators of user_widgets who are obviously listed in app?

Like, for example, we can put

  • joey, the creator of App and user_widgets structure
  • doug, prettyfication master
  • user123, solved an important bug Add my profile #42
  • ...
    ?

@joeyda3rd
Copy link
Contributor Author

Correct. Users that have contributed to the functionality of the app. We don't NEED to list their contributions, but we can if you want to. The members list (user_widgets) is for anyone that wants to contribute a widget.

@slovnicki slovnicki added discussion Open to discussion enhancement New feature or request and removed discussion Open to discussion labels Dec 31, 2020
@joeyda3rd
Copy link
Contributor Author

joeyda3rd commented Jan 22, 2021

Use github API to load "assignees" from app repo

@joeyda3rd
Copy link
Contributor Author

joeyda3rd commented Jan 22, 2021

Upon reviewing the API, the only way that I can see to possibly do this is to create a "team" and add any contributors to the team. The contributors URL is adding anyone that pushes to the repo. Maybe this is feature is not necessary? We could instead add a flag to their widgetinfo class.

https://api.github.com/repos/Flutter-Buddies/App/contributors
https://api.github.com/repos/Flutter-Buddies/App/assignees

@slovnicki
Copy link
Contributor

I like the idea of just flag on their widget. That's even more cool. I definitely vote for that

@slovnicki
Copy link
Contributor

I'm closing this and opening #30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants