Skip to content

Commit

Permalink
[style] TODO 주석 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
june-777 committed Aug 14, 2024
1 parent 3103f08 commit 1fca7e6
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ public class StoreApiController {
private final StoreRegistrationService storeRegistrationService;
private final VendorRepository vendorRepository;

// TODO:
// 1. 인증/인가에 대한 스펙이 정의되어야, Vendor Resolver 로직을 결정할 수 있음
// 2. SSR, CSR 에 대해 통일해야, API 반환타입을 fix 할 수 있음
// 3. API 공통 응답 명세에 대한 논의 진행 필요
// TODO: 서비스 메서드 코드 스타일 통일하면서 dtoResponse 반환하도록 수정할 예정
@PostMapping("/stores")
public ResponseEntity<Void> storeRegistration(@AuthenticationPrincipal final LoginVendor loginVendor,
final @Valid @RequestBody StoreRegistrationRequest request
Expand Down

0 comments on commit 1fca7e6

Please sign in to comment.