32 lines
611 B
Markdown
32 lines
611 B
Markdown
|
|
# Feature Requests Log
|
||
|
|
|
||
|
|
This file captures capabilities users want but don't exist yet.
|
||
|
|
|
||
|
|
Format for new entries:
|
||
|
|
```markdown
|
||
|
|
## [FEAT-YYYYMMDD-XXX] capability_name
|
||
|
|
|
||
|
|
**Logged**: ISO-8601 timestamp
|
||
|
|
**Priority**: medium
|
||
|
|
**Status**: pending | in_progress | wont_fix
|
||
|
|
**Area**: frontend | backend | infra | tests | docs | config
|
||
|
|
|
||
|
|
### Requested Capability
|
||
|
|
What user wanted to do
|
||
|
|
|
||
|
|
### User Context
|
||
|
|
Why they need it
|
||
|
|
|
||
|
|
### Complexity Estimate
|
||
|
|
simple | medium | complex
|
||
|
|
|
||
|
|
### Suggested Implementation
|
||
|
|
How it could be built
|
||
|
|
|
||
|
|
### Metadata
|
||
|
|
- Frequency: first_time | recurring
|
||
|
|
- Related Features: existing_feature_name
|
||
|
|
|
||
|
|
---
|
||
|
|
```
|