You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users should be able to view the salary information of the job they select in the dropdown.
The /transitions-extended/ endpoint returns a response like this, which includes the salary information for the occupation in source_soc.source_soc_*_mean_wage. On the frontend, we process that response in DjangoApiClient. We need to update that to extract the salary info as well, and add the salary info to redux state.
Then, we want to show the source occupation as the first line of the table, but exclude transition share.
The text was updated successfully, but these errors were encountered:
alexjball
changed the title
As a user, I should be able to see information about my job
As a user, I should be able to see salary information for my job
Mar 3, 2021
Users should be able to view the salary information of the job they select in the dropdown.
The /transitions-extended/ endpoint returns a response like this, which includes the salary information for the occupation in
source_soc.source_soc_*_mean_wage
. On the frontend, we process that response in DjangoApiClient. We need to update that to extract the salary info as well, and add the salary info to redux state.Then, we want to show the source occupation as the first line of the table, but exclude transition share.
The text was updated successfully, but these errors were encountered: