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

[BE-REFACTOR] Biome, Move 정보 MongoDB 사용하도록 리팩토링 #335

Merged
merged 36 commits into from
Sep 27, 2024

Conversation

unifolio0
Copy link

🍄 PR 확인 사항

PR이 다음 요구 사항을 충족하는지 확인하세요. :

  • API 명세서가 업데이트 혹은 작성이 되어 있나요?

현재 작업은 어떤 이슈를 해결한 것인지 설명해주세요.

Issue Number: #332

기존 코드에서 변경된 점이 있다면 설명해주세요. (추가 X)

  • 있음
  • 없음

biome 및 move 전부 mongo로 작동하도록 수정

@unifolio0 unifolio0 self-assigned this Sep 25, 2024
@unifolio0 unifolio0 added the BE_REFACTOR 🌿 백엔드 리팩토링 label Sep 25, 2024
@unifolio0 unifolio0 added this to the BE 포켓로그 1차 배포 milestone Sep 25, 2024
@unifolio0
Copy link
Author

/noti

ci까지 통과했습니다!

Copy link
Contributor

@jongmee jongmee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다!!! 👍 최고!!! 리뷰 좀 남겨봤어요 🕊️

(포켓몬 패키지가 좀 변경되었던데 종이 작업에서 충돌날까봐 살짝 걱정되네요 🥺)

Copy link
Contributor

@jinchiim jinchiim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

안녕하세요 비토! 수고 많으셨습니다!

리팩토링도 함께 가져가기로 했으니 보이는 부분 전부 리뷰해봤어요!
확인 부탁드려요! ☺️

@unifolio0 unifolio0 force-pushed the be/refactor/#332-biome-move-mongo branch from 787902d to c52c55c Compare September 26, 2024 11:21
Copy link
Contributor

@jongmee jongmee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

비토 고생하셨습니다!! 리뷰 아주 조금 달았어요 ㅎㅎ..

public class NativePokemon {

private final String tier; // Todo: enum 사용
private final List<String> pokemonIds;
private static final String BOSS = "보스";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

여기 밑에 개행이 빠진 것 같아요!

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수정했습니다! ☺️☺️

@jongmee
Copy link
Contributor

jongmee commented Sep 26, 2024

/noti 비토! 리뷰 달았어요 ☺️ 노티 기능 정말 편하네..

@unifolio0
Copy link
Author

/noti

미아랑 폴라 리뷰 반영 완료

Copy link
Contributor

@jongmee jongmee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

어프룹! 🎉

Comment on lines 24 to 25
List<Pokemon> pokemons = pokemonRepository.findByPokedexNumber(pokedexNumber);
return makeMoveResponse(pokemons.get(0));

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

없는 도감번호라면 예외가 발생할거 같아요🪶
리턴전에 개행!

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수정했습니다! ☺️☺️

List<MoveResponse> moves,
List<MoveResponse> eggMoveResponses,
List<PokemonMoveResponse> moves,
List<PokemonMoveResponse> eggPokemonMoveRespons,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

오타🐠

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수정했습니다! ☺️☺️

@dwax1324
Copy link

비토 고생하셨습니다🦎
이미 리펙터링이 많이 진행된거 같아서 짧게 남겨요

Copy link
Contributor

@jinchiim jinchiim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approve 했습니다!

@unifolio0 unifolio0 merged commit 9b9aca7 into be/develop Sep 27, 2024
1 check passed
@unifolio0 unifolio0 deleted the be/refactor/#332-biome-move-mongo branch September 27, 2024 02:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BE_REFACTOR 🌿 백엔드 리팩토링
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants