Files
nobat724_front/app/component
hamedandClaude Opus 4.8 12917cd900 fix(doctor): correct rating/comment API paths to real backend routes
Doctor page logged a 404 on GET /api/v1/clinicpro/rate/{uuid}. The
frontend used a stale Drupal-era `clinicpro/` prefix; the Symfony API
exposes these under /api/v1 directly.

- response.js: rate/comments/like wrappers point to real routes
  (rate/{uuid}, comments/{uuid}, POST rate, POST comment,
  POST like/{commentUuid}); patch maps to POST upsert; writes use
  requireAuth. Add getDoctorComments wrapper.
- doctor page: fetch comments from comments/{doctor.uuid} (was
  clinicpro/comments/{doctor.id}) and unwrap double-nested data.
- ItemUser: postCommentsLike sends commentUuid for the toggle endpoint.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-15 23:07:20 +03:30
..
2025-05-18 01:18:35 +03:30
2025-05-18 01:18:35 +03:30
2024-10-24 00:41:21 +03:30
2024-09-28 13:35:12 +03:30
2026-06-05 21:05:07 +03:30
2025-05-18 01:18:35 +03:30
2025-10-22 14:30:30 +03:30
2024-10-24 00:41:21 +03:30
2024-10-24 00:17:55 +03:30
2024-10-23 01:53:33 +03:30
2025-05-18 01:18:35 +03:30
2025-05-18 01:18:35 +03:30