Skip to content

Conversation

@ozzing
Copy link
Collaborator

@ozzing ozzing commented Apr 7, 2023

📝 PR Summary

앱 메인 뷰 클라 작업을 위해 플레이그라운드 먼저 연동했습니다!
앱 메인 뷰 작업에 필요한 분기 데이터와 활동 기수 데이터를 생성하고, 분기 데이터를 조회하는 API를 작성했습니다.
앱 메인 뷰 API에 스프린트 1 이내에 운영팀으로부터 출석점수 조회 API를 제공받은 뒤 한 차례 수정이 있을 예정이며, 현재 더미 데이터를 제공 중입니다.
추가로 간단한 API 엔드포인트 변경이 있었습니다.

🌵 Working Branch

feature/userOriginal

🌴 Works

  • 앱 메인 분기 데이터
  • 활동 기수 데이터
  • 앱 메인 분기 데이터 조회 API
  • 유저 메인 뷰 API
  • 엔드포인트 변경 (REST API URI 규칙)

🌱 Related Issue

#51

@ozzing ozzing added the ✨ Feat 새로운 피쳐 생성 label Apr 7, 2023
@ozzing ozzing self-assigned this Apr 7, 2023
@GetMapping(value = "/main")
public ResponseEntity<UserResponse.Main> getMainViewInfo(@AuthenticationPrincipal User user) {
val mainViewUser = playgroundAuthService.getPlaygroundUserForMainView(user.getPlaygroundToken());
val dummyOperation = UserResponse.Operation.builder().announcement("공지다!").attendanceScore(2D).build();
Copy link
Member

Choose a reason for hiding this comment

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

앱팀 이번 스프린트에 공지도 포함될까요?!
attendanceScore()에 사용될 출석 점수 조회 API는 개발 완료하였고 전달 드리겠습니다~!

Copy link
Collaborator Author

@ozzing ozzing Apr 8, 2023

Choose a reason for hiding this comment

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

아니요! 운영팀 작업 내용 맞춰서 공지는 포함되지 않고 해당 부분 그냥 서버는 더미 데이터로, 클라는 안내 멘트로 제공할 예정이에요!
이후에 공지 나오면 작업할 수 있도록 전부 되어있어서 저희 팀 쪽 걱정 없이 일정 맞춰 작업해주시고 전달 주시면 될 것 같아요!!
오 API 나왔군요!! 감사합니다~!

Copy link
Member

Choose a reason for hiding this comment

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

오오 확인했습니다~! 답변 고맙습니다!

@ozzing ozzing merged commit 2226d75 into dev Apr 9, 2023
@ozzing ozzing deleted the feature/userOriginal branch April 9, 2023 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

✨ Feat 새로운 피쳐 생성 size/L

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants