You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a delivery day, a bag will be packed for a household. Once the delivery is made to a household, we want to record that the delivery has been made. This will let us reference the household, which has the number of people in it. These numbers can be added to a history record which can be aggregated into a report. The report is a separate issue [link here once created].
Expected solution
Create a function that can be invoked by a delivery team once the delivery is made. This should create a history record.
Testing
Only admins can invoke the function. Once invoked, the history record should have the number of people in the household recorded for that day.
The text was updated successfully, but these errors were encountered:
Feature Description
On a delivery day, a bag will be packed for a household. Once the delivery is made to a household, we want to record that the delivery has been made. This will let us reference the household, which has the number of people in it. These numbers can be added to a history record which can be aggregated into a report. The report is a separate issue [link here once created].
Expected solution
Create a function that can be invoked by a delivery team once the delivery is made. This should create a history record.
Testing
Only admins can invoke the function. Once invoked, the history record should have the number of people in the household recorded for that day.
The text was updated successfully, but these errors were encountered: