[feat/docs] Config 서버 API 연동 (우분투 계정 삭제) 및 API 명세서 작성#123
Merged
saokiritoni merged 16 commits intodevelopfrom Sep 3, 2025
Merged
[feat/docs] Config 서버 API 연동 (우분투 계정 삭제) 및 API 명세서 작성#123saokiritoni merged 16 commits intodevelopfrom
saokiritoni merged 16 commits intodevelopfrom
Conversation
kwdahun
approved these changes
Sep 2, 2025
Contributor
|
This pull request introduces significant improvements to the API documentation and structure, adds new DTO annotations for better Swagger/OpenAPI integration, and enhances request management by supporting soft deletion. The most important changes are grouped below: API Documentation & Structure Updates
DTO Enhancements for Swagger/OpenAPI
Request Management Improvements
Admin API Extensions
Miscellaneous
Let me know if you want to dive deeper into any specific change or area! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🌱 관련 이슈
🌱 작업 사항
Config 서버와 우분투 계정 생성 및 삭제 연결 테스트
delete가 아닌post로 설정해놔서, 해당 부분은 일단 config server 요구사항대로 맞추기 위해 post를 호출했습니다. 나중에 개선이 필요할 것 같습니다.Request가 삭제됩니다. (MySQL 기준)유저 웹 탈퇴
Request가 모두 삭제(soft delete)되도록 수정하였습니다.Request의Status에DELETED를 추가하였습니다.짜잘한 수정