Jaehyeon Kim
Jaehyeon Kim
### Description Closes #1504 ~~getProblems에서 총 Problem의 개수를 받아오는 api를 분리해 구현합니다.~~ ~~추가로, 종료된 contest를 가져올 때 finished 속성이 붙어 나오는 것을 제거하고, 배열만 반환하도록 수정합니다.~~ 회의 결과에 따라 getProblems,...
### Description Closes #1495 이미지 업로드 기능을 구현합니다. Problem description에 이미지를 삽입하는 용도로 사용이 가능합니다. ### Additional context - 이미지의 최대 크기는 5MB입니다. - `src` 속성에 업로드된 이미지의 url이 담겨...
### Describe the problem and solution 로드테스트를 위한 기능입니다. - email 인증 우회용 무적 pin 번호를 생성합니다. - username 중복 체크 확인 우회용 무적 username를 생성합니다. ### Validations - [X]...
### Describe the problem and solution 이미지 업로드 기능을 구현합니다. (Problem description 등에 삽입될 수 있음) ### Validations - [X] Follow our [Code of Conduct](https://github.com/skkuding/next/blob/main/CODE_OF_CONDUCT.md) - [X] Read the [Contributing...
### Describe the problem and solution getProblems에서 총 Problem의 개수를 받아오는 api를 분리해 구현합니다. 추가로, 종료된 contest를 가져올 때 `finished` 속성이 붙어 나오는 것을 제거하고, 배열만 반환하도록 수정합니다. ### Validations...
### Describe the problem and solution 현재 Problem 모델: ``` model Problem { id Int @id @default(autoincrement()) createdBy User? @relation(fields: [createdById], references: [id], onDelete: SetNull) createdById Int? @map("created_by_id") group Group...
### Describe the problem and solution  Problem List에서 Accepted 여부를 함께 불러올 수 있도록, getProblems API를 수정합니다. ### Notion task TAS-598 ### Validations - [X] Follow our [Code of...
### Description Closes #1884 Closes TAS-456  위 페이지의 구현을 위해 특정 user의 특정 contest에서의 제출 정보를 불러오는 api를 작성합니다. **IP 수집 관련 PR이 작업완료되지 않아 작업완료 후 머지 예정입니다...
### Description Closes #1908 Closes TAS-599 Admin Submission 모듈을 추가하고, 특정 Contest의 모든 제출 내역에 대한 요약을 불러오는 API를 구현합니다. ### Additional context [IP Logging 관련 PR](https://github.com/skkuding/codedang/pull/1866) Merge 후 추가...
### Describe the problem and solution 학생 관리를 위한 회원가입 필드를 추가합니다. (학번, 소속 학과 ..) ### Validations - [X] Follow our [Code of Conduct](https://github.com/skkuding/next/blob/main/CODE_OF_CONDUCT.md) - [X] Read the [Contributing...