agencia.sk
basement v0.21
07 · KLIENT

Briefy + štatistiky

pripravené na kód

submit · review · stats

Klient submituje briefy (text + assets), ja ich vidím v CRM, riešim, výsledky tlačím späť do portálu. Stats: čo bolo postnuté, výkon, kampane.

TODO — čo treba dorobit

  • Brief form: title, body, deliverables, deadline, attachments
  • Status: open / in_progress / delivered / closed
  • Comments thread (klient ↔ ja)
  • Stats: agreggate from posts table per klient
  • Email/Telegram alert na nový brief

Endpointy

  • POST/api/briefs
  • GET/api/briefs?clientId=

DB tabuľky

  • · briefs (existing)
  • · brief_comments (TODO)
Sem ide kód — UI, akcie, API client
stub v0.1 · pripravené na implementáciu