{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":714869242,"defaultBranch":"dev","name":"web10-Lesser","ownerLogin":"boostcampwm2023","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-11-06T02:22:03.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/139305577?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1727089191.0","currentOid":""},"activityList":{"items":[{"before":"a40ede10f438cc48592a8e3421aae29dd94c8aab","after":null,"ref":"refs/heads/feature/get-project-invite-info","pushedAt":"2024-09-23T10:59:51.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"choyoungwoo9","name":"조영우","path":"/choyoungwoo9","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/66576231?s=80&v=4"}},{"before":"f39bfedf835825ff6bbc8cbd41470ff89306e5da","after":"c34607156f7d26bd74ecbb3399458e635a04ee1c","ref":"refs/heads/dev","pushedAt":"2024-09-23T10:59:48.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"choyoungwoo9","name":"조영우","path":"/choyoungwoo9","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/66576231?s=80&v=4"},"commit":{"message":"feat: 초대링크로 프로젝트의 프리뷰 조회하는 API 구현\n\n- 컨트롤러\n - 프로젝트 초대 브리뷰 반환하는 메서드 구현\n- 서비스\n - 초대링크로 프로젝트의 일부 정보를 반환하는 메서드 구현\n- 레포지토리\n - 프로젝트, 프로젝트 회원을 조인해서 반환하는 메서드 구현\n- 프로젝트 프리뷰 조회 E2E 테스트 추가","shortMessageHtmlLink":"feat: 초대링크로 프로젝트의 프리뷰 조회하는 API 구현"}},{"before":null,"after":"a40ede10f438cc48592a8e3421aae29dd94c8aab","ref":"refs/heads/feature/get-project-invite-info","pushedAt":"2024-09-23T10:50:21.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"choyoungwoo9","name":"조영우","path":"/choyoungwoo9","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/66576231?s=80&v=4"},"commit":{"message":"feat: 초대링크로 프로젝트의 프리뷰 조회하는 API 구현\n\n- 컨트롤러\n - 프로젝트 초대 브리뷰 반환하는 메서드 구현\n- 서비스\n - 초대링크로 프로젝트의 일부 정보를 반환하는 메서드 구현\n- 레포지토리\n - 프로젝트, 프로젝트 회원을 조인해서 반환하는 메서드 구현\n- 프로젝트 프리뷰 조회 E2E 테스트 추가","shortMessageHtmlLink":"feat: 초대링크로 프로젝트의 프리뷰 조회하는 API 구현"}},{"before":"c5c13396e77cc2dc1b6f58bf6deeb86c67f68f79","after":null,"ref":"refs/heads/feature/delete-project","pushedAt":"2024-09-22T09:30:09.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"choyoungwoo9","name":"조영우","path":"/choyoungwoo9","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/66576231?s=80&v=4"}},{"before":"391643233ea172de93cf91fc47e6da991755daeb","after":"f39bfedf835825ff6bbc8cbd41470ff89306e5da","ref":"refs/heads/dev","pushedAt":"2024-09-22T09:30:05.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"choyoungwoo9","name":"조영우","path":"/choyoungwoo9","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/66576231?s=80&v=4"},"commit":{"message":"fix: 'joinLanding' 이벤트 처리 로직 중 잘못된 방을 나가는 로직 수정","shortMessageHtmlLink":"fix: 'joinLanding' 이벤트 처리 로직 중 잘못된 방을 나가는 로직 수정"}},{"before":"6dfc52306650e6cd372df033c9b631580d725b5d","after":"c5c13396e77cc2dc1b6f58bf6deeb86c67f68f79","ref":"refs/heads/feature/delete-project","pushedAt":"2024-09-22T09:27:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"choyoungwoo9","name":"조영우","path":"/choyoungwoo9","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/66576231?s=80&v=4"},"commit":{"message":"fix: 'joinLanding' 이벤트 처리 로직 중 잘못된 방을 나가는 로직 수정","shortMessageHtmlLink":"fix: 'joinLanding' 이벤트 처리 로직 중 잘못된 방을 나가는 로직 수정"}},{"before":null,"after":"6dfc52306650e6cd372df033c9b631580d725b5d","ref":"refs/heads/feature/delete-project","pushedAt":"2024-09-22T09:26:35.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"choyoungwoo9","name":"조영우","path":"/choyoungwoo9","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/66576231?s=80&v=4"},"commit":{"message":"feat: 프로젝트 삭제 API 구현\n\n- 게이트웨이\n - 프로젝트 삭제관련 라우팅 로직 추가\n - 프로젝트 삭제시 해당 프로젝트의 네임스페이스 Map 삭제하도록 구현\n- 컨트롤러\n - 프로젝트 삭제 메서드 추가\n - 삭제 알림 보내고 1초 후 프로젝트 삭제하는 로직 구현\n- 서비스\n - 프로젝트 삭제 메서드 추가\n- 레포지토리\n - 프로젝트 삭제 메서드 추가\n- 프로젝트 삭제 E2E 테스트 추가","shortMessageHtmlLink":"feat: 프로젝트 삭제 API 구현"}},{"before":"07ebd9e6770a2703d886a6e7645062c082699b73","after":null,"ref":"refs/heads/feature/update-invite-link","pushedAt":"2024-09-20T07:11:11.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"choyoungwoo9","name":"조영우","path":"/choyoungwoo9","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/66576231?s=80&v=4"}},{"before":"c9aa17253193a2dcffa225821da2286ec5260208","after":"391643233ea172de93cf91fc47e6da991755daeb","ref":"refs/heads/dev","pushedAt":"2024-09-20T07:11:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"choyoungwoo9","name":"조영우","path":"/choyoungwoo9","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/66576231?s=80&v=4"},"commit":{"message":"feat: 초대링크 변경 API 구현\n\n- 컨트롤러, 서비스, 레포지토리에서 초대링크 업데이트 메서드 구현\n- 리더인 경우, 리더가 아닌경우 각각에 대한 초대링크 업데이트 E2E 테스트 추가","shortMessageHtmlLink":"feat: 초대링크 변경 API 구현"}},{"before":null,"after":"07ebd9e6770a2703d886a6e7645062c082699b73","ref":"refs/heads/feature/update-invite-link","pushedAt":"2024-09-20T07:08:51.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"choyoungwoo9","name":"조영우","path":"/choyoungwoo9","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/66576231?s=80&v=4"},"commit":{"message":"feat: 초대링크 변경 API 구현\n\n- 컨트롤러, 서비스, 레포지토리에서 초대링크 업데이트 메서드 구현\n- 리더인 경우, 리더가 아닌경우 각각에 대한 초대링크 업데이트 E2E 테스트 추가","shortMessageHtmlLink":"feat: 초대링크 변경 API 구현"}},{"before":"b96ef8179a4b7dadad322d130461239b2732adbe","after":null,"ref":"refs/heads/feature/setting-page","pushedAt":"2024-09-18T15:17:54.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"surinkwon","name":"surin","path":"/surinkwon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/97649327?s=80&v=4"}},{"before":"4c7783ba1b561882ecf5c1fb5ac66535cf9ad0dc","after":"c9aa17253193a2dcffa225821da2286ec5260208","ref":"refs/heads/dev","pushedAt":"2024-09-18T15:17:46.000Z","pushType":"pr_merge","commitsCount":13,"pusher":{"login":"surinkwon","name":"surin","path":"/surinkwon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/97649327?s=80&v=4"},"commit":{"message":"Merge pull request #335 from boostcampwm2023/feature/setting-page\n\nfeat: 세팅 페이지, 프로젝트 제목, 주제 수정 기능 구현","shortMessageHtmlLink":"Merge pull request #335 from boostcampwm2023/feature/setting-page"}},{"before":"c664688f7752a11e59bf5a62ed4ade8ac8f6e040","after":"b96ef8179a4b7dadad322d130461239b2732adbe","ref":"refs/heads/feature/setting-page","pushedAt":"2024-09-18T15:16:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"surinkwon","name":"surin","path":"/surinkwon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/97649327?s=80&v=4"},"commit":{"message":"test: 테스트 코드에 멤버 역할 추가","shortMessageHtmlLink":"test: 테스트 코드에 멤버 역할 추가"}},{"before":"d6a05adfb738c505d19f6bfa38dab2109c6774ef","after":"c664688f7752a11e59bf5a62ed4ade8ac8f6e040","ref":"refs/heads/feature/setting-page","pushedAt":"2024-09-18T15:11:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"surinkwon","name":"surin","path":"/surinkwon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/97649327?s=80&v=4"},"commit":{"message":"feat: 프로젝트 정보 수정 시 랜딩 페이지에도 반영","shortMessageHtmlLink":"feat: 프로젝트 정보 수정 시 랜딩 페이지에도 반영"}},{"before":null,"after":"d6a05adfb738c505d19f6bfa38dab2109c6774ef","ref":"refs/heads/feature/setting-page","pushedAt":"2024-09-18T15:00:14.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"surinkwon","name":"surin","path":"/surinkwon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/97649327?s=80&v=4"},"commit":{"message":"feat: 프로젝트 삭제 시 프로젝트 이름을 복사할 수 없도록 함","shortMessageHtmlLink":"feat: 프로젝트 삭제 시 프로젝트 이름을 복사할 수 없도록 함"}},{"before":"4ff4d814af5220aeae6bfb81bf3e1099be85763b","after":null,"ref":"refs/heads/feature/invite-project-only-leader","pushedAt":"2024-09-18T11:01:56.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"choyoungwoo9","name":"조영우","path":"/choyoungwoo9","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/66576231?s=80&v=4"}},{"before":"ce1d9cea23ae785d0f978b242453b57d319acf49","after":"4c7783ba1b561882ecf5c1fb5ac66535cf9ad0dc","ref":"refs/heads/dev","pushedAt":"2024-09-18T11:01:53.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"choyoungwoo9","name":"조영우","path":"/choyoungwoo9","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/66576231?s=80&v=4"},"commit":{"message":"feat: 랜딩페이지 입장시 프로젝트의 리더에게만 초대링크를 제공하도록 구현\n\n- getProject 서비스 메서드에서 리더에게만 초대링크를 제공하도록 변경\n- getProject의 파라미터가 회원정보를 추가로 요구하기 영향을 받는 메서드 수정\n- 클라이언트 API의 DTO인 initLandingDto에서 초대링크 정보가 있을때만 첨부하도록 변경\n- 리더에게는 초대링크가 제공되고, 일반 멤버에게는 초대링크가 제공되지 않는것을 확인하는 E2E테스트 추가","shortMessageHtmlLink":"feat: 랜딩페이지 입장시 프로젝트의 리더에게만 초대링크를 제공하도록 구현"}},{"before":"3ac9658950741bab2979402eb40c43bebf57c8c3","after":"4ff4d814af5220aeae6bfb81bf3e1099be85763b","ref":"refs/heads/feature/invite-project-only-leader","pushedAt":"2024-09-18T10:38:41.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"choyoungwoo9","name":"조영우","path":"/choyoungwoo9","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/66576231?s=80&v=4"},"commit":{"message":"feat: 랜딩페이지 입장시 프로젝트의 리더에게만 초대링크를 제공하도록 구현\n\n- getProject 서비스 메서드에서 리더에게만 초대링크를 제공하도록 변경\n- getProject의 파라미터가 회원정보를 추가로 요구하기 영향을 받는 메서드 수정\n- 클라이언트 API의 DTO인 initLandingDto에서 초대링크 정보가 있을때만 첨부하도록 변경\n- 리더에게는 초대링크가 제공되고, 일반 멤버에게는 초대링크가 제공되지 않는것을 확인하는 E2E테스트 추가","shortMessageHtmlLink":"feat: 랜딩페이지 입장시 프로젝트의 리더에게만 초대링크를 제공하도록 구현"}},{"before":null,"after":"3ac9658950741bab2979402eb40c43bebf57c8c3","ref":"refs/heads/feature/invite-project-only-leader","pushedAt":"2024-09-18T09:22:00.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"choyoungwoo9","name":"조영우","path":"/choyoungwoo9","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/66576231?s=80&v=4"},"commit":{"message":"feat: 랜딩페이지 입장시 프로젝트의 리더에게만 초대링크를 제공하도록 구현\n\n- getProject 서비스 메서드에서 리더에게만 초대링크를 제공하도록 변경\n- getProject의 파라미터가 회원정보를 추가로 요구하기 영향을 받는 메서드 수정\n- 클라이언트 API의 DTO인 initLandingDto에서 초대링크 정보가 있을때만 첨부하도록 변경\n- 리더에게는 초대링크가 제공되고, 일반 멤버에게는 초대링크가 제공되지 않는것을 확인하는 E2E테스트 추가","shortMessageHtmlLink":"feat: 랜딩페이지 입장시 프로젝트의 리더에게만 초대링크를 제공하도록 구현"}},{"before":"11ffa8dd6eb3e32db67e8b25382eaa5a420b0ed4","after":null,"ref":"refs/heads/feature/project-setting","pushedAt":"2024-09-11T06:52:28.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"choyoungwoo9","name":"조영우","path":"/choyoungwoo9","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/66576231?s=80&v=4"}},{"before":"4fdad7b69349029390a8518096a9185c5c31229a","after":"ce1d9cea23ae785d0f978b242453b57d319acf49","ref":"refs/heads/dev","pushedAt":"2024-09-11T06:52:25.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"choyoungwoo9","name":"조영우","path":"/choyoungwoo9","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/66576231?s=80&v=4"},"commit":{"message":"feat: 프로젝트 이름, 주제 수정 API 구현\n\n- 프로젝트 이름, 주제 수정 레포지토리, 서비스 구현\n - 리더가 아닌 인원이 수정시 웹소켓 연결을 끊도록 구현\n- 프로젝트 이름, 주제 수정 시 랜딩, 설정 페이지에 있는 회원들에게 알림을 주도록 구현\n- 프로젝트 이름, 주제 수정 DTO 추가\n- 프로젝트 이름, 주제 수정 E2E테스트 추가","shortMessageHtmlLink":"feat: 프로젝트 이름, 주제 수정 API 구현"}},{"before":"0cdcb3dd984fcffcdfe12f98611988797399cfd8","after":"11ffa8dd6eb3e32db67e8b25382eaa5a420b0ed4","ref":"refs/heads/feature/project-setting","pushedAt":"2024-09-11T06:50:41.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"choyoungwoo9","name":"조영우","path":"/choyoungwoo9","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/66576231?s=80&v=4"},"commit":{"message":"feat: 프로젝트 이름, 주제 수정 API 구현\n\n- 프로젝트 이름, 주제 수정 레포지토리, 서비스 구현\n - 리더가 아닌 인원이 수정시 웹소켓 연결을 끊도록 구현\n- 프로젝트 이름, 주제 수정 시 랜딩, 설정 페이지에 있는 회원들에게 알림을 주도록 구현\n- 프로젝트 이름, 주제 수정 DTO 추가\n- 프로젝트 이름, 주제 수정 E2E테스트 추가","shortMessageHtmlLink":"feat: 프로젝트 이름, 주제 수정 API 구현"}},{"before":"82b1798c2beb090fd3ef505c2c02d5c391154d1d","after":"0cdcb3dd984fcffcdfe12f98611988797399cfd8","ref":"refs/heads/feature/project-setting","pushedAt":"2024-09-11T06:46:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"choyoungwoo9","name":"조영우","path":"/choyoungwoo9","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/66576231?s=80&v=4"},"commit":{"message":"feat: 프로젝트 이름, 주제 수정 API 구현\n\n- 프로젝트 이름, 주제 수정 레포지토리, 서비스 구현\n - 리더가 아닌 인원이 수정시 웹소켓 연결을 끊도록 구현\n- 프로젝트 이름, 주제 수정 시 랜딩, 설정 페이지에 있는 회원들에게 알림을 주도록 구현\n- 프로젝트 이름, 주제 수정 DTO 추가\n- 프로젝트 이름, 주제 수정 E2E테스트 추가","shortMessageHtmlLink":"feat: 프로젝트 이름, 주제 수정 API 구현"}},{"before":null,"after":"82b1798c2beb090fd3ef505c2c02d5c391154d1d","ref":"refs/heads/feature/project-setting","pushedAt":"2024-09-11T05:06:12.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"choyoungwoo9","name":"조영우","path":"/choyoungwoo9","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/66576231?s=80&v=4"},"commit":{"message":"feat: 프로젝트 리더가 아닌 회원이 설정페이지를 접속시 웹소켓 연결을 끊도록 구현\n\n- 프로젝트 리더인지 확인하는 서비스 구현\n- 프로젝트 리더가 아닌 회원이 설정 페이지 접속시 웹소켓 연결 끊도록 구현\n- 리더가 아닌 회원이 설정페이지 입장 하는 E2E 테스트 추가","shortMessageHtmlLink":"feat: 프로젝트 리더가 아닌 회원이 설정페이지를 접속시 웹소켓 연결을 끊도록 구현"}},{"before":"a009ec6dfbfe3579fff6266cac2c6d8922f3374d","after":null,"ref":"refs/heads/feature/appendLeader","pushedAt":"2024-09-09T06:40:43.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"choyoungwoo9","name":"조영우","path":"/choyoungwoo9","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/66576231?s=80&v=4"}},{"before":"d8ec6fcc2979ee4a16f474ee9caca5ca7cc89440","after":"4fdad7b69349029390a8518096a9185c5c31229a","ref":"refs/heads/dev","pushedAt":"2024-09-09T06:40:40.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"choyoungwoo9","name":"조영우","path":"/choyoungwoo9","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/66576231?s=80&v=4"},"commit":{"message":"test: 프로젝트의 회원 role 추가로 인한 테스트 변경","shortMessageHtmlLink":"test: 프로젝트의 회원 role 추가로 인한 테스트 변경"}},{"before":"f63f7c6910b78b4fe3daaaf5375acdee984fa701","after":"a009ec6dfbfe3579fff6266cac2c6d8922f3374d","ref":"refs/heads/feature/appendLeader","pushedAt":"2024-09-09T06:33:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"choyoungwoo9","name":"조영우","path":"/choyoungwoo9","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/66576231?s=80&v=4"},"commit":{"message":"test: 프로젝트의 회원 role 추가로 인한 테스트 변경","shortMessageHtmlLink":"test: 프로젝트의 회원 role 추가로 인한 테스트 변경"}},{"before":null,"after":"f63f7c6910b78b4fe3daaaf5375acdee984fa701","ref":"refs/heads/feature/appendLeader","pushedAt":"2024-09-09T06:09:51.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"choyoungwoo9","name":"조영우","path":"/choyoungwoo9","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/66576231?s=80&v=4"},"commit":{"message":"style: 들여쓰기 수정","shortMessageHtmlLink":"style: 들여쓰기 수정"}},{"before":"a7c0b4e9bb1d72899d1f7e7ad1aa1453ead7c4ee","after":null,"ref":"refs/heads/fix/backlog-page","pushedAt":"2024-09-08T10:01:02.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"surinkwon","name":"surin","path":"/surinkwon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/97649327?s=80&v=4"}},{"before":"4aa38619bfbeae73a4c15976dffe5931abe681d2","after":"d8ec6fcc2979ee4a16f474ee9caca5ca7cc89440","ref":"refs/heads/dev","pushedAt":"2024-09-08T10:00:59.000Z","pushType":"pr_merge","commitsCount":12,"pusher":{"login":"surinkwon","name":"surin","path":"/surinkwon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/97649327?s=80&v=4"},"commit":{"message":"Merge pull request #331 from boostcampwm2023/fix/backlog-page\n\nfix: 백로그 페이지 기능 수정","shortMessageHtmlLink":"Merge pull request #331 from boostcampwm2023/fix/backlog-page"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yM1QxMDo1OTo1MS4wMDAwMDBazwAAAAS92q14","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0wOFQxMDowMDo1OS4wMDAwMDBazwAAAASwCPVJ"}},"title":"Activity · boostcampwm2023/web10-Lesser"}