tabs: Fetch and Display forms from webservices#730
Open
KVGarg wants to merge 2 commits intocoala:masterfrom
Open
tabs: Fetch and Display forms from webservices#730KVGarg wants to merge 2 commits intocoala:masterfrom
KVGarg wants to merge 2 commits intocoala:masterfrom
Conversation
Travis tests have failedHey @KVGarg, Ruby: 2.5.1docker run -v=$(pwd):/app --workdir=/app coala/base coala --ciTravisBuddy 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 --ciTravisBuddy Request Identifier: b6454430-bb3e-11e9-8c9f-011ce5fcf4d6 |
Contributor
Author
|
@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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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