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

[RFC] Webapp to add/manage contributor table #243

Open
jakebolam opened this issue Mar 22, 2019 · 8 comments
Open

[RFC] Webapp to add/manage contributor table #243

jakebolam opened this issue Mar 22, 2019 · 8 comments
Labels
discussion Discussion relevant to the repo enhancement New feature or request pinned status: available Available for grab

Comments

@jakebolam
Copy link
Collaborator

Motivation

The cli/bot have come a long way to helping manage the table, sometimes the need to remove/re-arrange/modify the configuration of the table would be helpful.

When there is no issue/PR the ability to add a contributor would be great (see feature request all-contributors/app#149)

Recommendation

Adding this ticket as a place to start discussing ideas.

@jakebolam jakebolam added enhancement New feature or request discussion Discussion relevant to the repo labels Mar 22, 2019
@Berkmann18
Copy link
Member

I'm definitely up for it.
I think @gr2m's suggestion is a good way to go, i.e.: OAuth based web app that basically simulates the add process of the bot/CLI.

@jakebolam jakebolam pinned this issue Mar 22, 2019
@gr2m
Copy link

gr2m commented Mar 22, 2019

I’d love to see that, too. I want to make this simple with Probot so this would be a great guinea pig project. I think (custom) UIs with a login button that use an app’s client id/secret is something we could start with. Who ever would like to work on this, I’d love to find out how what the developer experience would look like in an ideal world. We can make up APIs for probot and then make it work backwards :)

@MM-coder
Copy link
Contributor

I'd be willing to work on something like this utilising Python (Flask or Quart)

@Berkmann18
Copy link
Member

@gr2m With the current app, do you think it's something it can tackle or would that be a separate app within the software system?

@RCheesley
Copy link

RCheesley commented Mar 30, 2021

This may also help projects to get set up initially by having an easy way to add contributors in bulk? I would be happy to help with testing this, we just implemented the bot in https://github.com/mautic/mautic but it is quite labour intensive to make a PR for every past contributor and I already made an error trying to fix something manually 😅

@Berkmann18
Copy link
Member

@RCheesley For adding contributors in bulk, that would be something that can be achieved with the fetch feature of the CLI (which I haven't had the time to finish) but the web app could definitely help with that.

@RCheesley
Copy link

Awesome - we have a lot of people to add so definitely happy to help with that. Would love to have a GitHub Action that adds all the contributors that are listed in the release notes for example, in one PR, that can be made during the release process.

That would take out a huge bulk of the work!

@Berkmann18
Copy link
Member

@RCheesley Awesome, feel free to checkout all-contributors/cli#196.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion Discussion relevant to the repo enhancement New feature or request pinned status: available Available for grab
Projects
None yet
Development

No branches or pull requests

7 participants
@gr2m @RCheesley @jakebolam @Berkmann18 @tenshiAMD @MM-coder and others