buhapp-backend/internal
ga 1eb7af6bac Sprint 5: reviews and ratings
- 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
2026-08-20 16:20:15 +00:00
..
audit Sprint 1: scaffold backend (Go + Fiber + PG + Redis + MinIO) 2026-08-20 15:41:05 +00:00
auth Sprint 5: reviews and ratings 2026-08-20 16:20:15 +00:00
chat Chat edit with WS notification 2026-08-20 15:52:57 +00:00
config Sprint 2: profile, preferences, location, search 2026-08-20 15:49:21 +00:00
consent Sprint 1: scaffold backend (Go + Fiber + PG + Redis + MinIO) 2026-08-20 15:41:05 +00:00
db Sprint 1: scaffold backend (Go + Fiber + PG + Redis + MinIO) 2026-08-20 15:41:05 +00:00
handlers Sprint 5: reviews and ratings 2026-08-20 16:20:15 +00:00
locations Sprint 2: profile, preferences, location, search 2026-08-20 15:49:21 +00:00
preferences Sprint 5: reviews and ratings 2026-08-20 16:20:15 +00:00
redis Sprint 1: scaffold backend (Go + Fiber + PG + Redis + MinIO) 2026-08-20 15:41:05 +00:00
reviews Sprint 5: reviews and ratings 2026-08-20 16:20:15 +00:00
storage Sprint 1: scaffold backend (Go + Fiber + PG + Redis + MinIO) 2026-08-20 15:41:05 +00:00
users Sprint 5: reviews and ratings 2026-08-20 16:20:15 +00:00
ws Sprint 3: chat with WebSocket 2026-08-20 15:51:05 +00:00