Skip to content
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

projects.html: Get related issues states from webservices #733

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Aug 22, 2019

  1. app.js: Get mentors from Webservices

    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 committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    a935711 View commit details
    Browse the repository at this point in the history
  2. tabs: Fetch and Display forms from webservices

    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
    KVGarg committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    4f4ef06 View commit details
    Browse the repository at this point in the history
  3. projects.html: Add filters for searching projects

    This commit adds filters for filtering the projects
    based on project work status, tags, difficulty level,
    initiatives and collaborating projects.
    
    Closes coala#559
    KVGarg committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    8e239d6 View commit details
    Browse the repository at this point in the history
  4. events.html: Get & Show events from webservices

    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
    KVGarg committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    353bed9 View commit details
    Browse the repository at this point in the history
  5. projects.html: Get issues detail from webservices

    The commit adds a method, to get related issues states
    from coala Webservices and adds the issue state to a
    HashMap which is being used to get issue css class,
    when the project pop-ups.
    
    Closes coala#298
    KVGarg committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    a87bb70 View commit details
    Browse the repository at this point in the history