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

coderabbitai[bot] created a review comment on a pull request on codeit-internship-group-b/codeit-resources
_:warning: Potential issue_ **전반적인 구조와 개념이 좋습니다. 몇 가지 개선 사항이 있습니다.** 상수를 사용하여 페이지 경로를 중앙 집중화하는 것은 좋은 방법입니다. 이는 유지 보수성을 향상시키고 일관성을 유지하는 데 도움이 됩니다. 개선 사항: 1. 'dashboard' 경로에 오타가 있습니다 ("/hashboard"...

View on GitHub

coderabbitai[bot] created a review on a pull request on codeit-internship-group-b/codeit-resources
**Actionable comments posted: 1** <details> <summary>🧹 Outside diff range and nitpick comments (8)</summary><blockquote> <details> <summary>apps/web/components/common/Skeleton/LoadingBar.tsx (1)<...

View on GitHub

coderabbitai[bot] created a review on a pull request on codeit-internship-group-b/codeit-resources
**Actionable comments posted: 1** <details> <summary>🧹 Outside diff range and nitpick comments (8)</summary><blockquote> <details> <summary>apps/web/components/common/Skeleton/LoadingBar.tsx (1)<...

View on GitHub

coderabbitai[bot] created a comment on a pull request on codeit-internship-group-b/codeit-resources
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- This is an auto-generated comment: review in progress by coderabbit.ai --> > [!NOTE] > Currently processing new changes ...

View on GitHub

cindycho0423 opened a pull request on codeit-internship-group-b/codeit-resources
[Feat] admin 페이지 스켈레톤 제작
## 🚀 작업 내용 - [ ] 스켈레톤 공컴으로 뺐음 - [ ] 페이지 상수화 - [ ] ListItem 스타일 공통으로 쓰이는것 컴포넌트화 했습니다. ## 📝 참고 사항 - router.push 할 때 페이지명 자주 쓰길래 상수로 뺐습니다. 페이지 이동시 상수로 된 페이지명 가져와서 사용하면 됩니다. ## 🖼️ 스크린샷 ...
cindycho0423 pushed 1 commit to 71-fe-feat-admin-페이지-스켈레톤-제작 codeit-internship-group-b/codeit-resources
  • FE-Refactor: 페이지명 상수화 f1369a9

View on GitHub

bokeeeey deleted a branch codeit-internship-group-b/codeit-resources

45-deoloy-front-web-cicd-구축

bokeeeey created a review comment on a pull request on codeit-internship-group-b/codeit-resources
```suggestion <Button as="Link" href={ROUTES_CONSTANTS} variant="Secondary"> {isMeeting ? "미팅 잡기" : "장비 대여 신청하기"} </Button> ``` 아마 as Link태그로 사용하면 handleClick 함수 없이 네비게이션 역...

View on GitHub

bokeeeey created a review on a pull request on codeit-internship-group-b/codeit-resources
고생했어 LGTM~!

View on GitHub

bokeeeey created a review on a pull request on codeit-internship-group-b/codeit-resources
고생했어 LGTM~!

View on GitHub

bokeeeey pushed 1 commit to 62-be-refactor-authroute-수정 codeit-internship-group-b/codeit-resources
  • BE-Feat: 도메인 호스팅 확인용 코드 추가 b692ab3

View on GitHub

miraclee1226 pushed 1 commit to develop codeit-internship-group-b/codeit-resources
  • [Refactor] Code Deploy 스크립트 수정 (#68) BE-Refactor: Code Deploy 스크립트 수정 7f22aaa

View on GitHub

miraclee1226 closed an issue on codeit-internship-group-b/codeit-resources
[BE-Refactor] Code Deploy script 수정
## 🔨 작업 내용 Code Deploy script 수정 ## 🖼️ 스크린샷 (선택)
miraclee1226 closed a pull request on codeit-internship-group-b/codeit-resources
[Refactor] Code Deploy 스크립트 수정
## 🚀 작업 내용 Code Deploy 스크립트 수정했습니다. ## 📝 참고 사항 X ## 🖼️ 스크린샷 ![image](이미지url) ## 🚨 관련 이슈 (이슈 번호) - #65 ## ✅ 체크리스트 - [x] Code Review 요청 - [x] Label 설정 - [x] PR 제목 규칙에 맞는...
cindycho0423 created a branch on codeit-internship-group-b/codeit-resources

71-fe-feat-admin-페이지-스켈레톤-제작 - 모니터 앞 3인 이상 집합금지. 404금지. 505금지. 금요일 배포금지.

cindycho0423 opened an issue on codeit-internship-group-b/codeit-resources
[FE-Feat] admin 페이지 스켈레톤 제작
## ✨ 작업 내용 - [ ] 스켈레톤 제작 ## 🖼️ 스크린샷 (선택)
bokeeeey created a review on a pull request on codeit-internship-group-b/codeit-resources
LGTM~!

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_ **제안: 향후 확장성을 위한 prop 타입 개선** 현재 `isMeeting` boolean prop은 간단하고 명확하지만, 향후 더 많은 컨텍스트가 추가될 경우 확장성이 제한될 수 있습니다. 다음과 같은 개선을 고려해 보세요: ```typescript interface...

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_ **목업 데이터 관리 개선 제안** 현재 회의 목업 데이터가 컴포넌트 파일에 직접 정의되어 있습니다. 코드의 가독성과 유지보수성을 높이기 위해 다음과 같은 개선을 고려해보세요: 1. 목업 데이터를 별도의 파일로 분리 2. 실제 API에서 데이터를 가져오는 로직으로 대체 ...

View on GitHub

coderabbitai[bot] created a review on a pull request on codeit-internship-group-b/codeit-resources
**Actionable comments posted: 2** <details> <summary>🧹 Outside diff range and nitpick comments (5)</summary><blockquote> <details> <summary>apps/web/app/dashboard/page.tsx (1)</summary><blockquot...

View on GitHub

coderabbitai[bot] created a review on a pull request on codeit-internship-group-b/codeit-resources
**Actionable comments posted: 2** <details> <summary>🧹 Outside diff range and nitpick comments (5)</summary><blockquote> <details> <summary>apps/web/app/dashboard/page.tsx (1)</summary><blockquot...

View on GitHub

AdamSeungheonShin created a review on a pull request on codeit-internship-group-b/codeit-resources
상당히 빠르세요

View on GitHub

cindycho0423 opened a pull request on codeit-internship-group-b/codeit-resources
[Feat] 대시보드 페이지 ui 구현
## 🚀 작업 내용 - 대시보드 ui 구현 ## 📝 참고 사항 - 공컴으로 만드느라 조금 시간이 걸렸습니다ㅜ - 현재 영준이가 만들어준 뱃지/버튼이랑 디자인이 달라서 일단 제가 만든걸로 껴뒀어용. 나중에 영준이 바쁜거 마무리되면 수정해서 바꿔 넣어도 될 것 같아요! ## 🖼️ 스크린샷 /desktop <img width="6...
cindycho0423 pushed 2 commits to 67-fe-feat-대시보드-페이지-ui-제작 codeit-internship-group-b/codeit-resources
  • FE-Feat: empty state의 버튼 동작 설정 43fff8c
  • FE-Style: design 수정 c536af7

View on GitHub

bokeeeey pushed 1 commit to 62-be-refactor-authroute-수정 codeit-internship-group-b/codeit-resources
  • BE-Feat: createUesr controller 구현 9588b0e

View on GitHub

cindycho0423 pushed 2 commits to 67-fe-feat-대시보드-페이지-ui-제작 codeit-internship-group-b/codeit-resources
  • [Feat] 관리자 팀관리 페이지 (#66) * Feat: admin-menu에 팀관리 추가 * Style: 메뉴 아이콘 디자인 수정 * Feat: 팀 관리 페이지 ui 제작 * Feat: 코... f067f92
  • FE-Merge: branch 'develop' into 67-fe-feat-대시보드-페이지-ui-제작 6183617

View on GitHub

cindycho0423 closed an issue on codeit-internship-group-b/codeit-resources
[FE-Feat] 관리자-팀관리 페이지
## ✨ 작업 내용 - [ ] 관리자-팀관리 페이지 ## 🖼️ 스크린샷 (선택)
cindycho0423 pushed 1 commit to develop codeit-internship-group-b/codeit-resources
  • [Feat] 관리자 팀관리 페이지 (#66) * Feat: admin-menu에 팀관리 추가 * Style: 메뉴 아이콘 디자인 수정 * Feat: 팀 관리 페이지 ui 제작 * Feat: 코... f067f92

View on GitHub

cindycho0423 closed a pull request on codeit-internship-group-b/codeit-resources
[Feat] 관리자 팀관리 페이지
## 🚀 작업 내용 - admin/teams ui 구현했습니다. ## 📝 참고 사항 - api 나오면 구현할 수 있게 주석 몇 개 달아뒀어용,, 기능구현 끝나면 지우겠습니당 - 멍충하게 이슈에 fe 안달아서 커밋에 태그 안붙었네요ㅜ_ㅠ ## 🖼️ 스크린샷 https://github.com/user-attachments/a...
coderabbitai[bot] created a review comment on a pull request on codeit-internship-group-b/codeit-resources
_:warning: Potential issue_ **`selectedValue`와 `value` 비교 시 타입 일치 필요** `selectedValue`와 `value`의 타입이 `string | boolean`으로 변경됨에 따라, 두 값을 비교할 때 타입이 일치하지 않을 수 있습니다. 예를 들어, `selectedValue`가 `boolean`...

View on GitHub

Load more