We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
제가 이해한 CompetitionTaView에 대해 적어봤는데 제가 제대로 이해한건지 궁금합니다! 아니라면 어디가 틀렸는지 알려주세요...ㅎㅎ
대회 개최한 담당 교수님이나 관리자가 해당 대회의 기존 조교를 삭제하고, 새로운 조교를 추가하는 view 학생, 조교 상관없이 해당 대회의 user가 아닌 경우(is_check_user=0) > does_not_exist 해당 대회의 조교인 경우(is_check_user=1, is_check_competition_user_ta=0) > 해당 대회 조교로 추가 해당 대회의 학생인 경우(is_check_user=1, is_check_competition_user_ta=1) > is_existed 전부 2에 해당하면 success 메시지 출력 그렇지 않으면 user_does_not_exist를 출력
대회 개최한 담당 교수님이나 관리자가 해당 대회의 기존 조교를 삭제하고, 새로운 조교를 추가하는 view
전부 2에 해당하면 success 메시지 출력 그렇지 않으면 user_does_not_exist를 출력
그리고 제가 맞게 이해한거라면, 밑에 두가지 질문에 대해서도 답변해주실 수 있을까요?!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
제가 이해한 CompetitionTaView에 대해 적어봤는데 제가 제대로 이해한건지 궁금합니다!
아니라면 어디가 틀렸는지 알려주세요...ㅎㅎ
그리고 제가 맞게 이해한거라면, 밑에 두가지 질문에 대해서도 답변해주실 수 있을까요?!
The text was updated successfully, but these errors were encountered: