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

Change Province Codes to 2-Character Codes #9

Closed rogadev closed 1 year ago

rogadev commented 2 years ago

Currently we're using the LMI-EO province codes which are 2 digit numbers that relate to a given province.

Instead, I'd like to accept a 2-character code like AB for Alberta and BC for British Columbia. This will make far more sense than trying to guess or have to look up codes from the Government CSV file every time you want to integrate it with something.