You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

пре 1 недеља
123456789101112
  1. # FPSMS Agent Notes
  2. ## Repository Relationship
  3. - Current backend repo: `FPSMS-backend`
  4. - Paired frontend repo location: `../FPSMS-frontend`
  5. ## Working Convention
  6. - If a task is about UI behavior (charts, clicks, page rendering, dialogs), check `../FPSMS-frontend`.
  7. - If a task is about API/business logic/data query, check this backend repo.
  8. - For end-to-end changes, update both repos and keep API request/response fields aligned.