Closed (fixed)
Project:
Recruiter
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
29 Aug 2011 at 15:29 UTC
Updated:
27 Feb 2013 at 09:10 UTC
This application just adds education experience and work experience one after another without a way to order it. The order should automatically put the latest or more recent 'to time' first or highest in the list. This is also important if someone finds a job and one year later wants to update the resume.
Also the 'to time' should give an option for 'present time' as a person might still be in a job.
The second education experience in the image should be on top for proper resume formatting.
| Comment | File | Size | Author |
|---|---|---|---|
| Resume - Marine Jobs.png | 47.7 KB | Adam S |
Comments
Comment #1
Adam S commentedThere absolutely needs to be a way to set the delta column in the field_data_field_resume_education table of the database. Because the standard is most recent experience first it will not be acceptable without it.
Any ideas?
Comment #2
dasjohi adam s,
this has been open for a while :)
have you had a look at http://drupal.org/project/field_collection_views ?
Comment #3
mh86 commentedMarking it as feature request.
I've used the field collections views module for a similar use case once and it works fine.
Comment #4
mh86 commentedEducation and work xp field collection are sorted by date since the last release candidate (RC3). The implementation was done without field_collection_views in order to keep the output clean. Reordering is done in a preprocess function.