Menu

#104 Add <role> tag to <job>

open-accepted
None
5
2002-11-04
2002-08-21
Anonymous
No

I'd like to add the ability to have multiple roles under one
job.

In my situation I was employed for 5 years but had 4
roles within
the company. I'd like to be able to reflect that.

New tag <role> within <job>.

<role> content model :

(jobtitle,location?,period,description?,projects?,achievements?)

<job> would need to change to make <jobtitle> optional if
<role> exists.

Example:

<job>
<employer>A Company plc</employer>
<period>
<from>
<month>January</month>
<year>1996</year>
</from>
<to>
<month>December</month>
<year>2001</year>
</to>
</period>
<role>
<jobtitle>Head of garbage disposal</jobtitle>
<period>
<from>
<month>July</month>
<year>2000</year>
</from>
<to>
<month>December</month>
<year>2001</year>
</to>
</period>
</role>
<role>
<jobtitle>Garbage disposal supervisor</jobtitle>
<period>
<from>
<month>July</month>
<year>1999</year>
</from>
<to>
<month>July</month>
<year>2000</year>
</to>
</period>
</role>
<role>
<jobtitle>Garbage disposal operative</jobtitle>
<period>
<from>
<month>January</month>
<year>1996</year>
</from>
<to>
<month>July</month>
<year>1999</year>
</to>
</period>
</role>
</job>

Output would indent the roles within a job, simliar to:

Employment History:

A Company plc
January 1996 - December 2001

Head of garbage disposal
July 2000 - December 2001

Garbage disposal supervisor
July 1999 - July 2000

Garbage disposal operative
January 1996 - July 1999

Discussion

  • Mark Miller

    Mark Miller - 2002-11-04
    • assigned_to: nobody --> brandondoyle
    • status: open --> open-accepted
     
  • Mark Miller

    Mark Miller - 2002-11-04

    Logged In: YES
    user_id=530918

    This is a good idea, but I don't think it will make it into
    the next release, which is due out shortly. Would you be
    interested in coding up support for this feature?

    Thanks,
    Mark

     

Log in to post a comment.