Michilis and Cursor
a6840ea953
Harden auth, payments, and frontend against review findings.
...
Close exploitable gaps in booking/payment flows, enforce token versioning and account checks, gate sensitive payment data, and add middleware plus input validation across admin routes.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-24 19:59:02 +00:00
Michilis and Cursor
07ba357194
feat: FAQ management from admin, public /faq, homepage section, llms.txt
...
- Backend: faq_questions table (schema + migration), CRUD + reorder API, Swagger docs
- Admin: FAQ page with create/edit, enable/disable, show on homepage, drag reorder
- Public /faq page fetches enabled FAQs from API; layout builds dynamic JSON-LD
- Homepage: FAQ section under Stay updated (homepage-enabled only) with See full FAQ link
- llms.txt: FAQ section uses homepage FAQs from API
- i18n: home.faq title/seeFull, admin FAQ nav
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-02-12 04:49:16 +00:00