Conversation
|
✅ Syncing Preview App Succeeded Application: |
|
✅ Syncing Preview App Succeeded Application: |
|
✅ Syncing Preview App Succeeded Application: |
|
🛑 Preview Removed Reason: No commits for 7 days (stale) Push a new commit to restore the preview. |
|
✅ Syncing Preview App Succeeded Application: |
|
🛑 Preview Removed Reason: No commits for 7 days (stale) Push a new commit to restore the preview. |
|
✅ Syncing Preview App Succeeded Application: |
|
🛑 Preview Removed Reason: No commits for 7 days (stale) Push a new commit to restore the preview. |
|
❗ Syncing Preview App Failed Application: |
|
✅ Syncing Preview App Succeeded Application: |
|
🛑 Preview Removed Reason: No commits for 7 days (stale) Push a new commit to restore the preview. |
|
❗ Syncing Preview App Failed Application: |
|
✅ Syncing Preview App Succeeded Application: |
|
🛑 Preview Removed Reason: No commits for 7 days (stale) Push a new commit to restore the preview. |
|
❗ Syncing Preview App Failed Application: |
|
✅ Syncing Preview App Succeeded Application: |
|
이거 테스트용으로 올린 커밋인데 나중에 제대로 수정할 테니까 내일 리뷰해주세요! |
|
✅ Syncing Preview App Succeeded Application: |
|
@seoeun9 힘드시겠지만 오늘 QA 전까지 리뷰 부탁드립니다..! |
| /> | ||
| <Label htmlFor="enableMerging"> | ||
| enableMerging (obfuscation resistance) | ||
| </Label> |
| .sort((a, b) => a.order - b.order) | ||
|
|
||
| useEffect(() => { | ||
| if (problemData?.length && !selectedProblemId) { |
| useMutation(CHECK_ASSIGNMENT_SUBMISSIONS, { | ||
| onError: (error) => { | ||
| toast.error(`Plagiarism check request failed: ${error.message}`) | ||
| setOpen(false) |
| onRequestComplete() | ||
| setOpen(false) | ||
| } else if ( | ||
| latestStatus === 'JplagError' || |
There was a problem hiding this comment.
혹시 제출물들이 wrong answer 거나.. compile error 거나.. 혹은 너무 짧으면 JplagError가 발생하나요?
정우진개론 -> 테스트 과제 쪽에서 실험해보려고 좀 끄적거렸는데 JplagError만 뜨네요.. 너무 정성이 없었나
원래 이런 건지 궁금해요!
|
@seoeun9 일단 버스에서 급하게 반영해 봤습니다! |
|
✅ Syncing Preview App Succeeded Application: |
|
❗ Syncing Preview App Failed Application: |
|
✅ Syncing Preview App Succeeded Application: |



Description
표절검사 기능을 구현합니다
closes TAS-2510
Additional context
별도의 Figma 디자인 없이 작업한 결과물이라 Dialog 사용이라던지 text color 등 기존의 코드 컨벤션을 지키지 않은 것들이 많으므로, 현재 페이지를 바탕으로 디자인팀에서 디테일 개선안이 나오면 수정 및 리팩토링을 진행할 예정입니다.
Before submitting the PR, please make sure you do the following
fixes #123).