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

장박2바스단구터계니 #12

Open
wants to merge 60 commits into
base: main
Choose a base branch
from

Commits on Apr 26, 2023

  1. [1단계 - 상품 관리 기능] 박스터(한우석) 미션 제출합니다. (woowacourse#171)

    * docs: 기능 목록 작성
    
    Co-authored-by: drunkenhw <[email protected]>
    
    * feat(Product): 상품 객체 생성
    
    Co-authored-by: drunkenhw <[email protected]>
    
    * feat(DbProductDao): 상품 목록 조회 기능 추가
    
    Co-authored-by: drunkenhw <[email protected]>
    
    * refactor(ProductService): Service 계층 추가
    
    Co-authored-by: drunkenhw <[email protected]>
    
    * feat(DbProductDao): 상품 생성
    
    Co-authored-by: drunkenhw <[email protected]>
    
    * feat(DbProductDao): 상품 수정
    
    Co-authored-by: drunkenhw <[email protected]>
    
    * feat(DbProductDao): 상품 삭제
    
    Co-authored-by: drunkenhw <[email protected]>
    
    * refactor(DbProductDao): ParameterSource 간결화
    
    Co-authored-by: drunkenhw <[email protected]>
    
    * docs: 리팩터링 목록 추가
    
    Co-authored-by: drunkenhw <[email protected]>
    
    * feat(ProductController): `/admin`로 접근할 경우 전체 상품 조회
    
    Co-authored-by: drunkenhw <[email protected]>
    
    * feat(DbProductDao): 상품 id로 조회 기능 추가
    
    Co-authored-by: drunkenhw <[email protected]>
    
    * feat(ProductController): `수정` 클릭 시 상품 수정 API 호출
    
    Co-authored-by: drunkenhw <[email protected]>
    
    * feat(ProductController): `상품 추가` 클릭 시 상품 생성 API 호출
    
    Co-authored-by: drunkenhw <[email protected]>
    
    * feat(ProductController): `삭제` 클릭 시 상품 삭제 API 호출
    
    Co-authored-by: drunkenhw <[email protected]>
    
    * feat(ProductController): 예외 처리 메서드 작성
    
    Co-authored-by: drunkenhw <[email protected]>
    
    * feat(ProductIntegrationTest): 요청과 응답에 대한 테스트 코드 작성
    
    Co-authored-by: drunkenhw <[email protected]>
    
    * fix(data.sql): 테이블 명 오류 수정
    
    Co-authored-by: drunkenhw <[email protected]>
    
    * fix(admin) : url 수정
    
    * test(DbProductDao): 테스트 수정
    
    * refactor(ProductService): transactional 추가
    
    * style(ProductController): import 와일드 카드 제거
    
    ---------
    
    Co-authored-by: gitchan <[email protected]>
    drunkenhw and gitchannn authored Apr 26, 2023
    Configuration menu
    Copy the full SHA
    f9e0307 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2023

  1. Configuration menu
    Copy the full SHA
    e648bf4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    553f0b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8562789 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9bdc819 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d6d5791 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bfbe857 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7136b50 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ef488cf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4417703 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    735a52c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d6c477a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    45db0d5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e0ebacc View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4c293d3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7d238dd View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    bc28771 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    cc9f732 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    88a844e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    23204b6 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    38f6d6e View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    4f73250 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    2d5de0c View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    79f6030 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    b21565c View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    dd3558c View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Configuration menu
    Copy the full SHA
    c19b047 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cf3d23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68a62e1 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Configuration menu
    Copy the full SHA
    4d9df77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e311e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b26bb07 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b1ca97 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4d897d2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bebac97 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c8641e8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    783da48 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Configuration menu
    Copy the full SHA
    b1e8ccc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16fea55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    590a390 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b4e4d55 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9ad8cb0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    32d3221 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f30f6b0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    764e7a3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b73a42a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    226bb5b View commit details
    Browse the repository at this point in the history
  11. feat: 검증 기능 추가

    drunkenhw committed May 3, 2023
    Configuration menu
    Copy the full SHA
    f717690 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2023

  1. refactor: 상수 추출

    drunkenhw committed May 6, 2023
    Configuration menu
    Copy the full SHA
    77ca508 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36f2ae9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0bc7551 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b00f4a5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    44b593a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6a3db19 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4c80a76 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2023

  1. Configuration menu
    Copy the full SHA
    660f85a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6642bf4 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Configuration menu
    Copy the full SHA
    887acd7 View commit details
    Browse the repository at this point in the history
  2. fix: 오타 수정

    drunkenhw committed May 8, 2023
    Configuration menu
    Copy the full SHA
    73a8d5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aee5a62 View commit details
    Browse the repository at this point in the history