강민석

Results 6 issues of 강민석

### Description 제출 목록 불러오는 순서를 정할 수 있도록 option을 부여했습니다. option 종류: id-asc, id-desc memory-asc, memory-desc cpuTime-asc, cpuTime-desc date-asc, date-desc 만약 제출 결과가 Accepted가 아닌 경우에는 maxCpuTime과 maxMemoryUsage를 0으로...

⛳️ team-backend

### Describe the problem and solution 현재 Submission을 가져오는 API에 `order` option 없습니다. 정렬 순서로 createTime, memoryUsage, cpuTime, result 등을 사용하면 좋을 것 같습니다. ### Validations - [X] Follow our...

⛳️ team-backend
pending triage

### Describe the problem and solution 제출 시점에 userIP를 로깅할 수 있도록 합니다. ### Validations - [X] Follow our [Code of Conduct](https://github.com/skkuding/next/blob/main/CODE_OF_CONDUCT.md) - [X] Read the [Contributing Guidelines](https://github.com/skkuding/next/blob/main/CONTRIBUTING.md) - [X]...

⛳️ team-backend

### Describe the problem and solution client/contest module에 있는 service test code 들을 client/group 에 있는 test 코드와 같은 형태로 수정합니다. ### Validations - [X] Follow our [Code of Conduct](https://github.com/skkuding/next/blob/main/CODE_OF_CONDUCT.md)...

⛳️ team-backend

### Description 에러 핸들링 부분을 resolver에서 service 부분으로 옮겼습니다. --- ### Before submitting the PR, please make sure you do the following - [ ] Read the [Contributing Guidelines](https://github.com/skkuding/next/blob/main/CONTRIBUTING.md) -...

⛳️ team-backend

### Description * gql dataloader를 적용하였습니다. * 간단한 예시로 notice 쪽의 createdBy에 적용했습니다. https://medium.com/@bhryan1013/nest-js-graphql%EC%97%90%EC%84%9C-dataloader%EC%9D%98-%EC%82%AC%EC%9A%A9-d73c7f7d7a1d -> GraphQL dataloader 사용 관련해서 정리한 글인데, 지금 구현한건 후자 느낌이에요 closes TAS-1621 Closes #1896 ---...

⛳️ team-backend