IFRCGo / go-web-app

GO Web application! GO is a Red Cross Red Crescent platform to connect information on emergency needs with the right response.
https://go.ifrc.org
MIT License
6 stars 1 forks source link

Country Profile > Supporting Partners #337

Open udaynwa opened 9 months ago

udaynwa commented 9 months ago

IFRC Presence and ICRC Presence

Figma link

Country where data are available

https://go-web-ifrc.dev.datafriendlyspace.org/countries/27/profile/supporting-partners

Key takeaways

Available data

Contacts

Figma link

udaynwa commented 8 months ago

@mariam-yu @tovari , Contacts section added here. Comment related to source for International Partners also added in the Figma : https://www.figma.com/file/myeW85ibN5p2SlnXcEpxFD?node-id=15913:238042&mode=design#652382061

cc @frozenhelium

udaynwa commented 7 months ago

@tovari @szabozoltan69 , there are delegation fields in Local Units. Can we use them for IFRC Presence?

cc @samshara

udaynwa commented 7 months ago

@barshathakuri ,

tovari commented 7 months ago

Yes, please use the delegation-office endpoint for this.

@tovari @szabozoltan69 , there are delegation fields in Local Units. Can we use them for IFRC Presence?

cc @samshara

tovari commented 4 months ago

IFRC Presence data don't show up on any of the country pages. E.g.: https://go.ifrc.org/countries/132/ns-overview/partners

from https://goadmin.ifrc.org/api/v2/delegation-office/ { "name": "Americas Regional Office", "city": "Panama City", "address": "Av. Jacinto Palacios Cobos Edificio 221, Panamá, Panama", "postcode": "", "location": { "type": "Point", "coordinates": [ -79.58557096, 9.005326423 ] }, "society_url": "https://www.cruzroja.org.pa/", "url_ifrc": "https://www.ifrc.org/national-societies-directory/red-cross-society-panama", "hod_first_name": "Martha ", "hod_last_name": "Keays", "hod_mobile_number": "+507 6330 2770", "hod_email": "martha.keays@ifrc.org", "assistant_name": "Christian Vega", "assistant_email": "christian.vega@ifrc.org", "is_ns_same_location": false, "is_multiple_ifrc_offices": false, "visibility": 4, "created_at": "2024-04-30T09:50:18.656188Z", "modified_at": "2024-04-30T09:50:18.656204Z", "date_of_data": null, "country": { "name": "Panama", "iso3": "PAN", "region": 1 }, "dotype": { "name": "Regional Office", "code": 3 } },

k9845 commented 4 months ago

@tovari For this, we are currently just showing delegation with type Country Delegation but country Panama has data for delegation Regional Office. Should we show regional office as well? cc: @udaynwa @samshara

tovari commented 4 months ago

Yes, please include all types of offices.

udaynwa commented 1 month ago

@tovari , the ICRC's website has been changed. So we need to update the scraping logic to pull the data from the latest website.

Old website: https://web.archive.org/web/20240623064243/https://www.icrc.org/en/where-we-work

New website: https://www.icrc.org/en/where-we-work

Therefore, we have to re-write the scraping logic. This will take a bit of time.

cc @samshara @thenav56 @nnjemie