devict / devict.org

The amazing devict.org
https://devict.org
6 stars 27 forks source link

Add mentorship pairing #66

Closed jcbwlkr closed 7 years ago

jcbwlkr commented 7 years ago

We would like to start a program to pair up volunteer mentors with people needing their particular expertise.

To begin I have created a branch called mentors along with an empty page at /mentors and some sample data in static/data/mentors.json. That JSON file is served up at the url /data/mentors.json when hugo server is running.

My thought is that we could just update this json file as a simple "database" when we want to make changes then stick a little single page app on top of it and make it searchable by skill.

Here's the format right now for a mentor object

Here is what I would consider the MVP for this feature

For inspiration check out this page https://php-mentoring.org/mentors

jcbwlkr commented 7 years ago

To clarify this is totally up for discussion. The issue as it's written now is my current vision but I'm open to changes.

cjprieb commented 7 years ago

My plan to start is to use Knockout to generate the HTML for displaying the list of mentors.

jcbwlkr commented 7 years ago

The basics of this feature are live. I'll file issues for additional features we want.