Today tab: add assign-to-crew button on Recent, add-to-queue on Assigned #210
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
Follow-up to #202 (Today and Week view overhaul).
Repo
ldraney/landscaping-assistantUser Story
As a crew member, I want to assign a property to another crew from the Recent section and add an assigned property back to my queue so I have full control from any section on the Today tab.
Context
After #202 merged, the "Assign to Another Crew" people-icon button only appears in "Unqueued This Week." The Recent and Assigned to Another Crew sections lack action parity.
File Targets
app/views/work_queue_items/_recent_section.html.erb(add mark_other button)app/views/work_queue_items/_other_crew_section.html.erb(add requeue button)app/views/work_queue_items/index.html.erb(pass additional locals to partials)Acceptance Criteria
Test Expectations
bundle exec rspecConstraints
Feature Flag
None
Checklist
Related