human-essentials
human-essentials copied to clipboard
Human Essentials is an inventory management system for diaper, incontinence, and period-supply banks. It supports them in distributing to partners, tracking inventory, and reporting stats and analytic...
# Summary Once we get the basic event sourcing in place, we also want an event history page. # Why? This will help enormously in troubleshooting. # Details The bank's...
# Summary If you have "deleted" an item, it should not appear in item selection dropdowns for such functions as distributions.(They currently do). # Details We recently made a change...
# Summary The values in the NDBN report that are for number of disposale diapers distributed, and other associated values do not include disposable diapers distributed in kits. They should....
### Summary Right now we have a single `default` queue for Delayed Worker. This queue is shared by both HistoricalDataCacheJob and other jobs. We should separate HistoricalDataCacheJob at least into...
### Description - This change resolves #3988 where inactive items were displayed when creating a new distribution. - An existing method was used to display the active items ### Type...
# Summary When a bank deactivates a user, it should be addressing the role, rather than removing their ability to log in. # Why? We have cases where a user...
# Summary With the partner merge and the user roles there are some fields that are no longer used. We should clean these up. # Why Tech debt. Mitigating future...
Resolves #3587 ### Description ### Type of change * Bug fix (non-breaking change which fixes an issue) * New feature (non-breaking change which adds functionality) * Breaking change (fix or...
### My Contributions: 1. Add Bank Model and Controller. 2. Add Migrations for Partner Request. 3. Add Bank Mailer. 4. Tested in Terminal. 5. Banks got Notifications. ### Commands: rails...