kartoza / fbf-project

Project data and resources for WB Forecast Based Financing work
22 stars 14 forks source link

Lead time for event #175

Closed timlinux closed 4 years ago

timlinux commented 4 years ago

From Catalina:

Forecast data: maybe we can be more explicit: A flood is expected in X number of days/leadtime. I think the functionality of having the historical floods is very nice, but it should not be the main feature. Could we have a more flashy sign that says: Current forecasted flood event, to make sure they don’t get confused with any other previous floods events.

Can we do this by adding two rows to the summary table:

Event status: Current (with other option being Historical) Lead time: 7 days

image

Then we can probably remove the Acquisition date row as Cataline suggests.

lucernae commented 4 years ago

Then we can probably remove the Acquisition date row as Cataline suggests.

Yes @timlinux I do agree with Catalina here. In fact it was actually bugging me before. In other forecast, they all based on lead time. The acquisition_date is still needed for the database (we need it to filter which one is current forecast). But we won't show it from the UI because it is equivalent to Lead time. Lead time can be taken from forecast_date - acquisition_date. For the forecast fetch itself to the front end, I already based it using lead time for current forecast. For historical forecast, I choose to show in the calendar, the least lead time available for that day. Because that would be the most recent forecast for that given date.

What I Imagine can be an improvement later is: