-
-
Notifications
You must be signed in to change notification settings - Fork 133
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
[Feature] GitHub API integration with resource submission form #109
Comments
I don't think it's a good idea to have people create a GitHub account for submitting a resource. |
@asrvd I don't think there is any other feasible and efficient way to authenticate user. If there is any I'm open to it. |
You don't need to authenticate them :) |
According to me, There should be some kind of authentication otherwise it will increase the risk of spams. As you suggested, The automated bot account, which is also great but we need to use Captcha's, spam filters, etc. At the end, it is all about avoiding spam submission. |
I like the idea, but agree authentication is a barrier. If there was a way to do so and prevent spam it might be a solid route to go forward. Converting to a discussion for now. |
Problem
Follow up to the issue #9
Description
The alternative solution that has been suggested is to allow users to submit a pull request (PR) if they want to contribute a resource.
However, this can be a problem for non-tech-savvy users who may not be familiar with the GitHub platform. Therefore, we should consider using the GitHub API to link our custom-made form with GitHub and simplify the process for the users.
By using the GitHub API, we can authenticate users and create a pull request directly from our custom form. This will enable our users to submit their resources seamlessly without having to navigate through the GitHub platform. I think that this will improve the user experience and encourage more contributions to our resources.
Implementation
The text was updated successfully, but these errors were encountered: