Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BE] hotfix 로 인한 운영서버 변경 사항 개발서버에 적용 #626

Merged
merged 42 commits into from
Nov 18, 2023

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    17c9ae1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #542 from woowacourse-teams/refactor/#541-pin-imag…

    …e-button
    
    [FE] Refactor/#541 비로그인 시 pin image button 숨기기
    GC-Park authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    7fe254c View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. [FE] Feat/#554 search 지도 검색 기능 구현 (#555)

    * feat: SearchBar 컴포넌트 구현
    
    * feat: Search 페이지 구현
    
    * feat: 홈페이지에 searchBar 적용
    
    * refactor: 불필요한 memo 제거
    jiwonh423 authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    4c55e87 View commit details
    Browse the repository at this point in the history
  2. [FE] refactor/#450 모아보기 기능 비회원도 가능하도록 수정 (#516)

    * refactor: 모아보기 기능 비회원도 가능하도록 수정
    
    * fix: 화면 터지던 에러 해결
    
    * fix: 모아보기 삭제 하는 기능 에러 해결
    
    * refactor: 비로그인 시 모아보기 페이지에서 홈으로 이동하면 모아보기 삭제되도록 수정
    
    * refactor: 충돌 해결 과정에서 롤백된 Navbar 전체 코드 수정
    
    * refactor: 네이밍 수정이 필요한 부분들 적용
    
    * refactor: TopicInfo에서는 모아보기 담기 기능 제한 및 토스트 알림 적용
    
    * refactor: NavBar 롤백하며 빼먹은 코드 useNavigator에 적용
    
    * refactor: 필요없어진 컴포넌트 삭제
    
    * fix: pinDetail 페이지 split 에러 해결
    
    * refactor: 비로그인 때 모아보기 할 시 toast 알람 뜨도록 변경
    
    * refactor: topicInfo에서는 모아보기 클릭 안되도록 수정
    
    * refactor: 모아보기 highlight 설정 변경
    GC-Park authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    5a96390 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ef188d View commit details
    Browse the repository at this point in the history
  4. [FE] Refactor/eslint ESLint 추가 적용 (#559)

    * style: api, apiHooks, mocks, pages eslint 적용
    
    * chore: github actions 브랜치 수정
    
    * chore: zustand 설치
    semnil5202 authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    df6ba08 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #558 from woowacourse-teams/develop-BE

    [BE] 삭제된 토픽, 핀이 보이는 버그 해결
    yoondgu authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    4cf019b View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. feat/#564 poi 적용 (#566)

    * feat: 자동완성 컴포넌트 구현
    
    * feat: getPoi 구현
    
    * feat: 자동완성 컴포넌트 구현
    
    * feat: 핀 추가 페이지에 자동완성 입력창 추가
    
    * refactor: 줌 레벨 설정 조정 및 타입 추가
    
    * refactor: tmap api key 추가
    
    * feat: Poi 타입 설정
    
    * feat: 자동완성 debounce 적용
    
    * refactor: 리뷰 반영
    
    * refactor: 2차 리뷰 반영
    jiwonh423 authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    d21a556 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73896dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f31be53 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1fca8df View commit details
    Browse the repository at this point in the history
  5. fix: require 수정 (#577)

    jiwonh423 authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    88d3978 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. [FE] Feature/#560 메인 페이지에 swiper 및 배너 적용 (#569)

    * feat: Swiper 구현
    
    * remove: 사용하지 않는 tooltip 컴포넌트 제거
    
    * design: swiper 버튼 디자인 수정
    
    * feat: banner 메인페이지에 도입
    
    * design: swiper tabbox color 제거 및 swiper 가운데 정렬
    
    swiper cursor pointer 옵션 또한 추가한다.
    
    * refactor: swiper as 프롭으로 시멘틱 태그 지정 기능 추가
    
    * design: topicCard UI 업데이트
    
    * design: 배너 1140 가로 크기 대응
    
    * design: 스크롤바 영역 제거
    
    목표한 브라우저 환경에서 동작 확인
    
    * feat: topicCard 컨테이너에 swiper 도입
    
    * design: Home 콘텐츠 가로 1140px로 확장
    
    * feat: 뷰포트가 모바일 사이즈 744px 미만일때 Text 크기를 한 단계씩 낮추는 기능 추가
    
    * refactor: scroll bar 보이도록 롤백
    
    * refactor: topicCard 반응형 로직 수정
    
    * feat: media query 분기점에 따라 tab 갯수 조절하는 기능 추가
    
    * design: topicCard 이미지 최대 크기 조정 및 모아보기 버튼 위치 수정
    
    * refactor: swiper 버튼은 모바일 사이즈에서 보이지 않도록 일괄 지정
    
    * design: 반응형 페이지 width 수정
    
    * chore: 배너 이미지 확장자 변경 webp, 그에 따른 설정
    
    * refactor: swiper tab 반응형 상태에선 height 자식에 따라 지정되도록 변경
    
    * refactor: topicCard swiper media query 추가
    
    * design: layout padding 제거 (반응형 오류 해결 위함)
    
    * feat: banner 반응형 기능 및 라우팅 기능 추가
    
    * refactor: 반응형 조건에 따라 부모에 가로 세로 크기를 맞추되 한계점 지정
    
    * design: 반응형 상태에서 layout margin이 어색한 문제 해결
    
    * refactor: swipe value 상수화
    
    * fix: 탭 갯수와 element 갯수가 같을 경우 Tabbox 숨김 처리
    
    Tabbox 갯수가 elementsTab 속성을 고려하지 않고 Tab 갯수로만 고정되던 오류를 해결한다.
    
    * design: topicCard max width 값 지정
    
    * refactor: 불필요한 import 제거
    
    * refactor: grid 컴포넌트 생성 및 bookmark, profile에 적용
    
    * design: Home, Bookmark, Profile에 미디어텍스트 적용
    
    * design: 전체보기 및 검색결과 페이지에 미디어 텍스트 적용
    
    * refactor: 검색결과 topicCard 리스트를 Grid로 설정
    
    * rename: 컴포넌트 파일명 파스칼 케이스로 변경
    
    * design: media Space 컴포넌트 생성 및 반응형 space 적용
    
    * design: 모바일 환경에서  하단 일부가 네브바에 가리는 오류 수정
    
    * refactor: 토픽카드에서 즐겨찾기 버튼 제거
    
    * refactor: 불필요한 import 제거
    semnil5202 authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    d3bd94e View commit details
    Browse the repository at this point in the history
  2. [FE] Refactor/#572 핀 이미지 태그로 교체 및 아이콘 소스 검토 (#573)

    * refactor: pin 을 image url 방식에서 tag 방식으로 변경
    
    * rename: topicCard 모아보기 및 즐겨찾기 아이콘 변경
    
    * rename: topicInfo 모아보기 및 공유하기 아이콘 수정
    
    * refactor: 수정하기 버튼 및 아이콘 일괄 수정
    
    * refactor: 기본 토픽 이미지 및 프로필 이미지 수정
    
    이미지 url 을 mapbefine s3로 지정한다.
    
    * rename: search bar 아이콘 수정
    
    * refactor: favicon 경로 s3 로 변경
    
    * refactor: 이미지 공통 컴포넌트 지정 및 중복 코드 제거
    
    * rename: 대소문자 추적 오류로 임시로 네이밍 변경
    semnil5202 authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    02872e2 View commit details
    Browse the repository at this point in the history
  3. Hotfix/swiper UI (#579)

    * design: 배너, 토픽카드 이미지 오류 수정
    
    머지 과정에서 일부 충돌 사항을 해결한다.
    
    * refactor: swiper 영역은 콘텐츠가 클릭되지 않던 불편함 해소
    
    * rename: git 파일 대소문자 추적 불가 오류로 인해 임시로 바꿨던 파일명 롤백
    semnil5202 authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    df8f0cc View commit details
    Browse the repository at this point in the history
  4. [FE] Feature/#550 토픽 이미지 수정 및 핀 이미지 삭제 기능 (#583)

    * feat: 핀 이미지 삭제 기능 구현
    
    * feat: 토픽 사진 수정 기능 예비
    
    * refactor: 핀 이미지 삭제 시 재렌더링 안되던 문제 해결
    
    * refactor: 핀 수정 기능 명세 연결 및 구현
    
    * refactor: 지도 사진 수정할 때 사진만 수정되도록 변경
    
    * refactor: 함수 이름 변경 및 지도 사진 수정 타이틀 작성
    
    * refactor: 지도 수정 버튼 위치 이동
    GC-Park authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    ff18a09 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. [FE] Feat/#588 현재 위치 이동 버튼 (#589)

    * feat: 지도 위 현재 위치로 버튼 추가
    
    * design: 현재 위치 아이콘 변경 및 위치 변경
    
    * refactor: Toast로 사용자에게 위치 정보 상태를 명시
    
    ---------
    
    Co-authored-by: semnil5202 <[email protected]>
    jiwonh423 and semnil5202 authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    45d395d View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. [FE] Refactor/#578 지도 핀 Boundary 조정 (#590)

    * refactor: mobile 사이즈에서는 지도 축소 제한을 한 단계 낮추도록 변경
    
    * refactor: mapInstance zustand 전역상태로 분리
    
    * fix: 지도가 브라우저 넓이에 맞지 않는 오류 수정
    
    * design: 현재 위치 조정 버튼 크기 확장
    
    * refactor: 현재 위치 정보 가져오기 로직 수정
    semnil5202 authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    a9be810 View commit details
    Browse the repository at this point in the history
  2. Hotfix/current position (#594)

    * feat: 현재 위치 아이콘 추가
    
    * refactor: 사용자 현재 위치 가져오기 기능을 토글형식으로 변경
    semnil5202 authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    a28aaec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ee045a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f9c8a8b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4f477d0 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. [FE] Feat/#592 핀 디테일의 핀 이미지 클릭 시 모달을 통해 크게 보이는 기능 구현 (#595)

    * feat: 이미지 클릭 시 이미지 모달 띄우는 기능 추가 및 반응형 적용
    
    * refactor: context 역할에 맞게 이름 수정
    
    * refactor: fetchDelete 안에 있는 불필요한 isThrow 속성 제거
    
    * refactor: 필요없는 코드 및 수정 필요한 이름 변경
    
    * refactor: 명시적인 함수 이름으로 수정
    GC-Park authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    d7fc2e0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #605 from woowacourse-teams/develop-BE

    [BE] v.2.0.0 릴리즈
    junpakPark authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    407230d View commit details
    Browse the repository at this point in the history
  3. [FE] Feat/#597 댓글 기능 구현 (#598)

    * feat: 댓글 기능 컴포넌트 구현
    
    * feat: 핀 상세보기 페이지 댓글기능 반영
    
    * chore: 자동완성 컴포넌트 lint
    
    * refacotr: api 응답 명세 반영
    
    * feat: 대댓글 구현
    
    * feat: 수정 삭제 기능 구현
    
    * refactor: 수정하기 기능 수정
    
    * refactor: 수정 삭제 권한 반영
    
    * refactor: 댓글 재요청 로직 수정
    
    * refactor :수정 삭제시 commentId에서 pinId로 변경
    
    * refactor: fetch로직 수정
    
    * refactor: 에러 수정
    
    * refactor: default prod url 수정
    
    * refactor: 리뷰 반영
    jiwonh423 authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    d0eab4d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0baf20e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aee8367 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #606 from woowacourse-teams/hotfix/workflow

    [BE] CI/CD 재 가동을 위한 공백 추가
    kpeel5839 authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    24d1215 View commit details
    Browse the repository at this point in the history
  7. [FE] Feat/#604 image swiper 적용 및 image size limit 적용 (#608)

    * refactor: PinDetail 빼먹었던 부분 다시 추가
    
    * refactor: image wrapper에 key값 적용
    
    * feat: 핀 디테일 이미지에 스와이퍼 적용
    
    * refactor: 이미지 3개 이하면 스와이프 안 나오도록 수정
    
    * refactor: 비로그인 시 이미지 추가 버튼 안 보이도록 수정
    
    * feat: 토픽 사진 추가할 때 사이즈 제한 주기
    
    * refactor: 필요없는 코드 삭제
    GC-Park authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    4574c3a View commit details
    Browse the repository at this point in the history
  8. [FE] Refactor/#593 모아보기와 단일조회페이지 분리 및 리팩토링 (#607)

    * refactor: isNotTabBoxShow에 따라 스와이퍼 버튼 위치 조정
    
    * design: banner TabBox 라인 삭제
    
    * refactor: 모아보기 기능 SelectedTopic 페이지에서 분리
    
    * refactor: resizeMap 로직 훅으로 분리 및 재사용
    
    * refactor: 네비게이션 하이라이트 기능 훅으로 분리 및 재사용
    
    * refactor: tag 관련 로직 훅으로 분리 및 재사용
    
    * refactor: 토스트 ui 변경
    
    * refactor: seetogether 페이지 분리
    
    * fix: 모아보기 페이지에서 모아보기 삭제 시 발생하던 오류 수정
    
    * refactor: 불필요한 import 제거
    
    * refactor: 네비게이션 하이라이트 topics에서 무효화 및 로그인 페이지 오류 수정
    
    * fix: 회원일때는 url 상태로 토픽 조회 하도록 변경하여 새로고침 오류 수정
    
    * fix: 모아보기를 모두 비운 후 핀이 남아있는 오류 수정
    
    * fix: 모아보기 상태에서 토픽 이미지 수정이 선택한 토픽으로 되지 않는 오류 수정
    
    * chore: swiper 제거 후 npm 배포 버전으로 import
    
    * refactor: search 페이지 서스펜스 제거
    semnil5202 authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    4dce3c3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f7279ce View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fa683fd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    11eafa3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f9592be View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d6dc459 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    012653b View commit details
    Browse the repository at this point in the history
  15. fix: banner url 수정

    jiwonh423 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    50a5eac View commit details
    Browse the repository at this point in the history
  16. Merge pull request #610 from woowacourse-teams/hotfix/pinDetail-not-move

    Hotfix/pin detail not move
    jiwonh423 authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    a8f64a4 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. [FE] Hotfix/map panto 오류 수정 (#611)

    * fix: 지도 조회 시 핀 바운더리 경계면에 맞게 줌인 되지 않던 오류 수정
    
    * design: 풀핀 여백이 보이는 오류 수정
    semnil5202 authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    da2c754 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    840c19e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad19450 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Merge pull request #621 from woowacourse-teams/hotfix/#619

    [BE] Hotfix/#619 핀 삭제 시 토픽의 핀 개수가 업데이트되지 않는 버그 해결
    yoondgu authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    8f2395a View commit details
    Browse the repository at this point in the history