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

status 페이지 개발 및 BUG 48 수정 #172

Merged
merged 14 commits into from
Jun 24, 2024
Merged

status 페이지 개발 및 BUG 48 수정 #172

merged 14 commits into from
Jun 24, 2024

Conversation

SWARVY
Copy link
Contributor

@SWARVY SWARVY commented Jun 23, 2024

Summary

#166 BUG 48
#171 Status 페이지 개발

BUG 48 (파싱되지 않은 마크다운 string 수정) 해결 및 Status 페이지 초안 개발 완료했습니다.

Tasks

  • BUG 48 수정
  • Status 프로젝트 Next 세팅
  • Status 프로젝트에 FSD 아키텍쳐 적용하여 폴더 구조 구성
  • Status 프로젝트 레이아웃 구상
  • Status 프로젝트에 생성된 컴포넌트 적용
  • root package.json에 해당 서비스의 build, dev 커맨드 추가

ETC

현재 백엔드로부터 api 호출을 통해 특정 서비스의 상태여부를 확인할 수 있으나 작업중인 환경이 whitelist에 포함되지 않아 스웨거 접근 불가능하여 api 연동을 하지 못하고 정적 데이터를 적용해놓았습니다

해당 부분 문제 해결되면 api 연동 작업 진행 할 예정이며, 디자인 레이아웃은 급한 데로 배치해놓았으나 허술한 부분이 많아 추후 디벨롭 할 예정입니다.

ScreenShot

image

image

image

@SWARVY SWARVY added 🐞 Bug 버그 명세 및 수정 ✨ Feature 새로운 기능 명세 및 개발 📊 Status status 프로젝트 관련 labels Jun 23, 2024
@SWARVY SWARVY requested a review from Jeong-Ag June 23, 2024 14:42
@SWARVY SWARVY self-assigned this Jun 23, 2024
@SWARVY SWARVY requested a review from gwansikk as a code owner June 23, 2024 14:42
Copy link

changeset-bot bot commented Jun 23, 2024

⚠️ No Changeset found

Latest commit: 5ab78f3

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

codecov bot commented Jun 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 49.55%. Comparing base (68ea8e2) to head (5ab78f3).
Report is 1 commits behind head on main.

@@           Coverage Diff           @@
##             main     #172   +/-   ##
=======================================
  Coverage   49.55%   49.55%           
=======================================
  Files          14       14           
  Lines         680      680           
  Branches       41       41           
=======================================
  Hits          337      337           
  Misses        336      336           
  Partials        7        7           

Copy link
Contributor

@Jeong-Ag Jeong-Ag left a comment

Choose a reason for hiding this comment

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

수고 많으셨습니다!! 레이아웃 디벨롭 하신다고 하셨지만 지금도 깔끔해서 보기 좋은 것 같아요 🙌

@Jeong-Ag Jeong-Ag merged commit 1a72558 into main Jun 24, 2024
6 checks passed
@gwansikk gwansikk linked an issue Jun 25, 2024 that may be closed by this pull request
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 Bug 버그 명세 및 수정 ✨ Feature 새로운 기능 명세 및 개발 📊 Status status 프로젝트 관련
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Status] 스테이터스 페이지 개발
2 participants