34 lines
672 B
Markdown
34 lines
672 B
Markdown
# Feature Requests
|
|
|
|
This file logs requested capabilities that don't currently exist.
|
|
|
|
## Format
|
|
|
|
```markdown
|
|
## [FEAT-YYYYMMDD-XXX] capability_name
|
|
|
|
**Logged**: ISO-8601 timestamp
|
|
**Priority**: medium
|
|
**Status**: pending | in_progress | resolved | wont_fix | promoted
|
|
**Area**: frontend | backend | infra | tests | docs | config
|
|
|
|
### Requested Capability
|
|
What the user wanted to do
|
|
|
|
### User Context
|
|
Why they needed it, problem being solved
|
|
|
|
### Complexity Estimate
|
|
simple | medium | complex
|
|
|
|
### Suggested Implementation
|
|
How it could be built, what it might extend
|
|
|
|
### Metadata
|
|
- Frequency: first_time | recurring
|
|
- Related Features: existing_feature_name
|
|
|
|
---
|
|
```
|
|
|
|
--- |