Unify today tab search and quick-add input #55
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Type
Feature
Lineage
Standalone — discovered during today tab UX review.
Repo
ldraney/landscaping-assistantUser Story
As a landscaper
I want one input that searches existing properties and creates new ones
So that I can quickly find and queue properties without switching between inputs
Context
The today tab has a quick-add input at the top and a separate search input in the Recent section. This is redundant — the user types a name in one place to add and a different place to search. The service filter chips also don't belong on the today tab; they're a properties page concern. The quick-add input doesn't clear after submitting, which is annoying when adding multiple properties.
File Targets
Files the agent should modify or create:
app/views/work_queue_items/index.html.erb-- merge inputs, remove filtersapp/javascript/controllers/filter_controller.js-- add clearInput methodapp/controllers/work_queue_items_controller.rb-- remove @services queryFiles the agent should NOT touch:
app/views/properties/manage.html.erb-- service filters stay thereAcceptance Criteria
Test Expectations
Constraints
Checklist
Related
landscaping-assistant-- project