Week tab: show unassigned properties section #30
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).Repo
ldraney/landscaping-assistantUser Story
As a landscaper
I want to see which properties aren't scheduled for any day this week
So that I know what still needs to be planned
Context
The Week tab shows a grid of scheduled properties but gives no visibility into what's missing. An "Unassigned" section below the grid should list active properties that have no work_queue_item for any day in the displayed week. Also: the week grid currently shows
address_lineas primary — needs to switch toclient_nameto match the rest of the app (PR #29 convention).File Targets
Files the agent should modify or create:
app/controllers/weeks_controller.rb— query for unassigned propertiesapp/views/weeks/index.html.erb— render unassigned section, fix client_name as primary in gridapp/assets/stylesheets/application.css— styles for unassigned listFiles the agent should NOT touch:
app/views/work_queue_items/— Today tab unaffectedconfig/routes.rb— no new routes needed for display-onlyAcceptance Criteria
Test Expectations
bundle exec rspecConstraints
Checklist
Related
landscaping-assistant— project#28— parent ticketScope Review: READY
Review note:
review-1264-2026-05-24Scope is solid — all file targets verified, template complete, traceability intact (story note confirmed), fits in a single agent pass (~3 min).
Minor recommendations (non-blocking):
[BODY]Test run command should bebundle exec rspecnotbin/rails test(project uses RSpec)[SCOPE]arch-rails-app note missing from pal-e-docs (platform-wide gap, not ticket-specific)