a-happy-dev-day / yanawa-server

Rival Matching Services Server
0 stars 1 forks source link

Feat participation : 참가요청 서비스 & 후기 도메인 모델링 #23

Closed wjdxor closed 1 year ago

wjdxor commented 1 year ago

ParticipationService #22

wjdxor commented 1 year ago

Matching Review

변수이름 한글이름 데이터 타입 설명
id 식별자 Long 식별자
matchingId 매칭 식별자 Long 매칭
writerId 작성자의 식별자 Long 작성자
partnerId 평가자 식별자 Long 평가하려는 사용자
details 후기 내용 정보 String 후기 내용
rating 실력 평가 Int 0 ~ 5 정수
manner 매너 평가 int 0 ~ 3 (bad, good, excellent)

MatchingReviewService

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 4 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication