skkuding / codedang

Online Judge for SKKU
https://codedang.com
MIT License
45 stars 9 forks source link

fix(fe): differentiate sample and user id #2218

Closed juhyeong0505 closed 3 days ago

juhyeong0505 commented 1 week ago

Description

스크린샷 2024-11-18 오후 7 05 03

User testcase id와 기존에 존재하던 Sample testcase id가 함께 관리되어 발생하는 id문제를 해결하였다. 예로, Sample testcase가 2개 추가된 상태에서 User testcase를 추가하면 #3번째 id가 부여되는 문제를 User testcase는 따로 #1부터 시작하도록 하였다.

Additional context


closes TAS-1057

Before submitting the PR, please make sure you do the following