Open
Conversation
Signed-off-by: JaeHyuckSa <jaehyuck.sa.dev@gmail.com>
Signed-off-by: JaeHyuckSa <jaehyuck.sa.dev@gmail.com>
earthyoung
reviewed
Mar 29, 2026
| from event.filters import EventFilterMixin | ||
|
|
||
|
|
||
| class PresentationFilterSet(EventFilterMixin): |
Contributor
There was a problem hiding this comment.
별도 Filter로 구분한 부분 좋은 것 같습니다!
earthyoung
reviewed
Mar 29, 2026
| organization = Organization.objects.create(name="Test Organization") | ||
| event_1: Event = Event.objects.create(organization=organization, name="Test Event 1") | ||
| event_2: Event = Event.objects.create(organization=organization, name="Test Event 2") | ||
| event_1: Event = Event.objects.create( |
Contributor
There was a problem hiding this comment.
현재 해당하는 사항은 아니지만, 3일동안 열리는 행사가 아닌 경우에 대비해서 (파이콘이 2일만 열리거나, Event 객체가 타 행사를 나타낼 경우) event_end_at column도 추후 추가가 필요할 것 같아요(요 부분은 다른 PR에서 수정해도 좋을 것 같습니다)!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
후원사/발표 API에 ?event= 쿼리 파라미터로 이벤트를 구분하고, 미지정 시 최신 이벤트 데이터를 기본 반환하도록 변경