rogadev / viu-eo-api

Proof of concept work for the VIU Career Outlooks web application. This project demonstrated a working API to retrieve career outlook data related to a search of credentials on offer by Vancouver Island University.
https://career-outlooks.viu.ca
0 stars 0 forks source link

Reformat the output for jobs routes #11

Closed rogadev closed 2 years ago

rogadev commented 2 years ago

Jobs should probably return an array of objects with less nesting.

[
 {
  noc: 1234,
  title: "Unit group title",
  jobs: [...],
  duties: [...],
  requirements: [...],
  etc.
 },
 {}, ...
]