Skip to content

Commit

Permalink
[#39] Docs: DTO 리팩토링 사항 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
tkguswls1106 committed Jun 11, 2024
1 parent ae1b9f4 commit 310d74f
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@
- <details><summary>&nbsp;Swagger API 명세서</summary><br><img src="https://github.com/tkguswls1106/DevRace-Readme/assets/56509933/222b7599-69ba-41aa-9ef5-613fd7837c54" /></details>

- #### To Do List
- - [x] DTO inner class 리팩토링
- - [ ] URI Security 접근제한 적용
- - [ ] Demo 사진 및 영상 첨부
- - [ ] DTO inner class 리팩토링
<br>


Expand Down Expand Up @@ -308,9 +309,12 @@ ex) [#32] Feat: 소셜 로그인 및 회원가입 기능
│   │   │   │   └── mapping
│   │   │   │   └── UserRoom.java
│   │   │   ├── dto
!!! DTO 리팩토링 예정 !!!
│   │   │   │   ├── AuthDto.java
│   │   │   │   ├── ChatDto.java
│   │   │   │   ├── ProblemDto.java
│   │   │   │   ├── RoomDto.java
│   │   │   │   ├── UserDto.java
│   │   │   │   └── UserRoomDto.java
│   │   │   ├── repository
│   │   │   │   ├── ChatRepository.java
│   │   │   │   ├── ProblemRepository.java
Expand Down

0 comments on commit 310d74f

Please sign in to comment.