File tree Expand file tree Collapse file tree
domain/model/src/main/java/com/lanpet/domain/model/profile Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# LanPet android app
2-
2+ ### 반려동물을 좋아하는 사람들의 모임
33
44<table >
55 <th>로그인</th> <th>자동로그인</th> <th>인증</th>
66 <tr >
7- <td><img src="https://github.com/user-attachments/assets/e1da2c4f-d122-413b-a4cb-5e0306ff80d6" width="200 " alt="온보딩"></td>
8- <td><img src="https://github.com/user-attachments/assets/266ec0f2-f8d5-46cd-9218-1083f30cab20" width="200 " alt="자동로그인"></td>
9- <td><img src="https://github.com/user-attachments/assets/34f6c41b-120e-4ce9-b6b1-8209629fefa6" width="200 " alt="인증해제"></td>
7+ <td><img src="https://github.com/user-attachments/assets/e1da2c4f-d122-413b-a4cb-5e0306ff80d6" width="300 " alt="온보딩"></td>
8+ <td><img src="https://github.com/user-attachments/assets/266ec0f2-f8d5-46cd-9218-1083f30cab20" width="300 " alt="자동로그인"></td>
9+ <td><img src="https://github.com/user-attachments/assets/34f6c41b-120e-4ce9-b6b1-8209629fefa6" width="300 " alt="인증해제"></td>
1010 </tr >
1111 <th>사랑방리스트</th> <th>사랑방프로세스</th> <th>프로필프로세스</th>
1212 <tr >
13- <td><img src="https://github.com/user-attachments/assets/06389714-c71f-4722-adcf-6189f860e8b4" width="200 " alt="사랑방 리스트"></td>
14- <td><img src="https://github.com/user-attachments/assets/d30d21ab-f20d-4944-a3ed-650b787302aa" width="200 " alt="사랑방 프로세스"></td>
15- <td><img src="https://github.com/user-attachments/assets/098be209-2ba7-4a21-a170-283f4c3fcdcf" width="200 " alt="프로필"></td>
13+ <td><img src="https://github.com/user-attachments/assets/06389714-c71f-4722-adcf-6189f860e8b4" width="300 " alt="사랑방 리스트"></td>
14+ <td><img src="https://github.com/user-attachments/assets/d30d21ab-f20d-4944-a3ed-650b787302aa" width="300 " alt="사랑방 프로세스"></td>
15+ <td><img src="https://github.com/user-attachments/assets/098be209-2ba7-4a21-a170-283f4c3fcdcf" width="300 " alt="프로필"></td>
1616 </tr >
17+
18+ </table >
19+ <table >
20+ <th>적응형 다크모드</th> <th>멀티해상도</th>
21+ <tr >
22+ <td><img src="https://github.com/user-attachments/assets/a9bee07f-55eb-46bb-87ae-705cee5ccb66" width="300" alt="적응형 다크모드"></td>
23+ <td><img src="https://github.com/user-attachments/assets/6cae6d40-4bb2-459c-b664-3f428bc2b09c" width="490" alt="멀티해상도"></td>
24+ </tr>
1725</table >
18-
19-
2026
2127
2228
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import com.lanpet.domain.model.PetCategory
55data class Pet (
66 val petCategory : PetCategory ,
77 val breed : String? ,
8- val feature : List <String > = emptyList() ,
8+ val feature : List <String >? = null ,
99 val weight : Double? ,
1010 val birthDate : String? ,
1111)
You can’t perform that action at this time.
0 commit comments