From b94c6dff1a8c6331229870f820f436588dd739e1 Mon Sep 17 00:00:00 2001 From: Hyungi Ahn Date: Sun, 26 Oct 2025 10:58:16 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=ED=98=84=ED=99=A9=ED=8C=90=20=EC=B9=B4?= =?UTF-8?q?=EB=93=9C=EB=A5=BC=20=EA=B0=84=EA=B2=B0=ED=95=9C=20=EC=9D=BD?= =?UTF-8?q?=EA=B8=B0=20=EC=A0=84=EC=9A=A9=202x3=20=EA=B7=B8=EB=A6=AC?= =?UTF-8?q?=EB=93=9C=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🎯 Simplified Card Layout: - ❌ κΈ΄ νŽΈμ§‘ κ°€λŠ₯ν•œ μΉ΄λ“œ β†’ βœ… κ°„κ²°ν•œ 읽기 μ „μš© μΉ΄λ“œ - 2x3 κ·Έλ¦¬λ“œ ν˜•μ‹μœΌλ‘œ 정보 μ••μΆ• - μΉ΄λ“œ 높이 λŒ€ν­ 단좕 πŸ“‹ Grid Structure (2 columns x 3 rows): Row 1: 뢀적합 λ‚΄μš© | λ°œμƒ λ‚ μ§œ Row 2: 이미지 | λ§ˆκ°μ‹œκ°„ + λ‹΄λ‹ΉλΆ€μ„œ/λ‹΄λ‹Ήμž Row 3: 원인 λΆ„λ₯˜ | ν•΄κ²° λ°©μ•ˆ Bottom: μƒνƒœ (μ§„ν–‰ 쀑) 🎨 Visual Improvements: - μž‘μ€ 이미지 μ•„μ΄μ½˜ (8x8px) - 원인 λΆ„λ₯˜: λ…Έλž€μƒ‰ λ°°μ§€ - λ§ˆκ°μ‹œκ°„κ³Ό λ‹΄λ‹Ή 정보 κ²°ν•© - 쀑앙 μ •λ ¬λœ μƒνƒœ ν‘œμ‹œ πŸ“± Compact Design: - νŒ¨λ”© μΆ•μ†Œ (p-6 β†’ p-4) - ν…μŠ€νŠΈ 크기 μ΅œμ ν™” (text-sm) - λΆˆν•„μš”ν•œ μ—¬λ°± 제거 - ν•œλˆˆμ— λ“€μ–΄μ˜€λŠ” 정보 배치 πŸ”§ Read-Only Features: - λͺ¨λ“  ν•„λ“œ 읽기 μ „μš© - νŽΈμ§‘ λ²„νŠΌ 제거 - 사진 클릭 μ‹œ λͺ¨λ‹¬ ν™•λŒ€λ§Œ κ°€λŠ₯ - κΉ”λ”ν•œ 정보 ν‘œμ‹œ Expected Result: βœ… 훨씬 κ°„κ²°ν•œ μΉ΄λ“œ λ””μžμΈ βœ… ν•œλˆˆμ— λ“€μ–΄μ˜€λŠ” 정보 배치 βœ… 읽기 μ „μš© λͺ¨λ“œ βœ… λͺ¨λ°”일 μΉœν™”μ  크기 --- frontend/issues-dashboard.html | 136 ++++++++++++--------------------- 1 file changed, 47 insertions(+), 89 deletions(-) diff --git a/frontend/issues-dashboard.html b/frontend/issues-dashboard.html index 41fdf2c..9c38845 100644 --- a/frontend/issues-dashboard.html +++ b/frontend/issues-dashboard.html @@ -507,118 +507,76 @@ }; return ` -
+
-
-
- No.${issue.project_sequence_no || '-'} - ${isUrgent() ? 'κΈ΄κΈ‰' : ''} -
-
- - -
+
+ No.${issue.project_sequence_no || '-'} + ${isUrgent() ? 'κΈ΄κΈ‰' : ''}
- - ${issue.photo_path || issue.photo_path2 ? ` -
- -
+ +
+ +
+ 뢀적합 λ‚΄μš© +
${issue.final_description || issue.description || 'μ€‘λ³΅μž‘μ—… μ‹ κ³ μš©'}
+
+
+ λ°œμƒ λ‚ μ§œ +
${formatKSTDate(issue.report_date)}
+
+ + +
+ 이미지 +
${issue.photo_path ? ` -
- +
+
` : ` -
- 사진 μ—†μŒ +
+
`} ${issue.photo_path2 ? ` -
- +
+
` : ` -
- 사진 μ—†μŒ +
+
`}
- ` : ` -
- -
-
- 사진 μ—†μŒ -
-
- 사진 μ—†μŒ -
-
-
- `} - - -
- -
${issue.final_description || issue.description || 'μ€‘λ³΅μž‘μ—… μ‹ κ³ μš©'}
-
- - -
- - ${getCategoryText(issue.final_category || issue.category)} -
- - -
-
-
- - -
-
- - -
-
- -
-
- - -
-
- - -
-
-
- -
${getDepartmentText(issue.cause_department)}
+ λ§ˆκ°μ‹œκ°„ | λ‹΄λ‹ΉλΆ€μ„œ λ‹΄λ‹Ήμž +
+
${formatKSTDate(issue.expected_completion_date)}
+
${getDepartmentText(issue.responsible_department)} ${issue.responsible_person || '-'}
+
+
+ + +
+ 원인 λΆ„λ₯˜ +
+ ${getCategoryText(issue.final_category || issue.category)} +
+
+
+ ν•΄κ²° λ°©μ•ˆ +
${issue.solution || '-'}
- -
+ +
μ§„ν–‰ 쀑
- 신고일: ${formatKSTDate(issue.report_date)}
`;