Skip to content

Add living wage & amfori data to GET production-locations/<os_id> endpoint#67

Merged
VadimKovalenkoSNF merged 9 commits intomainfrom
OSDEV-2329-living-wage-get-production-locations
Feb 23, 2026
Merged

Add living wage & amfori data to GET production-locations/<os_id> endpoint#67
VadimKovalenkoSNF merged 9 commits intomainfrom
OSDEV-2329-living-wage-get-production-locations

Conversation

@VadimKovalenkoSNF
Copy link
Contributor

@VadimKovalenkoSNF VadimKovalenkoSNF commented Jan 15, 2026

API spec for OSDEV-2329

  1. Pass (MIT) Living Wage and WageIndicator data (wage_indicator and mit_living_wage) to GET v1/production-locations/<os_id> endpoint.
  2. Pass Amfori statuses (amfori_statuses) to GET v1/production-locations/<os_id> endpoint.

@VadimKovalenkoSNF VadimKovalenkoSNF marked this pull request as ready for review January 19, 2026 12:21
VadimKovalenkoSNF added a commit to opensupplyhub/open-supply-hub that referenced this pull request Jan 30, 2026
…oduction-locations (#858)

Feature from
[OSDEV-2329](https://opensupplyhub.atlassian.net/browse/OSDEV-2329)

Pass MIT Living Wage and WageIndicator data (`wage_indicator` and
`mit_living_wage`) to `GET v1/production-locations/?os_id` endpoint.

API spec
[PR](opensupplyhub/open-supply-hub-api-docs#67)

Example output:
```
"wage_indicator": {
        "living_wage_link_national": "https://paywizard.org/salary/living-wages",
        "living_wage_link_national_text": "Living Wage in national language",
        "minimum_wage_link_english": "https://wageindicator.org/salary/minimum-wage/united-states-of-america",
        "minimum_wage_link_english_text": "Minimum Wage in English",
        "minimum_wage_link_national": "https://paywizard.org/salary/minimum-wage",
        "minimum_wage_link_national_text": "Minimum Wage in national language"
},
"mit_living_wage": {
        "county_id": "12117"
}
```

[OSDEV-2329]:
https://opensupplyhub.atlassian.net/browse/OSDEV-2329?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
@VadimKovalenkoSNF VadimKovalenkoSNF changed the title Add living wage data to GET production-locations endpoint Add living wage data to GET production-locations/<os_id> endpoint Jan 30, 2026
vlad-shapik
vlad-shapik previously approved these changes Jan 30, 2026
@VadimKovalenkoSNF VadimKovalenkoSNF changed the title Add living wage data to GET production-locations/<os_id> endpoint Add living wage & amfori data to GET production-locations/<os_id> endpoint Feb 10, 2026
Copy link
Contributor

@vlad-shapik vlad-shapik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@VadimKovalenkoSNF VadimKovalenkoSNF merged commit 19d13e0 into main Feb 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants