-
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.
[BE-REFACTOR] 포켓몬 정보를 불러오는 API (#263)
* reafactor: 단일 포켓몬 조회 api명세서대로 주소 변경 * test: 포켓몬 정보가 지정된 개수만큼 저장된다 * test: 랜덤 포켓몬 이름 검 * refactor: 파일 위치 이동 및 repsonse 구현 * refactor: 더미 데이터로 단일 조회 리펙터링 * refactor: 응답 관련 dto 생 * refactor: 서비스단에서 응답 객체 생성 * refactor: 포켓몬 데이터 저장 객체 생성 * feat: 바이옴, 타입, 특성 이넘 구 * feat: 데이터 추가 * feat: 데이터 추가 * feat: 간이 데이터 추가 * refactor: 전체 포켓몬 덱스 번호 기준으로 반환 * feat: 폼 이름 추가 * chore: 커밋 시점 변경 * chore: 커밋 시점 변경 * chore: 커밋 시점 변경 * refactor: s3 이미지 URL 적용 * chore: 커밋 시점 변경 * feat: 진화체 응답 구현 * refactor: repository optinal 적용 * refactor: 포켓몬 데이터 저장할 때 스탯 파싱으로 변경 * refactor: 진화 응답에 depth추가 * chore:커밋 시점 변경 * chore: 서브모듈 커밋 시점 변경 * test
- Loading branch information
Showing
38 changed files
with
1,496 additions
and
2,608 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[submodule "backend/pokerogue/src/main/resources"] | ||
path = backend/pokerogue/src/main/resources | ||
url = https://github.com/team-timmyroom/be-config.git | ||
url = https://github.com/team-timmyroom/be-config |
Binary file not shown.
920 changes: 0 additions & 920 deletions
920
backend/pokerogue/src/main/java/com/pokerogue/helper/global/config/move.txt
This file was deleted.
Oops, something went wrong.
1,350 changes: 0 additions & 1,350 deletions
1,350
backend/pokerogue/src/main/java/com/pokerogue/helper/global/config/pokemon.txt
This file was deleted.
Oops, something went wrong.
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
4 changes: 0 additions & 4 deletions
4
backend/pokerogue/src/main/java/com/pokerogue/helper/pokemon2/BiomeResponse.java
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
backend/pokerogue/src/main/java/com/pokerogue/helper/pokemon2/EggMoveResponse.java
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
backend/pokerogue/src/main/java/com/pokerogue/helper/pokemon2/EvolutionResponse.java
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
backend/pokerogue/src/main/java/com/pokerogue/helper/pokemon2/MoveRepository.java
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
backend/pokerogue/src/main/java/com/pokerogue/helper/pokemon2/MoveResponse.java
This file was deleted.
Oops, something went wrong.
92 changes: 0 additions & 92 deletions
92
...nd/pokerogue/src/main/java/com/pokerogue/helper/pokemon2/Pokemon2DatabaseInitializer.java
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
backend/pokerogue/src/main/java/com/pokerogue/helper/pokemon2/Pokemon2Repository.java
This file was deleted.
Oops, something went wrong.
168 changes: 0 additions & 168 deletions
168
backend/pokerogue/src/main/java/com/pokerogue/helper/pokemon2/Pokemon2Service.java
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
backend/pokerogue/src/main/java/com/pokerogue/helper/pokemon2/PokemonAbilityResponse.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.