Ecosyste.ms: Timeline

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

codeit-internship-group-b/codeit-resources

cindycho0423 created a review comment on a pull request on codeit-internship-group-b/codeit-resources
간결하게 표현하는 방법을 알면 했겠지ㅠ_ㅠ

View on GitHub

cindycho0423 created a review on a pull request on codeit-internship-group-b/codeit-resources

View on GitHub

cindycho0423 closed an issue on codeit-internship-group-b/codeit-resources
[FE-Feat] 공통컴포넌트 Dropdown 제작
## ✨ 작업 내용 - [ ] 공통컴포넌트 Dropdown 제작 ## 🖼️ 스크린샷 (선택)
cindycho0423 closed an issue on codeit-internship-group-b/codeit-resources
[FE-Setting] eslint-import 설치
## ✨ 작업 내용 - simple import sort 플러그인 설치 ## 🖼️ 스크린샷 (선택)
cindycho0423 opened an issue on codeit-internship-group-b/codeit-resources
[FE-Feat] 팀관리 페이지 api 연동
## ✨ 작업 내용 - [ ] 팀관리 페이지 api 연동 ## 🖼️ 스크린샷 (선택)
cindycho0423 opened an issue on codeit-internship-group-b/codeit-resources
[FE-Feat] GNB 로그인 상태에 맞게 로직 구현
## ✨ 작업 내용 - [ ] GNB 로그인 상태에 맞게 로직 구현 ## 🖼️ 스크린샷 (선택)
cindycho0423 opened an issue on codeit-internship-group-b/codeit-resources
[Feat] 대시보드 api 연동
## ✨ 작업 내용 - [ ] 대시보드 페이지 api 연동 ## 🖼️ 스크린샷 (선택)
cindycho0423 opened an issue on codeit-internship-group-b/codeit-resources
[Feat] 좌석설정 api 연동
## ✨ 작업 내용 - [ ] 좌석설정 페이지 api 연동 ## 🖼️ 스크린샷 (선택)
cindycho0423 opened an issue on codeit-internship-group-b/codeit-resources
[Fix] 헤더탭 인덱스 수정
## 🐞 수정 내용 - [ ] 헤더탭 인덱스가 다음 달로 넘어갔을 때 현재 날짜의 인덱스에 active 되어있음. 고쳤는데 왜저래 ## 🖼️ 스크린샷 (선택)
AdamSeungheonShin created a branch on codeit-internship-group-b/codeit-resources

83-refactor-컨트롤러-최적화 - 모니터 앞 3인 이상 집합금지. 404금지. 505금지. 금요일 배포금지.

AdamSeungheonShin opened an issue on codeit-internship-group-b/codeit-resources
[Refactor] 컨트롤러 최적화
## 🔨 작업 내용 - `item`, `reservation` 컨트롤러 최적화 하겠습니다.. ## 🖼️ 스크린샷 (선택)
cindycho0423 opened an issue on codeit-internship-group-b/codeit-resources
[Refactor] 좌석예약/좌석설정 페이지 리팩토링
## 🔨 작업 내용 - [ ] 코드리뷰 리팩토링 ## 🖼️ 스크린샷 (선택)
AdamSeungheonShin deleted a branch codeit-internship-group-b/codeit-resources

39-be-feat-좌석-엔드포인트-구현

AdamSeungheonShin closed an issue on codeit-internship-group-b/codeit-resources
[BE-Feat] 좌석 엔드포인트 구현
## ✨ 작업 내용 - 좌석("/seats") 관련 엔드포인트들 구현 - ~~리소스 생성 전까지는 .mock과 .http로 로컬에서 테스트해서 작업~~ ## 🖼️ 스크린샷 (선택)
AdamSeungheonShin pushed 1 commit to develop codeit-internship-group-b/codeit-resources
  • [Refactor] items, reservations 엔드포인트 구현 (#81) * BE-Refactor: item, reservation 스키마 수정, controller 통합 관리를 위해 하나의 스키마로... 51a2321

View on GitHub

AdamSeungheonShin closed a pull request on codeit-internship-group-b/codeit-resources
[Refactor] items, reservations 엔드포인트 구현
## 🚀 작업 내용 - 기존에 종류별로 나누어 두었던 엔드포인트들 `/items`로 통합했습니다. - 그에 맞게 스키마 및 컨트롤러 함수 수정 작업 진행했습니다. - + 필드명 충돌.. ## 📝 참고 사항 - `.http`파일 활용해서 테스트 진행했는데, 기본적인 동작은 잘 되네요 ## 🖼️ 스크린샷 ## 🚨 관련 이슈 (이슈 ...
coderabbitai[bot] created a review comment on a pull request on codeit-internship-group-b/codeit-resources
_:warning: Potential issue_ **에러 메시지 수정 필요** 아이템 ID가 유효하지 않을 때의 에러 메시지가 "유효하지 않은 **사용자** ID입니다."로 표시되고 있습니다. 정확한 에러 메시지를 위해 "유효하지 않은 **아이템** ID입니다."로 수정해 주시기 바랍니다。 아래의 변경사항을 적용하여 에러 메시지를 수정하세요:...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on codeit-internship-group-b/codeit-resources
_:warning: Potential issue_ **에러 메시지 수정 필요** 삭제 기능에서도 유효하지 않은 아이템 ID에 대한 에러 메시지가 "유효하지 않은 **사용자** ID입니다."로 나타나고 있습니다. "유효하지 않은 **아이템** ID입니다."로 수정해 주세요。 아래의 변경사항을 적용하여 에러 메시지를 수정하세요: ```diff -...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on codeit-internship-group-b/codeit-resources
_:warning: Potential issue_ **`findById` 메서드 사용법 수정 필요** `Item.findById` 메서드는 객체가 아닌 아이디 값 자체를 인자로 받아야 합니다. 현재 코드에서는 `{ itemId }`를 전달하고 있어 올바르게 동작하지 않을 수 있습니다. `Item.findById(itemId)`로 수정해 주세요。 ...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on codeit-internship-group-b/codeit-resources
_:warning: Potential issue_ **에러 처리 개선 필요** 데이터베이스 쿼리 실행 시 발생할 수 있는 예외 상황에 대한 처리가 누락되어 있습니다. try-catch 블록을 추가하여 에러를 적절히 처리하는 것이 좋습니다. ```diff - const userReservations: IReservation[] = await Re...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on codeit-internship-group-b/codeit-resources
_:hammer_and_wrench: Refactor suggestion_ **에러 핸들링 추가 권장** 각 함수에서 데이터베이스와의 비동기 작업을 수행할 때, `try-catch` 블록을 사용하여 예외 상황을 처리하는 것이 좋습니다. 이를 통해 예기치 않은 오류에 대한 대응이 가능해지고, 서버의 안정성을 높일 수 있습니다。 예를 들어, `ge...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on codeit-internship-group-b/codeit-resources
_:hammer_and_wrench: Refactor suggestion_ **중복 예약 검사 로직 개선 필요** 중복 예약 검사 로직이 복잡하고 이해하기 어렵습니다. 또한, 이 로직을 여러 곳에서 재사용할 가능성이 있으므로 별도의 유틸리티 함수로 분리하는 것이 좋습니다. ```diff +// utils/reservationUtils.ts +ex...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on codeit-internship-group-b/codeit-resources
_:hammer_and_wrench: Refactor suggestion_ **날짜 검증 로직 개선 필요** 날짜 검증 로직이 불필요하게 복잡합니다. 또한, 타입 체크와 유효성 검사가 분리되어 있어 가독성이 떨어집니다. ```diff - if (typeof searchDate !== "string" || !isValidDateFormat(sea...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on codeit-internship-group-b/codeit-resources
_:bulb: Codebase verification_ **단일 `startAt` 인덱스는 제거 가능합니다** 코드 분석 결과, 모든 쿼리가 복합 인덱스로 커버 가능합니다: - `{ itemType: 1, startAt: 1 }` 인덱스는 `sort({ itemType: 1, startAt: 1 })` 쿼리를 커버 - `{ status: 1, s...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on codeit-internship-group-b/codeit-resources
_:bulb: Codebase verification_ **`itemType` 필드 변경으로 인한 코드 수정이 필요합니다** 검색 결과를 통해 다음과 같은 수정이 필요한 부분을 확인했습니다: - `reservationControllers.ts`의 `Item.find({ type: itemType })` 쿼리를 `Item.find({ itemTyp...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on codeit-internship-group-b/codeit-resources
_:hammer_and_wrench: Refactor suggestion_ **Room 스키마의 필드 유효성 검사를 강화하세요.** `location` 필드에 길이 제한이 없습니다. 데이터 일관성을 위해 maxlength 제약을 추가하는 것이 좋습니다. 다음과 같이 수정을 제안합니다: ```diff - location: { type: Stri...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on codeit-internship-group-b/codeit-resources
_:bulb: Codebase verification_ _:warning: Potential issue_ **관리자 권한 검증 미들웨어가 구현되어 있으나 적용되지 않음** `adminCheckMiddleware.ts`가 이미 구현되어 있지만 itemRoutes.ts에서 사용되지 않고 있습니다. 다음과 같이 관리자 전용 라우트에 미들웨어를 적용해야...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on codeit-internship-group-b/codeit-resources
_:warning: Potential issue_ **컨트롤러 임포트 구문의 일관성 개선 필요** `itemControllers`에서 임포트하면서 `roomController`라는 이름으로 가져오는 것은 혼란을 야기할 수 있습니다. 다음과 같이 수정하는 것을 제안합니다: ```diff -import * as roomController from ...

View on GitHub

coderabbitai[bot] created a review on a pull request on codeit-internship-group-b/codeit-resources
**Actionable comments posted: 12** <details> <summary>🧹 Outside diff range and nitpick comments (8)</summary><blockquote> <details> <summary>apps/api/src/routes/itemRoutes.ts (1)</summary><blockq...

View on GitHub

coderabbitai[bot] created a review on a pull request on codeit-internship-group-b/codeit-resources
**Actionable comments posted: 12** <details> <summary>🧹 Outside diff range and nitpick comments (8)</summary><blockquote> <details> <summary>apps/api/src/routes/itemRoutes.ts (1)</summary><blockq...

View on GitHub

Load more