Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Create event #44

Merged
merged 8 commits into from
Jul 29, 2024
Merged

feat: Create event #44

merged 8 commits into from
Jul 29, 2024

Conversation

210-reverof
Copy link
Member

πŸ›  Changes

  • ν™”λ©΄ ν”Œλ‘œμš°μ— 맞게 req/res κ°’ λ³€κ²½
  • group join / event join κ΄€λ ¨ 속성 μˆ˜μ •

πŸ§šβ€β™€οΈ To Reviewers

  • λ ˆμ΄μ–΄ κ΄€λ ¨ μ˜κ²¬λ“€μ΄ 맞게 적용된거일까용

πŸŽ’ Related Issues (optional)

πŸ‘” Check List

  • PR 이름이 맞게 μž‘μ„±λ˜μ—ˆλŠ”κ°€? (ex. feat: User login ~)
  • Testκ°€ μ„±κ³΅μ μœΌλ‘œ μ‹€ν–‰λ˜λŠ”κ°€?

@210-reverof 210-reverof changed the title feat: Create Event feat: Create event Jul 28, 2024
return groupRepository.findByIdOrNull(groupId)
?: throw PicException.of(
type = PicExceptionType.NOT_EXIST,
message = "$groupId 에 ν•΄λ‹Ήν•˜λŠ” κ·Έλ£Ήλ₯Ό 찾을 수 μ—†μŠ΅λ‹ˆλ‹€."
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
message = "$groupId 에 ν•΄λ‹Ήν•˜λŠ” κ·Έλ£Ήλ₯Ό 찾을 수 μ—†μŠ΅λ‹ˆλ‹€."
message = "$groupId 에 ν•΄λ‹Ήν•˜λŠ” 그룹을 찾을 수 μ—†μŠ΅λ‹ˆλ‹€."

description: String,
date: LocalDateTime,
pictures: List<String>
): Long {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

id만 λ°˜ν™˜ν•˜λŠ” μ΄μœ κ°€ μžˆλ‚˜μš”?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ν”Œλ‘œμš°μƒ id둜 상세보기 api 호좜 μ˜ˆμ •μ΄κΈ° λ•Œλ¬Έμž…λ‹ˆλ‹Ή

Comment on lines +15 to +17
private val eventRepository: EventRepository,
private val groupRepository: GroupRepository,
private val eventJoinRepository: EventJoinRepository
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

λ”°λ‘œ λ‚˜λˆ„μ§€ μ•ŠμœΌμ…¨λ„€μš”?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

μ—‡ ꡬ체적으둜 μ–΄λ–»κ²Œ λ‚˜λˆ„λŠ” κ±Έ λ§μ”€ν•˜μ‹œλŠ”μ§€ μ œκ°€ 이해λͺ»ν•œ 것 κ°™μ•„μš”

@bbeomgeun bbeomgeun self-requested a review July 29, 2024 14:20
@210-reverof 210-reverof merged commit 406592b into develop Jul 29, 2024
2 checks passed
@210-reverof 210-reverof deleted the feature/create-event branch July 29, 2024 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants