NUDelta / pair-research-meteor

A Meteor Implementation of the Pair Research Tool
3 stars 2 forks source link

Brings in start of stats and search page #32

Closed sehmon closed 7 years ago

sehmon commented 7 years ago

This PR brings in the work done in DTR S17 and incorporates 2 new pages:

  1. Stats Page - Page that surfaces historical Pair Research data to provide insight on individual skills
  2. Search Page - Page that allows users to type in help requests, then matches their request to members of the community that can potentially help them. Uses Regex to match the phrase to a set of predefined categories, then brings back people who have rated those categories highly in the past.

This merge brings in the templates for these two pages.