ce76046a29
- consolidate API ownership and remove dead vendor code - add Stripe billing, learning paths, and public CV hardening - add migration, recovery, security, audit, and browser gates
56 lines
412 B
Markdown
56 lines
412 B
Markdown
# Company Management
|
|
|
|
## Purpose
|
|
|
|
Companies should be reusable objects.
|
|
|
|
---
|
|
|
|
# Features
|
|
|
|
Store:
|
|
|
|
- Name.
|
|
- Website.
|
|
- Location.
|
|
- Industry.
|
|
- Notes.
|
|
|
|
---
|
|
|
|
# Relationships
|
|
|
|
One company:
|
|
|
|
↓
|
|
|
|
Many jobs
|
|
|
|
↓
|
|
|
|
Many applications
|
|
|
|
---
|
|
|
|
# Automatic Creation
|
|
|
|
When importing jobs:
|
|
|
|
If company exists:
|
|
|
|
Reuse.
|
|
|
|
If not:
|
|
|
|
Create automatically.
|
|
|
|
---
|
|
|
|
# Future
|
|
|
|
Possible:
|
|
|
|
- Company research.
|
|
- Reviews.
|
|
- Hiring insights.
|