mirror of
https://github.com/TronoSfera/Law.git
synced 2026-05-19 02:23:45 +03:00
20 lines
No EOL
285 B
Markdown
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 |