Sanjay Bhangar
Sanjay Bhangar
This line: https://github.com/radiantearth/stac-spec/blob/master/examples/catalog.json#L35 Says `"title": "Collection with no items (standalone)"` but the link is to `collectionless-item.json` which is an Item without a collection (Not a "collection with no items"). This...
Allows `choices` to be empty if `unlisted_choice` is present - handles hiding the select dropdown if `choices` is empty. Because of the toggling we do for the hidden / inactive...
## Issue This is pretty minor, but just to have it filed. The browser back button does not work as expected after clicking on for eg. "View all Emergencies" on...
@imohkay for cases where an emergency has many population centres defined, this breaks quite badly: https://ifrc-go-450-test-prod.surge.sh/emergencies/5006#details for example (that emergency is on production, I can help you get setup to...
There are various places on the frontend where values are hard-coded as JSON, for example: https://github.com/IFRCGo/go-frontend/blob/develop/app/assets/scripts/utils/field-report-constants.js#L33 This is extremely brittle, and makes it harder for us to make data updates...
To get pageview events in Google Analytics 4, we need to explicitly send a `pageview` Analytics event to the GA API. This blog post explains roughly what code needs to...
Following on from #2438 - The last update we did with the Rich Text Editor implementation inadvertently gave users the ability to add images to their posts within rich text...
(technically something we'd implement in the API code, but creating the issue here for more visibility) ChatGPT has introduced a concept of "Plugins": https://platform.openai.com/docs/plugins/introduction To create a "plugin", one needs...
We currently call the `getAppealsList` action in a few places on the frontend. This makes a call to the Appeals API with limit=1000: https://github.com/IFRCGo/go-frontend/blob/develop/src/root/actions/index.js#L232 We seem to call `getAppealsList` in...
Breaking out of #1621 - As we have continued to add more fields and functionality to these forms in the backend, the forms have grown a bit disorganized and confusing...