Add "Show Deactivated" toggle to Properties tab #25
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
Project: landscaping-assistant
Board: board-landscaping-assistant
Repo
ldraney/landscaping-assistant
User Story
As a user, I want to toggle visibility of deactivated properties on the Properties tab so I can review or reactivate them without cluttering my default view.
Context
Properties tab currently shows all properties (active and inactive). Inactive ones appear dimmed with an "Inactive" toggle button. The Today tab correctly hides deactivated properties. The Properties tab should default to showing only active properties, with a toggle to reveal deactivated ones.
Summary
Add a "Show Deactivated" toggle to the Properties (manage) tab that controls visibility of inactive properties.
Acceptance Criteria
is-inactivestylingFile Targets
app/views/properties/manage.html.erb— add toggle UIapp/javascript/controllers/filter_controller.js— add deactivated filter logicapp/assets/stylesheets/application.css— toggle button stylingTest Expectations
Scope Boundary
Constraints
Checklist
Related
Depends on PR #24 (deactivate from Today tab)
This was shipped in PR #36 — the manage page now hides inactive properties by default with a "Show Inactive" filter chip to reveal them. Closing as already implemented.