Brock Wilcox

Results 30 issues of Brock Wilcox

Idea - when looking at a stop, click on a bus to make it set an alert, like the bus is 1 min away and you should start paying attention,...

### Summary When you add a user to a partner you are prompted to enter an email address. We should also prompt for the user's `name`. When you click `Add...

stale

### Summary Inspired by View::Inventory, let's refactor report controller/views to incorporate all the queries into a single object (or set of objects) that can be passed down in the view....

refactor
stale

This is an epic feature branch that moves more historic-reporting-oriented blocks off of the dashboard and adds some action-oriented blocks in. We'll review and merge it as a slate!

BLOCKER
Ruby for Good 2023 DC

### Summary We should not be saving "Name Not Provided" to the database. From a model perspective that doesn't make a lot of sense. Now we're complicating the workflow by...

Difficulty—Intermediate

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...

core team

### 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...

### Is there an existing request for this change? - [X] I have searched the existing issues ### Context for documentation change We decided to add a `production` branch to...

Previous issue -- https://github.com/rubyforgood/human-essentials/issues/2979 We need to either add a new context for validation during the applications submission or backtrack on which fields are manditory. To decide this, let's check...

BLOCKED