- Notifications
You must be signed in to change notification settings - Fork225
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 ourterms of service andprivacy 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
TravisBuddy commentedAug 9, 2019
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 |
TravisBuddy commentedAug 10, 2019
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! |
The webservices now has a table for mentors,that stores the requests created by contributoron the community website. After all checks aregreen, the contributor is added a mentor for theupcoming program based on the request. Therefore,fetch all those contributors from webservices forthe upcoming GSoC program and append them to thementors listClosescoala#728
The forms uploaded by developers from communitywebsite, are being fetched from Webserviceswhere the request to add a new form is beingprocessed. If a valid request is created, the formis added to the database. Therefore, we can fetchthose forms and display them on the projects website.Closescoala#284
TravisBuddy commentedAug 22, 2019
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