-
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
tabs: Fetch and Display forms from webservices #730
base: master
Are you sure you want to change the base?
Conversation
Travis tests have failedHey @KVGarg, Ruby: 2.5.1docker run -v=$(pwd):/app --workdir=/app coala/base coala --ci
TravisBuddy Request Identifier: 692fdc30-bad7-11e9-b299-8de6a9771f8e |
1ecc748
to
1f8c775
Compare
Travis tests have failedHey @KVGarg, Ruby: 2.5.1docker run -v=$(pwd):/app --workdir=/app coala/base coala --ci
TravisBuddy Request Identifier: b6454430-bb3e-11e9-8c9f-011ce5fcf4d6 |
@sks444 @RohanVB @li-boxuan Please review! |
1f8c775
to
c4fdb11
Compare
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
The forms uploaded by developers from community website, are being fetched from Webservices where the request to add a new form is being processed. If a valid request is created, the form is added to the database. Therefore, we can fetch those forms and display them on the projects website. Closes coala#284
c4fdb11
to
4f4ef06
Compare
Travis tests have failedHey @KVGarg, TravisBuddy Request Identifier: ca1b85e0-c4ef-11e9-8712-75d78f9b457f |
The forms uploaded by developers from community
website, are being fetched from Webservices
where the request to add a new form is being
processed. If a valid request is created, the form
is added to the database. Therefore, we can fetch
those forms and display them on the projects website.
Preview with added test forms:
Closes #284