IFRCGo / go-frontend

MIT License
21 stars 5 forks source link

[PROD] Review how cluster and region offices are handled #1639

Open jhenshall opened 3 years ago

jhenshall commented 3 years ago

Issue

Cluster and Region IFRC offices, are stored in the countries table and use the ISO for the country that they're in. This can be confusing because they are not 'countries' and means there are duplicate ISO codes in the countries table, which has caused issues for e.g. #1636.

Expected behaviour

Any changes could be significant and have multiple knock-on effects with existing records being joined (e.g. field reports). Needs more detailed review but possible things to explore with very different effort levels:

Related feature

Impact

This could be a huge change but just needs the options considering as part of the wider review of geo data

cc @GregoryHorvath @batpad @geohacker

jhenshall commented 3 years ago

As an intermediary for this - ISO codes are being removed from all non-countries in the country database: regions and clusters. This has been done on staging for testing and assuming no issues, will be done on prod after the upcoming geo release.

nanometrenat commented 2 months ago

Hi there, did this ticket get sorted with the recent Country pages work?