Ecosyste.ms: Timeline

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

BBZJUN

BBZJUN deleted a branch hanaro4-dIA/dia_be

feature/get/pb/upcomingReservesSorting

BBZJUN pushed 4 commits to develop hanaro4-dIA/dia_be
  • [fix] : upcomingReserves hopeDate, hopeTime이 현재시점에서 가까운 순으로 정렬 ddca0df
  • [style] : 불필요한 log 코드 정리 da23839
  • Merge branch 'develop' into feature/get/pb/upcomingReservesSorting bb22b65
  • Merge pull request #137 from hanaro4-dIA/feature/get/pb/upcomingReservesSorting [fix] : upcomingReserves hopeDate, h... 78bad93

View on GitHub

BBZJUN closed a pull request on hanaro4-dIA/dia_be
[fix] : upcomingReserves hopeDate, hopeTime이 현재시점에서 가까운 순으로 정렬
## #️⃣ 이슈 번호 > Resolve: #136 ## 💻 작업 내용 > ResponseReserveDTO::getHopeDate, getHopeTime으로 sort 하는 것으로 수정 ### api 작업 - [x] controller, repository test 완료 - [x] swagger 작성 완료 - [x] bui...
BBZJUN opened a pull request on hanaro4-dIA/dia_be
[fix] : LoginDTO를 String에서 Long으로 수정
## 💻 작업 내용 > 세션연결관련 LoginDTO를 String에서 Long으로 수정
BBZJUN pushed 55 commits to feature/pb/login hanaro4-dIA/dia_be
  • [fix] : customerController에서 손님 목록 조회가 pbId에 따라 검색되게끔 수정 aa998be
  • [fix] : 컨트롤러 테스트도 그에 맞게 수정(db도 새로 만들어서 검사하는방식으로 수정) 897c2d1
  • [fix] : PbProfileDTO 충돌 문제 해결 42339e3
  • [feat] : clova speech 통화녹음 api에 연결 완료 4ffa989
  • [fix] : enum으로 인해 생긴 test 문제 해결 c5dd471
  • [fix] : conflict 해결 f4e70f9
  • [feat] : 상담 스크립트 확인 api 구현 완료 ff3bd68
  • [test] : getScripts test 추가 37ec255
  • [chore] : 통화 녹음 stt 추출 api 키워드 추출 연결 전이라 주석처리 bd75374
  • Merge pull request #112 from hanaro4-dIA/feature/post/pb/journals/scripts Feature/post/pb/journals/scripts 026a81e
  • Merge pull request #106 from hanaro4-dIA/feature/get/vip/pb [fix] : PbProfileDTO 충돌 문제 해결 2f1e7ff
  • Merge pull request #103 from hanaro4-dIA/fix/customerController [fix] : customerController에서 손님 목록 조회가 pbId에 따라 검색되게... f490b1a
  • Merge pull request #114 from hanaro4-dIA/feature/pb/login Feature/pb/login 93b40cb
  • Delete /pb/HashtagDTO directory hashtagDTO 디렉토리와의 충돌 해결을 위함 47293c0
  • [fix] : 상담일지 스크립트 dto 발화자 speacker -> speaker 수정 287aa69
  • [fix] : ResponseProfileDTO - hashtag 수정 901fc31
  • Merge pull request #116 from hanaro4-dIA/fix/ResponseProfileDTO [fix] : ResponseProfileDTO - hashtag 수정 09fc890
  • [fix] : 상담일지 스크립트 dto 발화자 speacker -> speaker 수정 d947832
  • Merge branch 'feature/get/vip/journals/scripts' of https://github.com/hanaro4-dIA/dia_be into feature/get/vip/journal... fc64529
  • Merge pull request #118 from hanaro4-dIA/feature/get/vip/journals/scripts Feature/get/vip/journals/scripts 9fe4604
  • and 35 more ...

View on GitHub

BBZJUN opened a pull request on hanaro4-dIA/dia_pb_fe
[feat] : pb/notifications에 대한 GET api 추가 (3개)
## #️⃣ 이슈 번호 > #157 > #158 > #160 ## 💻 작업 내용 GET - 이전에 전송한 쪽지 리스트 조회 GET - 쪽지 자세히 보기 GET - 특정 손님에게 보낸 쪽지 조회 에 대한 GET api 연결을 하였습니다.
BBZJUN created a branch on hanaro4-dIA/dia_pb_fe

