# Task 007 (Deferred) — People Module (Manual CRUD)

## Objective

Deferred after Segments reprioritization.

## Scope

Manual CRUD for people linked to companies with list/detail/edit flows.

**Status:** Deferred to a later task number after Segments and campaign prerequisites.

## Requirements

1. Person must reference valid `companyId`.
2. Support create/edit/archive people records.
3. Preserve Market Database browsing behavior.

## Files to create or modify

| Path | Action |
|------|--------|
| `src/app/people/**` | Planned |
| `src/app/api/people/**` | Planned |
| `src/server/services/person.service.ts` | Planned |
| `docs/16-changelog.md` | Update when executed |

## Acceptance criteria

- [ ] CRUD and company filter work
- [ ] Company detail shows related people

## Documentation updates required

- `docs/04-ui-pages.md`
- `docs/16-changelog.md`
