Closed
Bug 648192
Opened 15 years ago
Closed 14 years ago
[Career] Write library to digest Jobvite XML and generate job listing JSON
Categories
(www.mozilla.org :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Future
People
(Reporter: morgamic, Assigned: paulosman)
References
Details
Possible inputs:
- job category
- group
- date
- position
- other fields?
Outputs:
- ordered JSON blob with position metadata
Part of this will include looking at what the site will need and adjusting the library to output the correct JSON, but we can figure this out pretty quickly after whiteboarding it.
Right now, a UX issue is the discontinuity between mozilla.com|org and jobvite -- we should be able to easily eliminate that problem by using the XML feed to attain seamless integration with jobvite data.
Pretty simple to do either client-side or on a cron (to prevent mitm). Example:
http://twitter.com/jobs-engineering.html
XML link:
http://www.jobvite.com/CompanyJobs/Xml.aspx?c=qpX9Vfwa
Also, I just don't like having .aspx pages hosting our jobs...
Updated•15 years ago
|
Target Milestone: --- → 2.1
| Reporter | ||
Updated•15 years ago
|
Assignee: nobody → fwenzel
Comment 1•15 years ago
|
||
Paul, do you want to give that a shot? If you take this, I can spend time on the site framework, then work with you to *use* this library for the careers page.
| Assignee | ||
Comment 2•15 years ago
|
||
Sure thing. I'll set this up as a simple django app unless anyone has any objections.
Assignee: fwenzel → paul
Updated•15 years ago
|
Target Milestone: 2.1 → 2.2
Updated•15 years ago
|
Target Milestone: 2.2 → Future
Updated•15 years ago
|
Summary: Write library to digest Jobvite XML and generate job listing JSON → [Career] Write library to digest Jobvite XML and generate job listing JSON
| Assignee | ||
Comment 3•14 years ago
|
||
Basic JSON querying is put together:
https://github.com/mozilla/django-jobvite
| Reporter | ||
Comment 4•14 years ago
|
||
Awesome job Paul.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Component: www.mozilla.org/firefox → www.mozilla.org
Updated•13 years ago
|
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•