-
Notifications
You must be signed in to change notification settings - Fork 3
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(FE, BE): Contest list design change / use group permission #305
Merged
Conversation
This file contains 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
check_contest_permission decorator now inspects group permission correctly
- contest edit/create now fetches allowed_group in correct structure
participants
- contest list 구조를 Enter / register now / upcoming contests / finished contests / cannot participate 에서 active contests, upcoming contests, finished contests로 바꾸고 group permission을 검사하여 색으로 참여 가능여부를 알려주도록 한다.
- finished contest list에 페이지네이션 적용 - upcoming contests와 underway contests 부르는 개수 조정
jimin9038
requested review from
mixxeo,
cranemont,
dotoleeoak and
pinecone28
February 17, 2022 15:26
- 끝난 대회는 바로 해당 contest detail page로 안내합니다
- contest list에서 moment 모듈을 사용하여 진행중인 대회가 시작된 시간, 예정된 대회가 시작될 시간 , 끝난 대회가 끝난 시간을 지금(now)와 비교하여 보여준다.
- contest rank put api를 통하여 rank에 해당하는 prize를 선택할수 있게 한다.
dotoleeoak
approved these changes
Mar 9, 2022
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.
1. Backend Changes
ContestPrize 관련은 #311 참고해주세요~
Models
Views
Decorators
2. Frontend Changes
Contest.vue (Admin)
group.js
(New!) ContestInformation.vue
Header.vue
(New!) NeonBox.vue
ContestList.vue
수정 예정
Contest List에서 Underway, not started, ended 대신 날짜/시간을 표시해주도록 PR 머지 전 수정 예정입니다.완료