codedang icon indicating copy to clipboard operation
codedang copied to clipboard

Online Judge for SKKU

Results 169 codedang issues
Sort by recently updated
recently updated
newest added

### Describe the problem and solution 현재 Nestjs API docs에서는 자신이 test한 API 결과를 동일하게 reproduce할 수 있도록하는 pre-script가 작성되어 있지 않는 경우가 많습니다. 부족한 pre-script들을 작성하고, 실제로 db에 test할...

p2-to-be-discussed 🚦
⛳️ team-backend

### Describe the problem and solution #### 정렬 기준 지정 목록 조회 시 주어진 조건에 맞는 데이터를 다수 조회할 수 있습니다. 조회되는 데이터의 순서를 일관되게 하기 위해서 데이터를 정렬하여 반환해야...

p2-to-be-discussed 🚦
⛳️ team-backend

### Describe the problem and solution NestJS로 생성한 API들의 request와 response type을 OpenAPI를 활용해서 프론트엔드에서 쓸 수 있는 TypeScript type들을 자동으로 자동 생성합니다. 아마 openapi-typescript나 비슷한 툴을 쓰는 게 좋을...

⛳️ team-backend
⛳️ team-frontend

### Describe the problem and solution #### Prisma Write Query에 선행되는 Read Query 제거 prisma query를 호출하는 서비스 메서드 중 일부 메서드에서는 write query 전에 read query를 1회 이상 호출합니다....

⛳️ team-backend
p2-nice-to-have 🚦

### Describe the problem and solution Iris에 http handler를 구현합니다. ### 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] Check that there...

⛳️ team-backend
pending triage
⛳️ team-iris

### Describe the problem and solution Iris에서 코드를 실행(run)한 결과를 반환하는 기능을 구현합니다. [참고 링크](https://www.youtube.com/watch?v=TKkcsmvYTw4&pp=ygUPb25lcmVwdWJsaWMgcnVu) ### 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)...

⛳️ team-backend
pending triage
⛳️ team-iris

### Describe the problem and solution Contest에 있는 문제들을 필요한 것으로 보입니다. 현재 하기 이미지처럼 ContestProblem 테이블이 정의되어 있습니다. 여기서 `score` field가 의미하는 것이 만점의 상대적인 비율이라고 알고 있습니다. 예를...

⛳️ team-backend

### Describe the problem and solution 미리 문제 되는 구현 방식을 찾아 고치고 공유하면 추후 리팩토링에 들어갈 비용을 아낄 수 있다고 생각하여 이슈올립니다! 작업 할 내용은 대략 아래와 같습니다. -...

⛳️ team-frontend
next-js
Notion task

### Describe the problem and solution 아래 그림처럼 빌드 후 bundle 사이즈를 분석했을 때 react-icons가 높은 비중을 차지하는 걸 볼 수 있습니다. 이 때문에 아이콘이 적용된 페이지는 로딩이 다른 페이지에...

⛳️ team-frontend
Notion task

### Describe the bug 제목 그대로 iris로 cache invalidation 메세지를 보낸 이후에는, in-memory 캐시에 있는 기존의 test case로 채점된 submission들을 재채점하는 로직을 구성해야 합니다. #1176 issue에서 분리한 issue입니다. ### Logs...

pending triage
Notion task