# Legacy marketplace code (pre-BEEB)

The `beeb` repo was forked from team **codebase** (healthcare provider marketplace). These pieces are **not** part of BEEB BEEB SRS and are disabled or scheduled for removal.

## Disabled API routes (T-0.0)

Removed from `routes/api/client.php`:

- `GET main-categories`
- `GET providers`, `providers/categories`, `providers/{id}`
- `GET favorites`, `POST favorites/toggle`

## Models / tables (keep until admin refactor)

| Item | Notes |
|------|--------|
| `Provider.clinic_name`, `category_id` | Replace with investor KYC (`T-1.2`) |
| `Favorite`, `ProviderCategory` | Not used by BEEB rider app |
| Provider `work_days` API | Replace with fleet analytics (`T-4.4`) |

## Still valid for BEEB

- `Client`, `Wallet`, OTP auth, `AppIntro`, FAQ, admin shell
