-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #43 from Duri-Salon/feat(duri)/home-api(DURI-136)
[feat] onboarding, home 페이지 내 api 연결
- Loading branch information
Showing
73 changed files
with
1,506 additions
and
512 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,130 @@ | ||
export const breedMapping: Record<string, string> = { | ||
도베르만: '도베르만', | ||
'래브라도 리트리버': '래브라도 리트리버', | ||
러시안블루: '러시안블루', | ||
롯트와일러: '롯트와일러', | ||
리트리버: '리트리버', | ||
'말티숑(말티즈+비숑)': '말티숑', | ||
말티즈: '말티즈', | ||
'말티폼(말티즈+포메라니안)': '말티폼', | ||
'말티푸(말티즈+토이푸들)': '말티푸', | ||
미니핀: '미니핀', | ||
'미디엄 푸들': '미디엄 푸들', | ||
믹스견: '믹스견', | ||
'베들링턴 테리어': '베들링턴 테리어', | ||
'보더 콜리': '보더 콜리', | ||
불독: '불독', | ||
비글: '비글', | ||
비숑: '비숑', | ||
'비숑 프리제': '비숑 프리제', | ||
빠삐용: '빠삐용', | ||
사모예드: '사모예드', | ||
삽살개: '삽살개', | ||
샤페이: '샤페이', | ||
샴: '샴', | ||
'세인트 버나드': '세인트 버나드', | ||
'셔틀랜드 쉽독(셀티)': '셔틀랜드 쉽독', | ||
셰퍼드: '셰퍼드', | ||
슈나우저: '슈나우저', | ||
'스코티시 폴드': '스코티시 폴드', | ||
'스탠다드 푸들': '스탠다드 푸들', | ||
스피츠: '스피츠', | ||
시바견: '시바견', | ||
'시베리안 허스키': '시베리안 허스키', | ||
시츄: '시츄', | ||
'시푸(시츄+푸들)': '시푸', | ||
'아프간 하운드': '아프간 하운드', | ||
'알라스칸 말라뮤트': '알라스칸 말라뮤트', | ||
'올드 잉글리쉬 쉽독': '올드 잉글리쉬 쉽독', | ||
요크셔테리어: '요크셔테리어', | ||
웰시코기: '웰시코기', | ||
'자이언트 슈나우져': '자이언트 슈나우져', | ||
'제페니즈 친': '제페니즈 친', | ||
진돗개: '진돗개', | ||
차우차우: '차우차우', | ||
치와와: '치와와', | ||
'치와와(단모)': '단모 치와와', | ||
'치와와(장모)': '장모 치와와', | ||
'코카 스파니엘': '코카 스파니엘', | ||
'코카푸(코커 스파니엘+푸들)': '코카푸', | ||
콜리: '콜리', | ||
'킹 찰스 스패니얼': '킹 찰스 스패니얼', | ||
터키시앙고라: '터키시앙고라', | ||
'토이 푸들': '토이 푸들', | ||
퍼그: '퍼그', | ||
페르시안: '페르시안', | ||
페키니즈: '페키니즈', | ||
포메라니안: '포메라니안', | ||
'폼피츠(포메라니안+스피츠)': '폼피츠', | ||
푸들: '푸들', | ||
'푸숑(푸들+비숑 프리제)': '푸숑', | ||
풍산견: '풍산견', | ||
프렌치불독: '프렌치불독', | ||
화이트테리어: '화이트테리어', | ||
}; | ||
|
||
|
||
export const breeds: string[] = [ | ||
'도베르만', | ||
'래브라도 리트리버', | ||
'러시안블루', | ||
'롯트와일러', | ||
'리트리버', | ||
'말티숑(말티즈+비숑)', | ||
'말티즈', | ||
'말티폼(말티즈+포메라니안)', | ||
'말티푸(말티즈+토이푸들)', | ||
'미니핀', | ||
'미디엄 푸들', | ||
'믹스견', | ||
'베들링턴 테리어', | ||
'보더 콜리', | ||
'불독', | ||
'비글', | ||
'비숑', | ||
'비숑 프리제', | ||
'빠삐용', | ||
'사모예드', | ||
'삽살개', | ||
'샤페이', | ||
'샴', | ||
'세인트 버나드', | ||
'셔틀랜드 쉽독(셀티)', | ||
'셰퍼드', | ||
'슈나우저', | ||
'스코티시 폴드', | ||
'스탠다드 푸들', | ||
'스피츠', | ||
'시바견', | ||
'시베리안 허스키', | ||
'시츄', | ||
'시푸(시츄+푸들)', | ||
'아프간 하운드', | ||
'알라스칸 말라뮤트', | ||
'올드 잉글리쉬 쉽독', | ||
'요크셔테리어', | ||
'웰시코기', | ||
'자이언트 슈나우져', | ||
'제페니즈 친', | ||
'진돗개', | ||
'차우차우', | ||
'치와와', | ||
'치와와(단모)', | ||
'치와와(장모)', | ||
'코카 스파니엘', | ||
'코카푸(코커 스파니엘+푸들)', | ||
'콜리', | ||
'킹 찰스 스패니얼', | ||
'터키시앙고라', | ||
'토이 푸들', | ||
'퍼그', | ||
'페르시안', | ||
'페키니즈', | ||
'포메라니안', | ||
'폼피츠(포메라니안+스피츠)', | ||
'푸들', | ||
'푸숑(푸들+비숑 프리제)', | ||
'풍산견', | ||
'프렌치불독', | ||
'화이트테리어', | ||
]; |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
export * from './requestMenu'; | ||
export * from './requestMenu'; | ||
export * from './breed'; |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
export * from './PositonType'; | ||
export * from './pet'; | ||
export * from './quotation'; | ||
export * from './request'; | ||
export * from './reservation'; | ||
export * from './shop'; |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
export interface PetInfoProps { | ||
petId: number; | ||
petName: string; | ||
petImage: string; | ||
breed: string; | ||
age: string; | ||
weight: string; | ||
gender: string; | ||
} | ||
export interface PetInfoType { | ||
id: number | undefined; | ||
image: string | null; | ||
name: string; | ||
breed: string; | ||
age: number; | ||
weight: number; | ||
gender: string; | ||
} |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
File renamed without changes.
This file contains 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
Oops, something went wrong.