Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a delivery day function/record to track what deliveries were made #50

Open
dherbst opened this issue Apr 7, 2021 · 0 comments
Open

Comments

@dherbst
Copy link
Member

dherbst commented Apr 7, 2021

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.

@dherbst dherbst closed this as completed Feb 14, 2023
@dherbst dherbst reopened this Mar 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant