No Brainers

0001

Background color cut off at bottom of screen

Image

"Query our data" → "query your data"

Rename "Sales Dashboard" to "Kanban Board".

Email button broken on Map View — A broken mailto: link or a misconfigured link_to. Finding it takes effort; the fix is a line or two.

Contact display not visible on Map View — A CSS visibility or conditional rendering bug. Claude Code can trace the symptom to the cause and the diff will be small.

Status color locked after creation — The "edit" form for a status is probably missing the color field that the "new" form has. Add the field, permit the param. Straightforward once identified.

Live search filtering on the location list — If the app is already using Hotwire/Turbo (likely for a Rails app of this vintage), adding a Stimulus controller to filter a list client-side is a contained, documented pattern. Claude Code can generate the whole thing.

Probably Should Put In a Seperate PR

Not Tackling