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

비회원 기능 배포 #78

Merged
merged 111 commits into from
Sep 28, 2024
Merged

비회원 기능 배포 #78

merged 111 commits into from
Sep 28, 2024

Conversation

presentKey
Copy link
Collaborator

📄 Summary

비회원 기능 배포

  1. 지역 설정

    • 사용자의 현재 위치로 지역 설정
    • 사용자가 지역을 검색하여 지역 설정
  2. 설정된 지역의 날씨 정보

    • 사용자는 오늘, 내일의 시간대를 선택 가능
  3. 설정된 지역의 옷차림 추천

    • 시원하게, 적당하게, 따뜻하게 옵션 선택 가능

🙋🏻 More

presentKey and others added 30 commits August 6, 2024 00:49
* chore: pnpm vite react ts 설정

* chore: prettier 설정

* chore: 라이브러리 설치

* chore: stylelint 설정

* chore: vite scss 전역 설정

* chore: path alias 설정

* chore: .gitignore extensions.json, settings.json 제외
* chore: stylelint-scss 제거

* chore: stylelint autofix 기능 추가
* feat: react-router 기본 설정

* chore: tanstack-query-devtools 설치

* feat: tanstack-query 기본 설정

* chore: pnpm-lock 업데이트

* feat: redux 기본 설정

* feat: redux 기본 hooks

* chore: 리덕스 사용 예시

* chore: material 및 emotion 설치

* chore: scss 관련 설정 제거

* docs: 커밋 컨벤션 rename, remove 추가

* remove: App 컴포넌트

* chore: emotion 및 material 컴포넌트 예시

* chore: emotion stylelint 설정

* docs: 커밋 컨벤션 design 추가

* design: normalize, reset css 추가

* chore: html lang ko 변경

* remove: 필요없는 파일 제거

* style: 컴포넌트 함수 표현식으로 변경

* docs: 폴더 구조, 컴포넌트 readme 작성
* chore: gitignore env 추가

* chore: 통신 코드

* remove: cicd.yml

* chore: 파일 구조 service, types 추가

* feat: 오류 처리

* feat: 강수량, 강수확률 추가
* chore: xlsx 라이브러리 설치

* feat: region 스크립트 작성

* feat: region.json 파일

* chore: xlsx 파일 gitignore 추가

* chore: region.cjs 주석 추가

* remove: 필요없는 파일 제거

* fix: 위도, 경도 변경
* remove: 필요없는 파일 제거

* feat: LootLayout 구현

* feat: /search 라우트 설정

* feat: 뒤로가기 버튼 구현

* feat: 음절 단위 검색 기능 구현

* feat: 검색어 리셋 버튼 구현

* feat: region 스크립트 위도, 경도 number 타입으로 변경

* design: Main padding 제거 및 모든 button의 border 제거

* design: 검색 페이지 Header 스타일 적용

* design: 지역 목록 스타일 적용

* chore: stylelint 설정 추가

* remove: 컴포넌트 예시 파일 제거
* design: 폰트 적용

* design: color theme 설정

* design: typo theme 설정

* design: html font, color 설정

* chore: 주석 추가
* feat: 검색 목록 아이템 클릭 시, 해당 지역 저장 구현

* feat: Region 타입 분리

* feat: 사용자 지역 선택 영역 마크업

* feat: 지역 버튼 롱클릭, 숏클릭 구현

* feat: plus 아이콘 클릭 시, search 페이지 이동

* feat: 지역 삭제 구현

* design: 사용자 지역 선택 영역 스타일 적용

* design: 지역 삭제 버튼 스타일 적용

* rename: Location Icon 폴더명 변경

* design: input 및 icon 색상 변경

* feat: emotionForwordPropOption utils 구현

* feat: 스크롤 활성 여부에 따른 white gradient 스타일 적용

* feat: default 지역 설정

* rename: 파일명 변경

* chore: 오타 수정
* feat: CustomAppBar 컴포넌트 구현

