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

285 B

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