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] 제품에 대한 사용자 통계 기능을 구현 #292

Merged

Commits on Jul 28, 2022

  1. [BugFix] Spring REST Docs가 생기지 않는 버그 수정완료 (woowacourse-teams#284)

    chore: Spring REST Docs gradle 설정 변경
    yh20studio committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    382420d View commit details
    Browse the repository at this point in the history
  2. feat: 특정 제품의 사용자 연차의 총개수를 반환하는 Repository 메서드 구현

    Co-authored-by: hamcheeseburger <[email protected]>
    Co-authored-by: yangdongjue5510 <[email protected]>
    3 people committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    9f929c5 View commit details
    Browse the repository at this point in the history
  3. feat: 특정 제품의 사용자 직군의 총개수를 반환하는 Repository 메서드 구현

    Co-authored-by: hamcheeseburger <[email protected]>
    Co-authored-by: yangdongjue5510 <[email protected]>
    3 people committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    ea54f57 View commit details
    Browse the repository at this point in the history
  4. refactor: 특정 제품의 사용자 연차와 직군의 총개수를 반환하는 Repository 패키지 변경

    Co-authored-by: hamcheeseburger <[email protected]>
    Co-authored-by: yangdongjue5510 <[email protected]>
    3 people committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    aea2c6b View commit details
    Browse the repository at this point in the history
  5. refactor: KeyboardNotFoundException 이름 변경

    Co-authored-by: hamcheeseburger <[email protected]>
    Co-authored-by: yangdongjue5510 <[email protected]>
    3 people committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    d32542b View commit details
    Browse the repository at this point in the history
  6. feat: 제품 사용자 통계 조회 service 구현

    Co-authored-by: hamcheeseburger <[email protected]>
    Co-authored-by: yangdongjue5510 <[email protected]>
    3 people committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    e48bf54 View commit details
    Browse the repository at this point in the history
  7. feat: 제품 사용자 통계 조회 API 구현

    Co-authored-by: hamcheeseburger <[email protected]>
    Co-authored-by: yangdongjue5510 <[email protected]>
    3 people committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    025edc5 View commit details
    Browse the repository at this point in the history
  8. docs: 제품 사용자 통계 조회 API 문서화

    Co-authored-by: hamcheeseburger <[email protected]>
    Co-authored-by: yangdongjue5510 <[email protected]>
    3 people committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    5491c78 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. refactor: 특정 제품 사용자 통계 서비스 로직 리팩토링

    Co-authored-by: hamcheeseburger <[email protected]>
    Co-authored-by: yangdongjue5510 <[email protected]>
    3 people committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    e592648 View commit details
    Browse the repository at this point in the history
  2. docs: 특정 제품 사용자 통계 서비스 API 응답 값 수정

    Co-authored-by: hamcheeseburger <[email protected]>
    Co-authored-by: yangdongjue5510 <[email protected]>
    3 people committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    72c2144 View commit details
    Browse the repository at this point in the history