Skip to content

Commit 5ff48b5

Browse files
authored
Merge pull request #310 from CSE-Shaco/develop
chore: MBTI 팀매칭 CSV 안내를 입학년도 기준으로 수정
2 parents ebad5e6 + ed89eda commit 5ff48b5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/app/dashboard/mbti/page.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ export default function DashboardMbtiPage() {
427427
<div className="rounded-xl border border-white/10 bg-black p-4">
428428
<h2 className="typo-pc-h4">CSV 기반 팀 매칭</h2>
429429
<p className="mt-1 typo-pc-c2 text-gray-700">
430-
이름, 학번 CSV를 업로드하면 저장된 MBTI 결과와 매칭해 팀을 자동 분배합니다.
430+
이름, 입학년도 2자리 CSV를 업로드하면 저장된 MBTI 결과와 매칭해 팀을 자동 분배합니다.
431431
</p>
432432

433433
<div className="mt-4 grid gap-3 pc:grid-cols-[1fr_auto_auto] pc:items-center">
@@ -461,6 +461,8 @@ export default function DashboardMbtiPage() {
461461
<div className="mt-3 rounded-lg border border-white/10 bg-gray-100/30 p-3 typo-pc-c2 text-gray-700">
462462
CSV 후보 인원: {csvCandidates.length}
463463
<br />
464+
학번은 `22`, `23`처럼 입학년도 2자리 기준으로 비교합니다.
465+
<br />
464466
MBTI 참여자와 미참여자가 팀마다 최대한 고르게 섞이도록 6명씩 편성합니다.
465467
</div>
466468

0 commit comments

Comments
 (0)