IFRCGo / go-api

MIT License
14 stars 6 forks source link

Implement Emergency title composition #2266

Open samshara opened 2 months ago

samshara commented 2 months ago

The Emergency title will consist of a dynamic prefix, user-editable title. The system will auto-generate the prefix based on the Event, Disaster Type, Country, while the user can edit the title field.

For existing Emergencies, the title field will remain empty, and the summary will retain its current value.

In the API, the summary field will store the full composed title (Prefix + Title).

Technical Changes