a-happy-dev-day / yanawa-server

Rival Matching Services Server
0 stars 1 forks source link

Feat : review #44

Open wjdxor opened 1 year ago

wjdxor commented 1 year ago

Review

한국어 영어 타입 설명
참여자의 식별자 ParticipantId Long 게임에 참여하는 참여자의 식별자, 평가받는 사람
모집 식별자 RecruitmentId Long 모집의 고유 식별자
평가 점수 RatingScore RatingScore 사용자의 점수(0~5, 0.5단위)
매너 평가 mannerTemperature Enum 사용자의 매너 점수(EXCELLENT, GOOD, BAD)
사용자 정보 WriterId Long 사용자의 정보 식별자, 평가하는사람
상세 후기 detail String 후기 내용

행위

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 13 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

wjdxor commented 1 year ago

Review

한국어 영어 타입 설명
참여자의 식별자 ParticipantId Long 게임에 참여하는 참여자의 식별자, 평가받는 사람
모집 식별자 RecruitmentId Long 모집의 고유 식별자
평가 점수 RatingScore RatingScore 사용자의 점수(0~5, 0.5단위)
매너 평가 mannerTemperature Enum 사용자의 매너 점수(EXCELLENT, GOOD, BAD)
사용자 정보 WriterId Long 사용자의 정보 식별자, 평가하는사람
상세 후기 detail String 후기 내용

Member 레포지토리 인터페이스