feature/pb/notificationsGET - 💎 dIA - PB 상담사 전용 페이지

BBZJUN deleted a branch hanaro4-dIA/dia_pb_fe

feature/get/pb/profile

BBZJUN pushed 5 commits to develop hanaro4-dIA/dia_pb_fe
  • [fix] : PbProfile 컴포넌트 JSX 요소 내 필드 접근 시 hashtagList가 객체로 이루어져있어 랜더링 불가 오류 발견 bffc3c7
  • Merge branch 'develop' into feature/get/pb/profile e6bda7b
  • [feat] : PbProfile GET api 연결 13a3f45
  • [style] : PbProfile GET api 관련 코드 정리 b2c3aad
  • Merge pull request #162 from hanaro4-dIA/feature/get/pb/profile Feature/get/pb/profile 5a38073

View on GitHub

BBZJUN closed a pull request on hanaro4-dIA/dia_pb_fe
Feature/get/pb/profile
## #️⃣ 이슈 번호 > #147 ## 💻 작업 내용 > pbProfile GET api 연결 ## 💬 리뷰 요구사항(선택)
BBZJUN deleted a branch hanaro4-dIA/dia_pb_fe

feature/pb/login

BBZJUN pushed 2 commits to develop hanaro4-dIA/dia_pb_fe
  • [feat] : 로그인 api 연결 pbData 불러오기 및 로그인이벤트 처리는 sessionContext에서 처리하지 않는 것으로 변경 b006f29
  • Merge pull request #161 from hanaro4-dIA/feature/pb/login [feat] : 로그인 api 연결 f031410

View on GitHub

BBZJUN closed a pull request on hanaro4-dIA/dia_pb_fe
[feat] : 로그인 api 연결
## #️⃣ 이슈 번호 > #156 ## 💻 작업 내용 > 기존에 sessionContext에서 user정보와 handleLoginEvent를 전역관리하던 것을 Login컨테이너에서 처리하는 것으로 변경함 > 로그인 이벤트는 로그인화면에서밖에 이루지지 않고, /pb/login POST api를 통해 localStorage...
BBZJUN opened a pull request on hanaro4-dIA/dia_be
[fix] : 손님 정보 불러올때, 이메일과 패스워드는 응답받지 않음
## #️⃣ 이슈 번호 > Resolve: #119 ## 💻 작업 내용 손님정보를 불러올때, 이메일과 패스워드를 제외하기 위해서 ResponseCustomerDTO를 수정하였습니다(테스트코드도 수정완) 비포) ![image](https://github.com/user-attachments/assets/1487a13c-5c6...
BBZJUN created a branch on hanaro4-dIA/dia_be

fix/ResponseCustomerDTO - 💎 dIA - 백엔드 개발

BBZJUN pushed 1 commit to main hanaro4-dIA/gitaction_test
  • 도메인연결테스트1 b67a65b

View on GitHub

BBZJUN pushed 1 commit to main hanaro4-dIA/gitaction_test

View on GitHub

BBZJUN pushed 1 commit to main hanaro4-dIA/gitaction_test

View on GitHub

BBZJUN opened a pull request on hanaro4-dIA/dia_be
[fix] : customerController에서 손님 목록 조회가 pbId에 따라 검색되게끔 수정
## #️⃣ 이슈 번호 > Resolve: #101 ## 💻 작업 내용 > 손님 목록 컴포넌트에서 손님 목록을 불러올때, 기존에는 전체 손님 목록을 불러왔습니다. 수정된 이후에는 pbId에 따른 손님 목록을 불러옵니다. > 컨트롤러 & 서비스 & 레파지토리 수정 > 테스트도 그에 맞게 수정 완료
BBZJUN pushed 1 commit to fix/customerController hanaro4-dIA/dia_be
  • [fix] : 컨트롤러 테스트도 그에 맞게 수정(db도 새로 만들어서 검사하는방식으로 수정) 897c2d1

View on GitHub

Load more