Week tab: add property to a specific day #31
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
Child of
ldraney/landscaping-assistant #28(parent). Depends on #30 (unassigned section).Repo
ldraney/landscaping-assistantUser Story
As a landscaper
I want to add an unassigned property to a specific day from the Week tab
So that I can plan my week without switching to the Today tab for each day
Context
Once #30 adds the unassigned section, each unassigned property needs a way to be assigned to a day. Button-based: tap the property, pick a day (Mon-Sun), and it gets queued. Uses the existing work_queue_items create pattern but from the week view.
File Targets
Files the agent should modify or create:
app/views/weeks/index.html.erb— add-to-day buttons on unassigned itemsapp/controllers/weeks_controller.rb— add action (or reuse work_queue_items#create)config/routes.rb— new route if neededapp/assets/stylesheets/application.css— button stylesFiles the agent should NOT touch:
app/controllers/work_queue_items_controller.rb— reuse existing create, don't modifyapp/models/— no model changesAcceptance Criteria
Test Expectations
bin/rails testConstraints
Checklist
Related
landscaping-assistant— project#28— parent ticket#30— prerequisite (unassigned section)Scope Review: NEEDS_REFINEMENT
Review note:
review-1265-2026-05-24Issue template is complete and file targets all verified. Two scope-level gaps prevent READY status:
[SCOPE]Architecture notearch-rails-appdoes not exist in pal-e-docs (shared gap across multiple board items with this label)[SCOPE]Hard dependency on #30 (unassigned section) which is still in backlog — this ticket cannot move to next_up until #30 is completed