Closed (won't fix)
Project:
Job Search
Version:
5.x-2.0
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Aug 2008 at 15:54 UTC
Updated:
6 Aug 2008 at 16:08 UTC
In the job/applications, it lists all the applications for all jobs for the logged in user. It might be better to place a filter form with drops at the top of this page with filters such as:
Filter by Job - will list the different jobs
Also, if you can filter by certain cck fields in the resume cck. For e.g. Let's say the resume cck has a 2 fields called: Field A and Field B where the user can either check or not check these fields when entering the resume node.
in job/applications, I would like the ability to filter by Field A and Field B. I know this may be a user-specific request but maybe its something worth thinking about as users of the site have been requesting this.
Comments
Comment #1
kbahey commentedSince most sites use CCK and Views already, the job content type should have fields and or taxonomy for exactly what you are saying (geographical region, job type, pay range, job category, ...etc.)
Then you have what ever views you want that have exposed filters for the above fields.
This is outside the scope of the job search module itself, and can be done with some knowledge of views and CCK.