25 lines
491 B
Markdown
25 lines
491 B
Markdown
|
|
# Feature: Reviews
|
||
|
|
|
||
|
|
**Module path:** `lib/features/reviews/`
|
||
|
|
|
||
|
|
## Overview
|
||
|
|
Allows users to leave and read reviews for events they have attended.
|
||
|
|
|
||
|
|
## Key Files
|
||
|
|
| File | Purpose |
|
||
|
|
|------|---------|
|
||
|
|
| `lib/features/reviews/` | Review UI & logic |
|
||
|
|
|
||
|
|
## Flow
|
||
|
|
- [ ] Document review submission flow
|
||
|
|
- [ ] Document review display (event detail page?)
|
||
|
|
- [ ] Document rating system (stars, score?)
|
||
|
|
|
||
|
|
## API Endpoints
|
||
|
|
> Document review API endpoints here
|
||
|
|
|
||
|
|
## Notes
|
||
|
|
|
||
|
|
## Related
|
||
|
|
- [[02 - Features/Events]]
|