Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[# 215] 이미지 업로드 기능 구현 #216

Merged
merged 2 commits into from
Sep 11, 2024
Merged

[# 215] 이미지 업로드 기능 구현 #216

merged 2 commits into from
Sep 11, 2024

Conversation

gihwan-dev
Copy link
Collaborator

What is this PR? 🔍

이미지 업로드 기능 구현

Changes 📝

  • 업로드 실패시 toast 표시
  • 로딩 UI 구현
  • 이미지는 1개씩 업로드로 제한

Screenshot 📷

@gihwan-dev gihwan-dev self-assigned this Sep 11, 2024
@gihwan-dev gihwan-dev linked an issue Sep 11, 2024 that may be closed by this pull request
Copy link

vercel bot commented Sep 11, 2024

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

Name Status Preview Comments Updated (UTC)
dnd-11th-8-frontend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 11, 2024 7:26am
dnd-11th-8-frontend-rvo5 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 11, 2024 7:26am

@gihwan-dev
Copy link
Collaborator Author

Test Coverage

[email protected] coverage /home/runner/work/dnd-11th-8-frontend/dnd-11th-8-frontend
vitest run --coverage

RUN v2.0.5 /home/runner/work/dnd-11th-8-frontend/dnd-11th-8-frontend
Coverage enabled with v8

src/test/utils/dateUtils.test.ts (4 tests) 6ms
src/test/utils/validation.test.ts (2 tests) 4ms
src/test/utils/SomeTest.test.tsx (1 test) 58ms
src/test/utils/sum.test.ts (1 test) 2ms

Test Files 4 passed (4)
Tests 8 passed (8)
Start at 07:27:22
Duration 3.66s (transform 77ms, setup 764ms, collect 58ms, tests 70ms, environment 1.95s, prepare 407ms)

% Coverage report from v8

=============================== Coverage summary ===============================

Statements   : 0.1% ( 9/8623 )
Branches     : 6.84% ( 18/263 )
Functions    : 5.4% ( 14/259 )
Lines        : 0.1% ( 9/8623 )
================================================================================

@gihwan-dev gihwan-dev merged commit b58a449 into main Sep 11, 2024
4 checks passed
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.

[feat] 내 식물 상세 이미지 업로드 로직 추가
1 participant