# Version 2.3.8 Remove Archive Rules

This patch removes the archive rules from the `/admin` dashboard and backend filtering.

## Why

The archive feature introduced extra filtering and could make troubleshooting lead visibility harder.

## What changed

- Removed the Archive filter dropdown from `/admin`.
- Removed the Archive checkbox from Lead Details.
- Removed archive filtering from:
  - `/admin/api/leads`
  - `/admin/api/options`
  - `/admin/api/summary`
  - lead search/list logic
  - follow-up candidate filtering
- Removed archive status tags/row styling from `/admin`.
- Existing archived fields may remain in stored data for compatibility, but the dashboard no longer hides leads because of them.

## Result

All leads should show based only on the visible filters:
- Status
- Service Type
- Source
- Search
