Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 

21 řádky
690 B

  1. ---
  2. description: Frontend repo location and cross-repo workflow
  3. alwaysApply: true
  4. ---
  5. # Frontend Location
  6. - Backend repository: `FPSMS-backend`
  7. - Frontend repository: `../FPSMS-frontend`
  8. # When a request involves UI behavior
  9. - Check whether the change belongs to backend, frontend, or both.
  10. - If chart/page click behavior is requested, update frontend handlers in `../FPSMS-frontend`.
  11. - Keep API contracts consistent between backend endpoints and frontend client calls.
  12. # Cross-repo coordination
  13. - When adding backend endpoints used by frontend, also add/update frontend API client functions.
  14. - Validate impacted repo(s): backend compile/tests and frontend type-check/lint as needed.