- Added RemoveMember method to RoomService and RoomServiceInterface - Corrected RemoveMember in RoomRepository to use uuid.UUID - Added AddParticipant and RemoveParticipant handlers - Added POST /conversations/:id/participants route - Added DELETE /conversations/:id/participants/:userId route - Handlers use standard API response format - Handlers reuse AddMember/RemoveMember service methods Phase: PHASE-2 Priority: P1 Progress: 20/267 (7.5%) |
||
|---|---|---|
| .. | ||
| chat_message_repository.go | ||
| playlist_collaborator_repository.go | ||
| playlist_collaborator_repository_test.go | ||
| playlist_repository.go | ||
| playlist_repository_test.go | ||
| playlist_track_repository.go | ||
| playlist_track_repository_test.go | ||
| playlist_version_repository.go | ||
| room_repository.go | ||
| user_repository.go | ||