Law/context/06_quotes_service.md
2026-02-22 10:57:49 +03:00

20 lines
No EOL
285 B
Markdown

# Quotes Service Context
## Purpose
Provide quotes for landing page carousel.
## Storage
Table: quotes
Fields:
- text
- author
- source
- is_active
- sort_order
## Public API
GET /api/public/quotes?limit=&order=random|sort_order
## Admin
- Full CRUD (ADMIN only)
- Meta-driven form