# Feature index

Each file in this folder is the long-term memory of one feature area. When
adding to one, also update its **Changelog** and the **Tests** cross-reference.

| File | What it covers |
|---|---|
| [auth.md](auth.md) | Email + password login, forced first-login password change, session refresh, sign-out. |
| [organizations.md](organizations.md) | Tenancy model: orgs, memberships, the implicit "Bowden Works" app scope. |
| [permissions-view-as.md](permissions-view-as.md) | Roles, who-can-do-what, super-admin view-as-another-user mode. |
| [team.md](team.md) | Team members per (org, user), per-source-hour cost + billout rates, consolidate-as labels. |
| [imports.md](imports.md) | Clockify CSV import, batch tracking, batch delete, entity-chain resolution on import. |
| [entries.md](entries.md) | The full time-entry list: filters, team-member dropdown edit, manual entries, bulk apply/detach/recalculate. |
| [projects.md](projects.md) | Per-(operator, client, project) summary + rename UI. Owner-only income + margin column. |
| [adjustments.md](adjustments.md) | Project billout adjustments (display-only) and per-project rate overrides (re-stamp). |
| [invoices.md](invoices.md) | Invoice CRUD + apply entries (locks them). Replaces the old transfer flow. |
| [tools-cc-expenses.md](tools-cc-expenses.md) | First tool under /tools: pass-through billing for credit-card expenses (paste in, assign, export). |
| [summary.md](summary.md) | Monthly per-project hours + cost + billout vs 140h target, Postgres-aggregated. |
| [comments.md](comments.md) | Org-wide comment board in the top nav. |

## What's NOT here yet (future features the user has mentioned)

- Replace Clockify entirely (record raw time inside this app)
- NocoDB pointed at the same Postgres for spreadsheet-style data access
- Invoice PDF / printable output
- Detailed CRM, project assignments
- **Multi-party engagements** — parties (people + orgs), engagements
  (typed, directional working relationships), visibility levels per
  project, commissions, markups, referrer payouts. See
  [../domain/](../domain/README.md) for the long-term business model
  these features will eventually need to capture.
