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

[Feature] #118 산책로그 페이지 완료 #133

Merged
merged 17 commits into from
Dec 7, 2024

Conversation

wonill
Copy link
Collaborator

@wonill wonill commented Dec 6, 2024

✅ PR Checklist

  • 불필요한 코드 중복이 없습니다.
  • 민감한 정보를 포함하지 않았습니다.
  • 불필요한 콘솔 로그나 주석을 포함하지 않았습니다.
  • 컴포넌트 key값에 고유한 값을 할당했습니다.

📝 Summary

🔗 ISSUE : #118

산책 기록 페이지 데이터 바인딩 후 리액트 쿼리와 에러바운더리 적용했습니다.

🖼️ Screenshots

스크린샷 2024-12-06 151537

스크린샷 2024-12-06 151554

@wonill wonill linked an issue Dec 6, 2024 that may be closed by this pull request
Copy link

github-actions bot commented Dec 6, 2024

⚡ Lighthouse Reports

http://localhost:4173/

Performance Metrics

Category Score
Performance 🟠 76
Accessibility 🟢 100
Best Practices 🟠 75
SEO 🟢 100

Detailed Metrics

Metric Value
First Contentful Paint 🟠 3.0 s
Largest Contentful Paint 🔴 5.0 s
Total Blocking Time 🟢 30 ms
Cumulative Layout Shift 🟢 0
Speed Index 🟢 3.0 s

Security Checks

Check Status Details
CSP-XSS ⚠️ Ensure CSP is effective against XSS attacks

http://localhost:4173/log

Performance Metrics

Category Score
Performance 🟠 79
Accessibility 🟢 100
Best Practices 🟠 75
SEO 🟢 100

Detailed Metrics

Metric Value
First Contentful Paint 🟠 2.8 s
Largest Contentful Paint 🔴 4.5 s
Total Blocking Time 🟢 30 ms
Cumulative Layout Shift 🟢 0
Speed Index 🟢 2.8 s

Security Checks

Check Status Details
CSP-XSS ⚠️ Ensure CSP is effective against XSS attacks

http://localhost:4173/login

Performance Metrics

Category Score
Performance 🟢 92
Accessibility 🟢 100
Best Practices 🟠 75
SEO 🟢 100

Detailed Metrics

Metric Value
First Contentful Paint 🟠 2.0 s
Largest Contentful Paint 🟠 3.2 s
Total Blocking Time 🟢 10 ms
Cumulative Layout Shift 🟢 0
Speed Index 🟢 2.0 s

Security Checks

Check Status Details
CSP-XSS ⚠️ Ensure CSP is effective against XSS attacks

http://localhost:4173/mypage

Performance Metrics

Category Score
Performance 🟠 73
Accessibility 🟢 97
Best Practices 🟠 83
SEO 🟢 92

Detailed Metrics

Metric Value
First Contentful Paint 🟠 3.0 s
Largest Contentful Paint 🔴 5.7 s
Total Blocking Time 🟢 40 ms
Cumulative Layout Shift 🟢 0.001
Speed Index 🟢 3.0 s

Security Checks

Check Status Details
CSP-XSS ⚠️ Ensure CSP is effective against XSS attacks

http://localhost:4173/profile/:id

Performance Metrics

Category Score
Performance 🟠 78
Accessibility 🟢 97
Best Practices 🟠 75
SEO 🟢 100

Detailed Metrics

Metric Value
First Contentful Paint 🟠 2.8 s
Largest Contentful Paint 🔴 4.7 s
Total Blocking Time 🟢 20 ms
Cumulative Layout Shift 🟢 0
Speed Index 🟢 2.8 s

Security Checks

Check Status Details
CSP-XSS ⚠️ Ensure CSP is effective against XSS attacks

@wonill wonill enabled auto-merge December 6, 2024 06:11
@wonill wonill changed the title 118 feature/walk record page api [Feature] #118 산책로그 페이지 완료 Dec 6, 2024
src/apis/log/fetchFamilyYearlyWalks.ts Outdated Show resolved Hide resolved
src/apis/log/fetchMonthlyWalks.ts Outdated Show resolved Hide resolved
src/apis/log/fetchTotalWalkRecords.ts Outdated Show resolved Hide resolved
src/apis/log/fetchWalkDates.ts Outdated Show resolved Hide resolved
src/utils/positionLabelMap.ts Outdated Show resolved Hide resolved
@ruehan ruehan self-requested a review December 6, 2024 06:46
ruehan
ruehan previously approved these changes Dec 6, 2024
@wonill wonill self-assigned this Dec 6, 2024
@wonill wonill merged commit b356148 into develop Dec 7, 2024
1 check passed
@github-actions github-actions bot deleted the 118-feature/walk-record-page-api branch December 15, 2024 00:51
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.

[Feature] 산책 기록 페이지 api
3 participants