PolicyEngine / policyengine-api

PolicyEngine's REST API for computing policy impacts.
GNU Affero General Public License v3.0
12 stars 28 forks source link

Americanize country agnostic code #1906

Closed tawandamoyo closed 1 week ago

tawandamoyo commented 1 month ago

Partially fixes #1543

anth-volk commented 1 month ago

@tawandamoyo Unfortunately, there are quite a few points in the front end where the output of this API route is utilized, and they all refer to a "labour_supply_impact" or something similar. Would you be willing to Americanize those, as well? Otherwise, these changes will just crash on the front end.

tawandamoyo commented 1 month ago

@anth-volk , sure will open a PR for the frontend

anth-volk commented 1 week ago

@tawandamoyo Just updated this to deal with some merge conflicts on the API. After tests are run, I believe this will be good to merge, followed by the corresponding front-end fixes. Thanks for your patience.