Move Assigned to Another Crew to bottom accordion, remove Schedule section #214
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 — requested by Lucas during session.
Repo
ldraney/landscaping-assistantUser Story
As a crew lead
I want the Week view simplified to just Assign Properties with day links
So that I don't see duplicate schedule information and can navigate to daily queues from one place
Context
The Schedule accordion in the Week view duplicates what Assign Properties already shows — both display the same properties with the same day columns. The only useful piece in Schedule was the day-letter links (M/T/W/T/F/S/S) that navigate to each day's work queue. Those links should move to the Assign Properties header. Additionally, "Assigned to Another Crew" should be the bottom accordion on the Today work queue view.
File Targets
Files to modify:
app/views/work_queue_items/index.html.erb-- move other_crew_section render to bottomapp/views/weeks/index.html.erb-- remove Schedule accordion, add day links to Assign headerapp/controllers/weeks_controller.rb-- remove move action, @assigned, @item_idsapp/assets/stylesheets/application.css-- remove week-grid/week-move CSS, add day-link stylesconfig/routes.rb-- remove move routespec/requests/weeks_spec.rb-- remove move specs, update Schedule-dependent specsFiles to delete:
app/javascript/controllers/week_move_controller.js-- no longer usedFeature Flag
none
Acceptance Criteria
Test Expectations
week-assign-day-linkclassbundle exec rspec spec/requests/weeks_spec.rbConstraints
Checklist
Related
landscaping-assistant-- project this affects