Skip to content

feat: 엑셀 일괄 업로드 가이드 추가#165

Merged
julia98percent merged 1 commit intodevfrom
feature/164
May 15, 2025
Merged

feat: 엑셀 일괄 업로드 가이드 추가#165
julia98percent merged 1 commit intodevfrom
feature/164

Conversation

@julia98percent
Copy link
Collaborator

#️⃣연관된 이슈

ex) #이슈번호, #이슈번호

📝작업 내용

이번 PR에서 작업한 내용을 간단하게 작성해주세요. 어떻게보다 무엇을 왜 수정했는지 설명해주세요. (이미지 첨부 가능)

📸 스크린샷 (선택)

💬리뷰 요구사항(선택)

리뷰어가 특별히 봐주었으면 하는 부분이 있다면 작성해주세요

ex) 메서드 XXX의 이름을 더 잘 짓고 싶은데 혹시 좋은 명칭이 있을까요?

@julia98percent julia98percent requested a review from Copilot May 15, 2025 06:08
@julia98percent julia98percent self-assigned this May 15, 2025
@julia98percent julia98percent merged commit ac9083b into dev May 15, 2025
2 of 3 checks passed
@vercel
Copy link

vercel bot commented May 15, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
kernel360-kdev-4-zipline-fe 🔄 Building (Inspect) Visit Preview 💬 Add feedback May 15, 2025 6:08am

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a detailed guide for bulk Excel file uploads to better inform users of file requirements and template usage.

  • Revised file upload policy display with clear instructions
  • Added links for template download with styled typography and layout improvements

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
src/pages/PrivatePropertyListPage/PropertyAddButtonList/BulkUploadModal.tsx Updated upload policy display with improved typography and link for template download using the property-specific template URL.
src/pages/CustomerListPage/CustomerAddButtonList/CustomerBulkUploadModal.tsx Enhanced upload guidelines for customer data; includes styled instructions and a link for the template download, though one link appears to reference a property template URL.

<Typography variant="body2" color="text.secondary" sx={{ mb: 1 }}>
엑셀의 열 순서가 변경되면 업로드가 실패할 수 있으니,{" "}
<Link
to={import.meta.env.VITE_PROPERTY_EXCEL_TEMPLATE_URL}
Copy link

Copilot AI May 15, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The first template link in the customer upload modal uses 'VITE_PROPERTY_EXCEL_TEMPLATE_URL', which is inconsistent with the customer-specific template URL used later ('VITE_CUSTOMER_EXCEL_TEMPLATE_URL'). Please confirm if this is intentional or update it to ensure consistency.

Suggested change
to={import.meta.env.VITE_PROPERTY_EXCEL_TEMPLATE_URL}
to={import.meta.env.VITE_CUSTOMER_EXCEL_TEMPLATE_URL}

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants