cccs-web / core

CCCS' customized django web application
4 stars 11 forks source link

Relayout cv employment experience #137

Closed pwhipp closed 10 years ago

pwhipp commented 10 years ago

From #128

The 'Employment Experience' section, for example, is different than what I was asking about, so I am still not sure if the sort of format I was requesting can be iterated in the way I was imagining. Also, we'll need to add in 'position' and to We also have no particular need to auto-count and present "Months Worked".

In its current arrangement, my preference would be for the following format:

Dates Employed Employer Position
Jan 2005 - Feb 2011 Cross-Cultural Consulting Services, PLLC. Director, Business Development & Research

PLEASE NOTE In the example above, I don't supply the actual days. At most, I would only like to supply months (people very often don't know the day they started a job).

pwhipp commented 10 years ago

done and deployed

cccs-ip commented 10 years ago

Thanks, Paul.

Looking at the option of changing the presentation of dates for all other fields, I made one additional edit to: /cvs/templates/cvs/cv_detail.html

The revised presentation is :

Employer Position Dates Employed
Cross-Cultural Consulting Services, PLLC. Director, Business Development & Research Jan 2005 - Feb 2011

.. The only thing that I can't figure out is how to make the month capitalized. I see the you're using b to render the abbreviated months... but capitalizing it as B just breaks the page. Also, could we get the abbreviations to end in full stop . ?

cccs-ip commented 10 years ago

Just wanted to remind you this request is still open. Should be minor.. Just can't figure out how to make the months present in capital letters.

pwhipp commented 10 years ago

Done and deployed. "B" is not implemented so I had to add a title filter.

cccs-ip commented 10 years ago

I see it; good to know how this is done. Thank you!