Kwon Seo Jin
Kwon Seo Jin
### Describe the problem and solution graphql 폴더를 생성하고, queries와 mutations 파일로 나누어 정리하고 각 쿼리를 import 해서 사용합니다. ### Validations - [X] Follow our [Code of Conduct](https://github.com/skkuding/next/blob/main/CODE_OF_CONDUCT.md) - [X]...
### Describe the problem and solution Cover, Card, Data Table로 Contest 목록 페이지를 만들어 봅시다 ### 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)...
### Describe the problem and solution Contest Overall 페이지의 All Submission 데이터 테이블을 구현합니다 ### Notion task TAS- ### Validations - [X] Follow our [Code of Conduct](https://github.com/skkuding/next/blob/main/CODE_OF_CONDUCT.md) - [X] Read...
### Description - `TestResultsStore`를 생성했고, `EditorHeader`에 있는 Test 버튼을 누르면, 작성한 코드에 대한 결과 (테스트케이스별 결과) 가 로컬스토리지에 저장됩니다. - 코드를 POST하고 모든 테스트케이스에 대해 Judging이 아닌 결과가 나올 때까지...
### Description 기존에 Problem Edit에서는 필드 수정 여부와 상관 없이 모든 필드를 전달했으나 수정된 필드만 전달되도록 수정햇습니다 ### Additional context tags, testcases, template의 경우 ProblemWithIsVisible과 UpdateProblemInput 스키마에 대해 논의가 필요할...