Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

devNana222/hhplus0011

devNana222 pushed 1 commit to feature/fix devNana222/hhplus0011

View on GitHub

devNana222 pushed 2 commits to feature/fix devNana222/hhplus0011
  • test : 통합테스트 시 H2로 연결되도록 변경, 동시성 테스트 추가 cf21cf5
  • test : 테스트 수정, 동시성테스트 추가 9a75ea1

View on GitHub

devNana222 pushed 1 commit to feature/fix devNana222/hhplus0011
  • fix : 피드백 반영 * @Setter 제거 > @Builder로 변경 * Object[] 대신에 VO 반환으로 변경 aa37008

View on GitHub

devNana222 created a branch on devNana222/hhplus0011

feature/fix - 항해플러스 week3 - e-commerce과제입니다.

devNana222 created a review comment on a pull request on devNana222/hhplus0011
@taek00n 오 완전 좋은 지적 감사합니다 ㅎㅎ 디테일에서 놓친 부분인거같아요👍🏻👍🏻

View on GitHub

devNana222 created a review on a pull request on devNana222/hhplus0011

View on GitHub

devNana222 created a review comment on a pull request on devNana222/hhplus0011
오호.. 이건 앞을 내다본 신의 한수가 될 수도 있겠단 생각이네요 ㅎㅎ 감사합니다!

View on GitHub

devNana222 created a review on a pull request on devNana222/hhplus0011

View on GitHub

devNana222 created a review comment on a pull request on devNana222/hhplus0011
@psam1017 크,, JPA 에이스님.. 덕분에 @Modifying 에 대해서도 찾아보게되었고 벌크성 쿼리에만 사용한다는 점도 인지하게되었습니다. 감사해요 👍 CustomerService에서 jpa사용이 불필요할거같아 entity내에서 처리해 주는 것으로 변경했습니다 ㅎㅎ

View on GitHub

devNana222 created a review on a pull request on devNana222/hhplus0011

View on GitHub

devNana222 pushed 3 commits to main devNana222/hhplus0011
  • test : 통합 테스트 구현 d3a7abf
  • fix : 코드정리, 오류 변경 009135d
  • Merge pull request #15 from devNana222/feature/step8 Feature/step8 61e9a0d

View on GitHub

devNana222 closed a pull request on devNana222/hhplus0011
Feature/step8
주요 기능의 USECASE 개발과 통합테스트를 하였습니다. * Facade나 Usecase는 따로 두지않고 Service를 유즈케이스로 사용하였습니다. * 사용성이 떨어진다면 이후 일괄로 리팩토링 할 예정입니다. ## 카트 API ◾ 처음엔 고객-카트 1:1 관계만 생각하여 고객이 생성되면 카트번호는 무조건 하나씩 발급받는 것으...
devNana222 opened a pull request on devNana222/hhplus0011
Feature/step8
주요 기능의 USECASE 개발과 통합테스트를 하였습니다. * Facade나 Usecase는 따로 두지않고 Service를 유즈케이스로 사용하였습니다. * 사용성이 떨어진다면 이후 일괄로 리팩토링 할 예정입니다. ## 카트 API ◾ 처음엔 고객-카트 1:1 관계만 생각하여 고객이 생성되면 카트번호는 무조건 하나씩 발급받는 것으...
devNana222 pushed 1 commit to feature/step8 devNana222/hhplus0011
  • fix : 코드정리, 오류 변경 009135d

View on GitHub

devNana222 created a branch on devNana222/hhplus0011

feature/step8 - 항해플러스 week3 - e-commerce과제입니다.

devNana222 closed an issue on devNana222/hhplus0011
장바구니 기능구현
devNana222 closed an issue on devNana222/hhplus0011
상위 상품 조회 API 구현
devNana222 closed an issue on devNana222/hhplus0011
주문/결제 기능 구현
devNana222 closed an issue on devNana222/hhplus0011
잔액 조회/충전 기능 구현
devNana222 closed an issue on devNana222/hhplus0011
상품 조회 기능 구현
devNana222 closed an issue on devNana222/hhplus0011
API 설계 작성
devNana222 closed an issue on devNana222/hhplus0011
MockAPI 구현
- [x] Mock API 생성 - [x] API 명세서 작성
devNana222 closed an issue on devNana222/hhplus0011
ERD 설계
- [ ] ERD 설계 - [ ] 테이블 생성 - [ ] ERD 설계자료 작성
devNana222 closed an issue on devNana222/hhplus0011
시퀀스 다이어그램 작성
- [ ] 시나리오 요구사항대로 분석한 자료를 시퀀스다이어그램으로 작성합니다.
devNana222 pushed 5 commits to main devNana222/hhplus0011
  • feat : 장바구니 & 판매 순위 상위 리스트, 잔액 기능 구현 ## 기능구현 * 장바구니 * 판매 순위 상위 리스트 * 잔액 ## Entity 구조 변경 * Cart Entity에서 ManyToOne으로... f347cfd
  • build : 스웨거 적용 & 스웨거 결과 첨부 2ae082d
  • feat : 장바구니 기능 / 상위 랭킹 기능 구현 (커밋에 빠져서 다시 적용) 8bed9c9
  • 위치변경 43bb986
  • Merge pull request #14 from devNana222/feature/step7 Step 7 : API Swagger 기능 구현 / 주요 비즈니스 로직 개발 및 단위테스트 1434ce2

View on GitHub

devNana222 closed a pull request on devNana222/hhplus0011
Step 7 : API Swagger 기능 구현 / 주요 비즈니스 로직 개발 및 단위테스트
## 🛒주요 비즈니스 로직 개발 2 ### 고객 잔액 API * <a href='https://github.com/devNana222/hhplus0011/blob/feature/step7/hhplus0011/src/main/java/com/tdd/ecommerce/customer/presentation/BalanceController.java#L...
devNana222 opened a pull request on devNana222/hhplus0011
Step 7 : API Swagger 기능 구현 / 주요 비즈니스 로직 개발 및 단위테스트
## 🛒주요 비즈니스 로직 개발 2 ### 고객 잔액 API * <a href='https://github.com/devNana222/hhplus0011/blob/feature/step7/hhplus0011/src/main/java/com/tdd/ecommerce/customer/presentation/BalanceController.java#L...
devNana222 pushed 1 commit to feature/step7 devNana222/hhplus0011

View on GitHub

devNana222 pushed 1 commit to feature/step7 devNana222/hhplus0011
  • feat : 장바구니 기능 / 상위 랭킹 기능 구현 (커밋에 빠져서 다시 적용) 8bed9c9

View on GitHub

devNana222 created a branch on devNana222/hhplus0011

feature/step7 - 항해플러스 week3 - e-commerce과제입니다.

Load more