Skip to content

📝 Add docstrings to feature/account-verification#580

Open
coderabbitai[bot] wants to merge 5 commits intodevfrom
coderabbitai/docstrings/97168b0
Open

📝 Add docstrings to feature/account-verification#580
coderabbitai[bot] wants to merge 5 commits intodevfrom
coderabbitai/docstrings/97168b0

Conversation

@coderabbitai
Copy link

@coderabbitai coderabbitai bot commented Feb 1, 2026

Docstrings generation was requested by @kimbro97.

The following files were modified:

  • src/main/java/com/bbangle/bbangle/seller/domain/AccountVerification.java
  • src/main/java/com/bbangle/bbangle/seller/seller/controller/SellerController.java
  • src/main/java/com/bbangle/bbangle/seller/seller/controller/dto/SellerRequest.java
  • src/main/java/com/bbangle/bbangle/seller/seller/controller/swagger/SellerApi.java
  • src/main/java/com/bbangle/bbangle/seller/seller/service/AccountVerificationService.java
  • src/main/java/com/bbangle/bbangle/seller/seller/service/client/AccountVerificationClient.java
  • src/main/java/com/bbangle/bbangle/seller/seller/service/client/TossAccountVerificationClient.java
  • src/main/java/com/bbangle/bbangle/seller/seller/service/info/AccountVerificationInfo.java
  • src/main/java/com/bbangle/bbangle/util/AesEncryptionUtil.java
These files were ignored
  • src/test/java/com/bbangle/bbangle/seller/domain/AccountVerificationUnitTest.java
  • src/test/java/com/bbangle/bbangle/seller/seller/service/AccountVerificationServiceIntegrationTest.java
  • src/test/java/com/bbangle/bbangle/seller/seller/service/AccountVerificationServiceUnitTest.java
  • src/test/java/com/bbangle/bbangle/util/AesEncryptionUtilTest.java
These file types are not supported
  • src/main/resources/application-dev.yml
  • src/main/resources/application-local.yml
  • src/main/resources/application-production.yml
  • src/main/resources/flyway/V32__app.sql
  • src/test/resources/application.yml
ℹ️ Note

CodeRabbit cannot perform edits on its own pull requests yet.

kimbro97 and others added 5 commits February 1, 2026 00:56
- AccountVerification 엔티티 bankName → bankCode 필드명 변경
- 계좌번호 양방향 암호화 유틸리티(AesEncryptionUtil) 추가
- 암호화 관련 에러코드 추가 (ENCRYPTION_FAILED, DECRYPTION_FAILED)
- Flyway 마이그레이션 V32 추가 (bank_name → bank_code)
- 환경변수 설정 추가 (encryption.aes.secret-key)
- 도메인 단위 테스트 추가
- AccountVerificationClient 인터페이스 정의 (String 반환)
- TossAccountVerificationClient 구현체 추가 (현재 Fake 데이터 반환)
- AccountVerificationService에 verifyAccount 메서드 추가
- VerifyAccountCommand, AccountVerificationInfo DTO 추가
- 서비스 단위 테스트 및 통합 테스트 추가
- POST /api/v1/seller/sellers/account-verifications 엔드포인트 추가
- AccountVerificationRequest DTO 추가
- Controller에서 Info 객체 직접 반환 (Response DTO 미사용)
- Swagger 문서 작성 (@operation, @apiresponse)
Docstrings generation was requested by @kimbro97.

* #579 (comment)

The following files were modified:

* `src/main/java/com/bbangle/bbangle/seller/domain/AccountVerification.java`
* `src/main/java/com/bbangle/bbangle/seller/seller/controller/SellerController.java`
* `src/main/java/com/bbangle/bbangle/seller/seller/controller/dto/SellerRequest.java`
* `src/main/java/com/bbangle/bbangle/seller/seller/controller/swagger/SellerApi.java`
* `src/main/java/com/bbangle/bbangle/seller/seller/service/AccountVerificationService.java`
* `src/main/java/com/bbangle/bbangle/seller/seller/service/client/AccountVerificationClient.java`
* `src/main/java/com/bbangle/bbangle/seller/seller/service/client/TossAccountVerificationClient.java`
* `src/main/java/com/bbangle/bbangle/seller/seller/service/info/AccountVerificationInfo.java`
* `src/main/java/com/bbangle/bbangle/util/AesEncryptionUtil.java`
@coderabbitai
Copy link
Author

coderabbitai bot commented Feb 1, 2026

Important

Review skipped

This PR was authored by the user configured for CodeRabbit reviews. By default, CodeRabbit skips reviewing PRs authored by this user. It's recommended to use a dedicated user account to post CodeRabbit review feedback.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

Base automatically changed from feature/account-verification to dev February 2, 2026 01:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant