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...
From BugSnag: Delayed::WorkerTimeout HistoricalDataCacheJob@default See https://app.bugsnag.com/ruby-for-good/human-essentials/errors/64e437ef88578c00083d0b99?filters[error.status]=open&filters[event.since]=30d This came up before, and we cheated by increasing the timeout. I think this time we should look at optimizing directly, as the timeout...
Fixes #3993 .
### Summary Viewing or updating distributions is incredibly slow - we are seeing an average of about 15-20 second load time. Let's speed this up! ### Things to consider _No...
# Summary Some of the fields on base item are not used. Delete them. # Why Avoiding future developer confusion # Details Look at the super user base item form...
# Summary Add fields for packs to the model, plus some sample seed data # Why? We're intending to do packs at the RFG event. Having the fields in place...
### Context for documentation change We know there are things that are in the heads of only one or two people. That needs to change. ### Proposed solution A full...
# Summary Admin paths currently require a organization_id, which is the short_name. Unless actually dealing with an organization, they shouldn't. Also address the mismatch between the parameter name and what...
# Summary Add contact info to Donation Sites # Why We already have the address, but most communication is done with a specific person via email or phone # Details...
# Summary Add "prior year" to the date range drop downs throughout. # Why? In January, a lot of people are trying to get information about the year before. They...
Resolved #3991 . This changes the `organization_id` parameter to `organization_name`, and removes the need for `organization_name` in admin controllers. This is a pretty big change - we probably should do...