-
Notifications
You must be signed in to change notification settings - Fork 223
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
Fetch mentors from Webservices #728
Labels
Comments
KVGarg
added a commit
to KVGarg/projects
that referenced
this issue
Aug 9, 2019
The webservices now has a table for mentors, that stores the requests created by contributor on the community website. After all checks are green, the contributor is added a mentor for the upcoming program based on the request. Therefore, fetch all those contributors from webservices for the upcoming GSoC program and append them to the mentors list Closes coala#728
2 tasks
KVGarg
added a commit
to KVGarg/projects
that referenced
this issue
Aug 9, 2019
The webservices now has a table for mentors, that stores the requests created by contributor on the community website. After all checks are green, the contributor is added a mentor for the upcoming program based on the request. Therefore, fetch all those contributors from webservices for the upcoming GSoC program and append them to the mentors list Closes coala#728
KVGarg
added a commit
to KVGarg/projects
that referenced
this issue
Aug 9, 2019
The webservices now has a table for mentors, that stores the requests created by contributor on the community website. After all checks are green, the contributor is added a mentor for the upcoming program based on the request. Therefore, fetch all those contributors from webservices for the upcoming GSoC program and append them to the mentors list Closes coala#728
KVGarg
added a commit
to KVGarg/projects
that referenced
this issue
Aug 22, 2019
The webservices now has a table for mentors, that stores the requests created by contributor on the community website. After all checks are green, the contributor is added a mentor for the upcoming program based on the request. Therefore, fetch all those contributors from webservices for the upcoming GSoC program and append them to the mentors list Closes coala#728
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Created a merge request in webservices, that creates a new table for mentors. The records will added via a check which validates whether the contributor is valid to become a mentor or not. After all checks get green, the contrib is added. So, also fetch those mentors from webservices and show them under the mentors tab
The text was updated successfully, but these errors were encountered: