events.html: Fetch and Display events from webservices#732
Open
KVGarg wants to merge 4 commits intocoala:masterfrom
Open
events.html: Fetch and Display events from webservices#732KVGarg wants to merge 4 commits intocoala:masterfrom
KVGarg wants to merge 4 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: bc00ed50-bce9-11e9-af47-41b3464977ce |
Travis tests have failedHey @KVGarg, Ruby: 2.5.1docker run -v=$(pwd):/app --workdir=/app coala/base coala --ciTravisBuddy Request Identifier: edb87d40-bcee-11e9-af47-41b3464977ce |
76d478e to
414ffb3
Compare
Travis tests have failedHey @KVGarg, Ruby: 2.5.1docker run -v=$(pwd):/app --workdir=/app coala/base coala --ciTravisBuddy Request Identifier: acb9f970-c32b-11e9-a73e-8f33893bc238 |
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
This commit adds filters for filtering the projects based on project work status, tags, difficulty level, initiatives and collaborating projects. Closes coala#559
Travis tests have failedHey @KVGarg, TravisBuddy Request Identifier: 5b39f3e0-c4ff-11e9-8712-75d78f9b457f |
The commits adds an events directive that fetches the events from coala Webservices and displays them on the website in the card format. Instead of dissplaying all events, only the ongoing events, events occured in last 3 months and the events which are about to occur in next 3 months will be displayed to avoid a long list of cards. Closes coala#560
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 commits adds an events directive that fetches the
events from coala Webservices and displays them on the
website in the card format. Instead of dissplaying all
events, only the ongoing events, events occured in last
3 months and the events which are about to occur in next
3 months will be displayed to avoid a long list of cards.
Closes #560