* feat: CustomToolbar 컴포넌트 구현

* feat: CustomTextField 컴포넌트의 filled 스타일 구현

* feat: search 페이지 Custom 컴포넌트 적용 및 네임스페이스 구체화

* feat: RegionSelector 컴포넌트의 스타일 네임스페이스 구체화

* chore: export 키워드 제거
* feat: 게스트 로그인 구현

* refactor: localstorage uuid key 상수 분리
Db0111 and others added 25 commits September 1, 2024 05:58
* refactor: 옷차림 이미지 로직 수정

* feat: 시원하게 버튼 disabled 조건 추가
* feat: 오전 12시 → 오전 00시 문구 수정

* feat: CheckIcon color prop 추가

* fix: 추천 옷차림의 대표 이미지 오류 수정

* refactor: timeFormattiong 로직 리팩토링
* design: WeatherCard 스타일 조정

* rename: style 파일 이름 변경

* feat: 대표, 최고, 최저 기온 문구 추가

* feat: 옷차림 이미지 추가
* feat: manifest 설정

* feat: BeforeInstallPropmptEvent 타입 정의

* feat: a2hs 기본 동작 구현

* feat: 스와이프 기능 구현

* design: A2hsSnackbar 스타일 적용

* feat: A2HS 5초 후 노출 및 로직 수정

* design: UX 개선
* feat: 온도 옵션 disabled 조건 변경

* design: middleButton border 색 변경
* feat: selectedTime 상태 구현

* remove: 사용하지 않는 함수 제거

* feat: TimeCarousel 구현

* feat: 오늘내일 선택 구현

* refactor: selectedTime 상태값 변경

* refactor: TIME_LIST 데이터 적용

* feat: 시작 시간 변화 시, 끝나는 시간 범위 조정 및 선택된 위치 고정

* design: 스타일 제거

* refactor: 코드 리팩토링

* design: hypen 아이콘을 css로 변경
* fix: 모바일 time selector 버그 수정

* fix: 강수확률 이미지 수정

* refactor: 대표 기온 이미지 로직 리팩토링

* refactor: 강수량 이미지 로직 리팩토링

* remove: 사용하지 않는 파일 제거
* refactor: Home 경로 폴더 구조 변경

* remove: 사용하지 않은 파일 제거

* refactor: Search 경로 폴더 구조 변경

* refactor: layout 폴더 구조 변경

* refactor: CustomMui 폴더 구조 생성

* refactor: assets 폴더의 이미지 구조 변경

* rename: 지역 좌표 파일들 이름 변경

* refactor: components내 icon 폴더 구조 변경

* refactor: CustomMui 및 icon의 하위 폴더 제거

* docs: readme 업데이트

* fix: import 경로 수정
* chore: localhost https 적용

* chore: vite plugin basic ssl 디펜던시 제거

* feat: 로그인 기본 구조

* feat: getWeather 주소 변경

* chore: config build 테스트

* chore: config 복원

* feat: api 경로 수정

* feat: 로그인 api 경로 수정 및 주석 제거
* feat: 로그인 기능 router 주석 처리

* feat: feedback router 추가

* refactor: GoBackButton 공통 컴포넌트로 분리

* feat: feedback 페이지 header 구현

* feat: feedback textarea 구현

* design: theme primary dark 색상 추가

* feat: SubmitButton 구현
@presentKey presentKey added the deploy 배포 label Sep 28, 2024
@presentKey presentKey self-assigned this Sep 28, 2024
Copy link

cloudflare-workers-and-pages bot commented Sep 28, 2024

Deploying fashion-forecast with  Cloudflare Pages  Cloudflare Pages

Latest commit: 1d27ccf
Status: ✅  Deploy successful!
Preview URL: https://189f09e7.fashion-forecast.pages.dev
Branch Preview URL: https://develop.fashion-forecast.pages.dev

View logs

@presentKey presentKey merged commit 934942a into main Sep 28, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deploy 배포
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants