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

๐Ÿ“ฎ๐ŸŽจ๐Ÿ›  ๊ด€๋ฆฌ์ž api ์—ฐ๋™ + ๊ด€๋ฆฌ์ž ui ์ˆ˜์ • + Router Refactoring #97

Merged
merged 15 commits into from
Mar 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
ebd9ad5
feat: ๊ด€๋ฆฌ์ž ๋ฆฌ์ŠคํŠธ ์กฐํšŒ api ์—ฐ๋™ + ๋ฐ์ดํ„ฐ ์—ฐ๊ฒฐ ์™„๋ฃŒ
heejinnn Feb 24, 2024
aacc81b
feat: ๊ด€๋ฆฌ์ž/์ผ๋ฐ˜ ๋ฉค๋ฒ„์— ๋”ฐ๋ฅธ ๋ฉ”๋‰ด ๋ฒ„ํŠผ ์ฒ˜๋ฆฌ
heejinnn Feb 24, 2024
9fefbf1
feat: ์‚ฌ์šฉ์ž ํ”„๋กœํ•„ ๋‹‰๋„ค์ž„ ๊ฒ€์ƒ‰ api ์—ฐ๋™ + ๋ฐ์ดํ„ฐ ์—ฐ๊ฒฐ
heejinnn Feb 24, 2024
ca4e132
feat: push notification deviceToken ๋ฐœ๊ธ‰ ์„ฑ๊ณต
heejinnn Feb 25, 2024
6cb5c9e
feat: ๊ด€๋ฆฌ์ž ์œ„์ž„ ํ™”๋ฉด UI ๊ตฌํ˜„
heejinnn Feb 26, 2024
d39d63f
feat: ๋ฉค๋ฒ„ ์ดˆ๋Œ€ + ๋ฉค๋ฒ„ ์ดˆ๋Œ€ ์ทจ์†Œ api ์—ฐ๋™
heejinnn Feb 26, 2024
5055cf9
refactor: sms/admin/userinfo router๋กœ ๋ถ„๋ฆฌ + URLRequestExtension ๊ด€๋ฆฌ
heejinnn Feb 26, 2024
cca076c
feat: ์ดˆ๋Œ€ ๋ชฉ๋ก ์กฐํšŒ api ์—ฐ๋™
heejinnn Feb 27, 2024
5c81556
feat: ํƒˆํ‡ด popup view ๊ตฌํ˜„
heejinnn Feb 29, 2024
5b26744
feat: ํƒˆํ‡ด popup view protocol ์œผ๋กœ ๋ฐ์ดํ„ฐ ์ „์†ก + ๊ด€๋ฆฌ์ž์—ฌ๋ถ€์— ๋”ฐ๋ฅธ ํƒˆํ‡ด ui ์ ์šฉ
heejinnn Feb 29, 2024
76d41e7
feat: ํƒˆํ‡ด/์ถ”๋ฐฉ api ์—ฐ๋™
heejinnn Feb 29, 2024
91f4874
feat: ๊ด€๋ฆฌ์ž ์œ„์ž„ api ์—ฐ๋™ + notification ์ ์šฉ
heejinnn Feb 29, 2024
29caf11
feat: ์œ ์ € ๊ฒ€์ƒ‰ ๋ฉค๋ฒ„/์ดˆ๋Œ€์—ฌ๋ถ€์— ๋”ฐ๋ฅธ ui ๋ณ€๊ฒฝ
heejinnn Mar 1, 2024
f302d52
feat: ๊ด€๋ฆฌ์ž ์œ„์ž„ ํ›„ ํƒˆํ‡ดํ•˜๊ธฐ ๊ด€๋ฆฌ์ž ์œ„์ž„ + ํƒˆํ‡ด api ์—ฐ๋™
heejinnn Mar 1, 2024
c9b2421
refactor: pet/pet care ๊ด€๋ จapi PetRouter๋กœ ๋ถ„๋ฆฌ
heejinnn Mar 2, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
107 changes: 78 additions & 29 deletions fit-a-pet-client/fit-a-pet-client.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

This file was deleted.

Binary file not shown.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>16</integer>
<integer>28</integer>
</dict>
<key>Promises (Playground) 2.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>17</integer>
<integer>29</integer>
</dict>
<key>Promises (Playground).xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>15</integer>
<integer>27</integer>
</dict>
</dict>
</dict>
Expand Down
Loading
Loading