Flutter-Buddies / App

An app with community features like 'calendar of events' and a showcase of member created widgets
16 stars 18 forks source link

Create "Contributors" page to give credit. #12

Closed joeyda3rd closed 3 years ago

joeyda3rd commented 3 years ago

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

slovnicki commented 3 years ago

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

joeyda3rd commented 3 years ago

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.

joeyda3rd commented 3 years ago

Use github API to load "assignees" from app repo

joeyda3rd commented 3 years ago

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 commented 3 years ago

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

slovnicki commented 3 years ago

I'm closing this and opening https://github.com/Flutter-Buddies/App/issues/30