-
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
Update the mentors page with 2019 people #777
Comments
Hi, is it possible for me to work on this update? |
Yes! Why not. Assigned |
Can you please guide me as to how to access the information? |
Wouldn't it be nice if you could figure it out ;) |
@faraz16iqbal, are you still working on this? |
@chttrjeankr Do you want to take up this issue? |
Sure! I'd have to go through the newcomers' procedure first. I can then start working on it. |
Assigned to @chttrjeankr due to inactivity of previous assignee. |
Thanks for assigning. 🚀 I think you mean this Mentors Page. The trace led me to realize the And since the site already has projects listed, I don't understand why it isn't automatically updating. I'm a bit new to JS so maybe I'm missing something? Could you help @abhishalya? |
Figured out what to change. Discussing an appropriate solution would be needed. The current code makes a list of all mentors who are in a project that has a status of NOT So we have multiple options for the mentors page:
The choice would depend on what exactly do we want the |
@chttrjeankr Right, good research around this. So we want to change the existing implementation a bit, what we need is to get all mentors for the completed projects in latest program year (right now its 2019). In other words we need to list all mentors for all official (completed) projects for the latest GSoC coala participated in. Now this might be a bit tricky with the existing data, you can have a look at #729 for reference. You can checkout webservices https://gitlab.com/coala/landing and see doing this is better with or without webservices involved. (webserivices might not be in good shape right now) |
@abhishalya The best solution to this would be if each project has a date/year attached to it. We can then filter by Or, having the initiatives be different. Rather than using
As far as this is concerned, the way to fetch results in #729 doesn't seem to work anymore. And yeah, webservices are in a pretty bad shape right now, with the last commit over a year ago. So, maybe involving that wouldn't be the best idea. |
The commit marks most of the projects initiatives with a `GSoC<year>` replacing `GSoC` Closes coala#777
Replacing static text from 2018 to 2019 Closes: coala#777
Mentors of *completed* projects from *GSoC19* will be filtered for the mentors page Closes: coala#777
The commit marks most of the projects initiatives with a `GSoC<year>` replacing `GSoC` Closes coala#777
Replacing static text from 2018 to 2019 Closes: coala#777
Mentors of *completed* projects from *GSoC19* will be filtered for the mentors page Closes: coala#777
The commit marks most of the projects initiatives with a `GSoC<year>` replacing `GSoC` Closes coala#777 partials/tabs/mentors.html: Change page for GSoC 2019 mentors Replacing static text from 2018 to 2019 Closes: coala#777 resources/js/directives/mentors.js: Update filtering condition Mentors of *completed* projects from *GSoC19* will be filtered for the mentors page Closes: coala#777 _projects: Update GSoC projects initiatives The commit marks most of the projects initiatives with a `GSoC<year>` replacing `GSoC` Closes coala#777 partials/tabs/mentors.html: Change page for GSoC 2019 mentors Replacing static text from 2018 to 2019 Closes: coala#777 resources/js/directives/mentors.js: Update filtering condition Mentors of *completed* projects from *GSoC19* will be filtered for the mentors page Closes: coala#777 resources/js/directives/mentors.js: change filtering condition Mentors of any recent projects will be listed whether completed or not Closes: coala#77
We should update the page with 2019 mentors instead of 2018.
The text was updated successfully, but these errors were encountered: