What would be the basic strategy for tweaking Dolphin to be used as a technical Job Matching site? Instead of matching on dating traits (sex, height, weight, religion, education) as most dating sites do, the matching would be more about skills -- programming languages, experience, operating systems, etc.
I think I understand how to configure the profile fields with things I want, mostly checkboxes, e.g. What Javascript Libraries do you use? []JQuery []Prototype []mootools, although I haven't figured out how to match those in the searching for part.
More importantly, at the moment, is figuring out how to differentiate between Employer and Employee (or Contractor). Instead of having the first two questions be about gender -- I am a ()Man ()Woman seeking []Man []Woman -- I'd need it to be I am an []Employer []Contractors []Full Time Job Hunter, and depending on what that selection was, the "Seeking" part would be something like
Employer Seeking []Full Time Employees []Part Time Employees []Contractors
and the opposite would be people seeking Full Time or Part time employee positions, or individual contracting job.
I think most of the underlying tools are there, if I can get the matching to work. Employees can upload their resumes, I'll probably need to write a module that Employers can create job listings (I've been working through the Bloggie example module) with particular attributes that can then be tweaked for the search matching to work.
Thoughts? Warnings? Strategies?
Thanks!
Tac