- POST /api/v1/reviews (one per chat_id, UNIQUE) - GET /api/v1/users/:id/reviews (public list) - GET /api/v1/users/:id/stats (rating_avg, count) - migration 0004: reviews (rating 1-5, anonymous flag), user_stats aggregate - only chat participants can review; reviewed_id is other party |
||
|---|---|---|
| .. | ||
| 0001_init.down.sql | ||
| 0001_init.up.sql | ||
| 0002_user_prefs.down.sql | ||
| 0002_user_prefs.up.sql | ||
| 0003_chat.down.sql | ||
| 0003_chat.up.sql | ||
| 0004_reviews.down.sql | ||
| 0004_reviews.up.sql | ||