Ecosyste.ms: Timeline

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

nninyeong/challenge-b

Leekee0905 pushed 17 commits to feat/review-detail nninyeong/challenge-b
  • feat: 참석 여부 버튼, 참석 여부 input 모달 제작 완료 096a196
  • feat:마이페이지 프로필정보불러오기, 레이아웃 완성 c4c60f9
  • refactor:mypage클라이언트에서 서버사이드로 변경 f9b227a
  • refactor:next.config.mjs 변경, mypage클라이언트사이드 => 서버사이드변경 28a8913
  • refactor:next.config.mjs 변경, mypage클라이언트사이드 => 서버사이드변경 adc905f
  • fix:에러수정 882b859
  • fix:이전브랜치commit가져오기&package.json변경 2620fda
  • Merge pull request #7 from nninyeong/feat/attendance feat: 참석 여부 버튼, 참석 여부 input 모달 제작 완료 932c7fd
  • Merge pull request #8 from nninyeong/feat/mypagesocial Feat/mypagesocial 75842d8
  • merge: develop pull a1bf043
  • rename: 후기 폼 컴포넌트 파일명 대소문자 변경 6efb483
  • feat: 후기 상세 보기 이미지 슬라이드 구현 cb59c56
  • feat: 후기 작성시 작성자 이름 추가 bf6e2dc
  • feat: 후기 작성시 작성자 이름 추가 d0e485e
  • fix: server action try/catch문 제거 e2988f1
  • feat: 후기 상세 오버레이 컨텐츠, 길어지면 열고 닫기 구현 ad0e11d
  • fix: prettier적용 및 review table user_id 타입추가 196cac8

View on GitHub

vercel[bot] created a comment on a pull request on nninyeong/challenge-b
[vc]: #u+jt5UFVQMY+j3jmkEOdo1dU3ZMNZxrVlVMEzJjMxKg=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJjaGFsbGVuZ2UtYiIsImxpdmVGZWVkYmFjayI6eyJyZXNvbHZlZCI6MCwidW5yZXNvbHZlZ...

View on GitHub

nninyeong opened a pull request on nninyeong/challenge-b
Feat/social login: 이메일 회원가입/로그인 기능 추가
## ✅ 작업 사항 - 회원가입, 로그인 입력 폼 유효성검사 추가 (이메일 형식 지켰는지, 비밀번호끼리 일치하는지, 비밀번호 4자 이상, 이름 2자이상) - 이메일 회원가입/로그인 기능 추가 - 헤더에 인증상태 바로 바반영할 수 있도록 함 ## 📸 스크린샷 ![이메일회원가입](https://github.com/us...
nninyeong pushed 1 commit to feat/social-login nninyeong/challenge-b
  • bugfix: 이메일 로그인하는 경우에도 헤더의 네비게이션 상태가 바로 변경될 수 있도록 수정 453c1c1

View on GitHub

lukby2457 pushed 1 commit to feat/guestbook nninyeong/challenge-b
  • feat: 방명록 불러오기 구현 완료 cb76f9c

View on GitHub

lukby2457 created a branch on nninyeong/challenge-b

feat/guestbook

nninyeong pushed 11 commits to feat/social-login nninyeong/challenge-b
  • feat: 참석 여부 버튼, 참석 여부 input 모달 제작 완료 096a196
  • feat:마이페이지 프로필정보불러오기, 레이아웃 완성 c4c60f9
  • refactor:mypage클라이언트에서 서버사이드로 변경 f9b227a
  • refactor:next.config.mjs 변경, mypage클라이언트사이드 => 서버사이드변경 28a8913
  • refactor:next.config.mjs 변경, mypage클라이언트사이드 => 서버사이드변경 adc905f
  • fix:에러수정 882b859
  • fix:이전브랜치commit가져오기&package.json변경 2620fda
  • Merge pull request #7 from nninyeong/feat/attendance feat: 참석 여부 버튼, 참석 여부 input 모달 제작 완료 932c7fd
  • Merge pull request #8 from nninyeong/feat/mypagesocial Feat/mypagesocial 75842d8
  • style: 에러 메시지 출력 시 레이아웃 깨지지 않도록 flex -> grid 변경 c009c67
  • Merge branch 'develop' of https://github.com/nninyeong/challenge-b into feat/social-login c355973

View on GitHub

nninyeong pushed 17 commits to feat/social-login nninyeong/challenge-b
  • add: 리뷰 작성 컴포넌트 생성 5fcf04b
  • Merge branch 'develop' of https://github.com/nninyeong/challenge-b into feat/create-review 225471c
  • update: 리뷰 작성 페이지 서버 컴포넌트 사용 및 유저 정보 form에 넘겨주기 bc5c6fa
  • feat: 리뷰 작성, 이미지 파일 업로드 폼 구현 a2b1be5
  • add: 유저 정보 가져오는 서버액션 생성 caba8d8
  • Merge pull request #2 from nninyeong/feat/social-login Feat/social login: 소셜로그인, 로그인페이지 레이아웃 임시 배치 53d8816
  • Merge branch 'develop' of https://github.com/nninyeong/challenge-b into feat/create-review edd8891
  • add: api route폴더, lib폴더 생성 a7bd3ac
  • Merge pull request #3 from nninyeong/feat/create-review Feat/create-review 리뷰 작성 기능'만' 구현 e83f9cb
  • fix: review user_id type에러 수정 bf222e7
  • fix: server action에서 try catch 문 취소 후 유저정보 없을시 redirect 4ba62f6
  • feat: 글로벌에러, 홈 에러 error.tsx 랜딩 페이지 추가 0e0034c
  • Merge pull request #5 from nninyeong/feat/create-review fix: review user_id type에러 수정 b49434f
  • fix: 로그인 여부 확인용 메서드 변경 54ad8f1
  • feat: 이메일 회원가입 기능 추가 ad7e12e
  • feat: 이메일 로그인, zod 유효성검사 추가 0ce6342
  • refactor: 입력 폼 부분 컴포넌트 분리 8983bb1

View on GitHub

Leekee0905 pushed 7 commits to develop nninyeong/challenge-b
  • feat:마이페이지 프로필정보불러오기, 레이아웃 완성 c4c60f9
  • refactor:mypage클라이언트에서 서버사이드로 변경 f9b227a
  • refactor:next.config.mjs 변경, mypage클라이언트사이드 => 서버사이드변경 28a8913
  • refactor:next.config.mjs 변경, mypage클라이언트사이드 => 서버사이드변경 adc905f
  • fix:에러수정 882b859
  • fix:이전브랜치commit가져오기&package.json변경 2620fda
  • Merge pull request #8 from nninyeong/feat/mypagesocial Feat/mypagesocial 75842d8

View on GitHub

Leekee0905 closed a pull request on nninyeong/challenge-b
Feat/mypagesocial
## ✅ 작업 사항 -feat/mypage브랜치 git cherrypick으로 commit 뽑아오기 - package.json api key 제거
Leekee0905 pushed 2 commits to develop nninyeong/challenge-b
  • feat: 참석 여부 버튼, 참석 여부 input 모달 제작 완료 096a196
  • Merge pull request #7 from nninyeong/feat/attendance feat: 참석 여부 버튼, 참석 여부 input 모달 제작 완료 932c7fd

View on GitHub

Leekee0905 closed a pull request on nninyeong/challenge-b
feat: 참석 여부 버튼, 참석 여부 input 모달 제작 완료
## ✅ 작업 사항 - 참석 여부 버튼 제작 - 참석 여부 버튼 클릭시 표시되는 모달 제작 ## 📸 스크린샷 ![image](https://github.com/user-attachments/assets/fd9a3f41-ee3d-4119-87af-58bd400367a7) ![image](https://github.com/user-at...
Leekee0905 closed an issue on nninyeong/challenge-b
슬랙 연동 테스트
슬랙 테스트입니다
Leekee0905 created a comment on an issue on nninyeong/challenge-b
됩니다

View on GitHub

Leekee0905 opened an issue on nninyeong/challenge-b
슬랙 연동 테스트
슬랙 테스트입니다
lukby2457 created a review on a pull request on nninyeong/challenge-b
깃으로 고생많으셨어요 ㅠㅠ

View on GitHub

hansub1n created a review on a pull request on nninyeong/challenge-b
고생하셨습니다!

View on GitHub

Leekee0905 created a review on a pull request on nninyeong/challenge-b
👍👍👍👍👍👍👍👍👍

View on GitHub

Leekee0905 created a review on a pull request on nninyeong/challenge-b
👍👍👍👍👍👍👍👍

View on GitHub

nninyeong created a review on a pull request on nninyeong/challenge-b
ㅠㅠ 오랜만에 깃과의 싸움... 고생하셨습니다

View on GitHub

sHyunis deleted a branch nninyeong/challenge-b

feat/mypage

sHyunis created a branch on nninyeong/challenge-b

feat/mypagesocial

lukby2457 opened a pull request on nninyeong/challenge-b
feat: 참석 여부 버튼, 참석 여부 input 모달 제작 완료
## ✅ 작업 사항 - 참석 여부 버튼 제작 - 참석 여부 버튼 클릭시 표시되는 모달 제작 ## 📸 스크린샷 ![image](https://github.com/user-attachments/assets/fd9a3f41-ee3d-4119-87af-58bd400367a7) ![image](https://github.com/user-at...
nninyeong closed a pull request on nninyeong/challenge-b
Feat/mypage
## ✅ 작업 사항 -mypage 클라이언트 사이드 렌더링 => 서버사이드 렌더링 변경 - next.config.mjs remotepatterns변경 path, port 추가
lukby2457 created a branch on nninyeong/challenge-b

feat/attendance

sHyunis pushed 1 commit to feat/mypage nninyeong/challenge-b

View on GitHub

lukby2457 created a review on a pull request on nninyeong/challenge-b
고생하셨습니다~

View on GitHub

sHyunis pushed 1 commit to feat/mypage nninyeong/challenge-b

View on GitHub

sHyunis pushed 5 commits to feat/mypage nninyeong/challenge-b
  • fix: review user_id type에러 수정 bf222e7
  • fix: server action에서 try catch 문 취소 후 유저정보 없을시 redirect 4ba62f6
  • feat: 글로벌에러, 홈 에러 error.tsx 랜딩 페이지 추가 0e0034c
  • Merge pull request #5 from nninyeong/feat/create-review fix: review user_id type에러 수정 b49434f
  • fix:에러수정 51479ec

View on GitHub

nninyeong pushed 4 commits to develop nninyeong/challenge-b
  • fix: review user_id type에러 수정 bf222e7
  • fix: server action에서 try catch 문 취소 후 유저정보 없을시 redirect 4ba62f6
  • feat: 글로벌에러, 홈 에러 error.tsx 랜딩 페이지 추가 0e0034c
  • Merge pull request #5 from nninyeong/feat/create-review fix: review user_id type에러 수정 b49434f

View on GitHub

Load more