cbs icon indicating copy to clipboard operation
cbs copied to clipboard

Red Cross: Community-Based Surveillance

Results 101 cbs issues
Sort by recently updated
recently updated
newest added

transpose timestamps in the case report list to the time zone with a angular pipe **NationalSociety.TimezoneOffsetFromUtcInMinutes** note: **NationalSociety.Country** and pass it to **moment-timezone** may be more robust as it will...

frontend
Reporting

**User story** As a data verifier/owner, I want to have an easy way to manually send SMS' to data collectors so that I can give them (custom) feedback or information...

backend
Reporting

**Requirement change:** Automatic Reply messages should not know about projects, they should be selected based on the users preferred language. Note: Let's validate this with @aninek before we begin implementation.

backend
Reporting

If x number of case reports have been submitted where parsing has failed, alert the data verifier (supervisor). (x=to be defined)

Reporting

Non - human health risks (i.e. fire, flood) only require a single digit in the report. This needs to be validated. In adition, we should support the same scenario if...

backend
Reporting

**User story** As a data collector, I want to receive confirmation if my report was successful so that I know the message was received. **Functional requirements** - send a confirmation...

backend
Reporting

When an unknown data collector submits a case report, they should receive an automatic reply informing them that their phone number is not registered.

backend
Reporting

We are going away from Angular, moving to ReactJS instead.

frontend
Reporting

Currently, the Alerts bounded context does not publish events for AlertsEscalated. We need to subscribe to these events in Analytics and store the relevant information.

backend
Analytics
Blocked

Currently, the number of alerts in Analytics is static: ![image](https://user-images.githubusercontent.com/5235776/55498245-6fccc880-5643-11e9-8478-17987d4bf0f8.png) The number of alerts needs to be retrieved from the backend: GET /api/KPI/{from}/{to} **Format of response:** `{ "caseReports": { "totalNumberOfReports":...

frontend
good first issue
Analytics