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

chore: 유저관련 temp API 추가 #359

Merged
merged 3 commits into from
Sep 5, 2024
Merged

chore: 유저관련 temp API 추가 #359

merged 3 commits into from
Sep 5, 2024

Conversation

mikekks
Copy link
Member

@mikekks mikekks commented Sep 4, 2024

👩‍💻 Contents

  • FE쪽에서의 마이그레이션 편의성을 위해 임시 API를 추가했습니다

📝 Review Note

📣 Related Issue

✅ 점검사항

  • docker-compose.yml 파일에 마이그레이션 한 API의 포워딩을 변경해줬나요?
  • Spring Secret 값을 수정하거나 추가했다면 Github Secret에서 수정을 해줬나요?
  • Nestjs Secret 값을 수정하거나 추가했다면 Docker-Compose.yml 파일 및 인스턴스 내부의 .env 파일을 수정했나요?

@mikekks mikekks added the 🪛 chore 기능 수정 label Sep 4, 2024
@mikekks mikekks self-assigned this Sep 4, 2024
Copy link

height bot commented Sep 4, 2024

Link Height tasks by mentioning a task ID in the pull request title or commit messages, or description and comments with the keyword link (e.g. "Link T-123").

💡Tip: You can also use "Close T-X" to automatically close a task when the pull request is merged.

Copy link
Member

@hoonyworld hoonyworld left a comment

Choose a reason for hiding this comment

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

고생하셨습니다 민규님!
코드 변경사항 확인결과 새롭게 생성된 temp API는 이상없이 잘 짜여져 있는 것 같습니다!

temp DTO에 대해 한 가지 궁금한 사항이 있습니다!
FE쪽에서의 마이그레이션 편의성을 위해 temp DTO를 기존 api를 data 객체로 감싸서 json 응답을 주도록 설계하신 것 같습니다.
data 객체로 감싸는 방식이 어떤 이유에서 마이그레이션이 편리해지는지 알 수 있을까요?

@mikekks
Copy link
Member Author

mikekks commented Sep 5, 2024

고생하셨습니다 민규님! 코드 변경사항 확인결과 새롭게 생성된 temp API는 이상없이 잘 짜여져 있는 것 같습니다!

temp DTO에 대해 한 가지 궁금한 사항이 있습니다! FE쪽에서의 마이그레이션 편의성을 위해 temp DTO를 기존 api를 data 객체로 감싸서 json 응답을 주도록 설계하신 것 같습니다. data 객체로 감싸는 방식이 어떤 이유에서 마이그레이션이 편리해지는지 알 수 있을까요?

기존에 NestJS 서버의 응답값이 data 객체로 감싸져있었습니다! 기존 데이터 구조를 유지한 버전이 마이그레이션에 도움된다고 하셔서 진행하고 있었습니다!

@mikekks mikekks merged commit 7fba49b into develop Sep 5, 2024
1 check passed
@mikekks mikekks deleted the chore/#358 branch September 5, 2024 11:43
mikekks added a commit that referenced this pull request Sep 17, 2024
* �chore: 유저관련 temp API 추가 (#359)

* del(meeting): 모임 지원자 목록 csv 파일 다운로드 temp 삭제

* del(meeting): 모임 게시글 댓글 리스트 조회 temp 삭제

* chore(meeting): 유저 관련 API temp 버전 추가

* �chore: 모임 관련 API 스웨거에 보이는 응답값 수정 (#361)

* chore(meeting): 모임 활동 시간 Dto 반환 수정

* docs(meeting): status 스웨거상 enum 으로 보이게 수정

* chore(meeting): dto내 NotNull 오류 수정

* docs(meeting): 1,2,3 -> 0,1,2 로 수정

* docs(meeting): number -> integer 로 수정

* feat: 모니터링 서버 구축 (#357)

* add(setting): actuator 및 prometheus exporter 설정

* add(yml): 액츄에이터 관련하여 커스텀 포트 및 path 적용

* chore(config): 헬스체크 엔드포인트 화이트리스트에 추가

* chore(config): 화이트리스트 한 곳에서 관리할 수 있도록 코드 구조 변경

* chore(Advertisement): id, 게시 시작일 데이터 추가 (#365)

* refactor: 시큐리티 config 코드 개선 및 헬스 체크 방식 변경 (#363)

* refactor(config): 중복코드 제거

* del(config): 사용하지 않는 코드 제거

* fix(User): AppliedCount -> ApprovedCount 로 변경 (#374)

* feat(application-local.yml): application-local.yml 세팅 (#375)

* fix(Post): desc 데이터 추가 (#378)

* �chore: 플그 db 연결 작업 (#376)

* feat(MemberBlock): 플그의 MemberBlock 테이블 등록

* infra(Playground): 플그 db 연결

* add(Playground): 차단 관련 repository 추가

* feat(Playground): 기능 테스트를 위한 임시 API 개발 (삭제 필요)

* fix(config): 테스트 db는 기존대로 유지

* chore(config): local db 설정을 위한 수정

* chore(yml): prod yml 수정

* chore(yml): 테스트를 위한 API 수정

* fix(config): validate 추가

* del(config): 사용하지 않는 어노테이션 삭제

* chore(local,config): local-yml 수정

* refactor(ci&cd): docker hub 푸시할 때 태그 추가 (#380)

---------

Co-authored-by: DongHoon Lee <125895298+hoonyworld@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants