Giter VIP home page Giter VIP logo

ssgsakk-fe's Introduction

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

ssgsakk-fe's People

Contributors

venderjin avatar yeojinny avatar

ssgsakk-fe's Issues

상품 상세페이지 품절 처리 구현

📅2024.04.11

📢 About

상품 상세 페이지에서 재고가 부족한 옵션에 대해 품절 처리 필요

📜To do

  • 옵션이 있는 상품의 경우 dropBox에 입고알림 표시
  • 옵션이 없는 상품의 경우 구매/장바구니 제한 처리

🔖Note

이슈 템플릿 Test

📅(2024.03.17)

📢 About

이슈 템플릿 적용 테스트

📜To do

  • (할 일 1)
  • (할 일 2)
  • (할 일 3)
  • (할 일 4)

🔖Note

(참고사항을 적어주세요)

상품 리스트 UI

📅2024.03.18

📢 About

상품리스트 (이벤트상품 포함) UI 생성

📜To do

  • Test API 찾기
  • 단일상품 리스트 생성
  • 묶음상품 리스트 생성
  • 홈, 카테고리에 적용

🔖Note

branch : feature/product-list

장바구니에서 옵션 변경 처리

📅2024.04.11

📢 About

장바구니에서 옵션 변경 기능

  • 옵션 변경 dropbox 생성 또는 상세페이지로 이동

📜To do

  • 장바구니 옵션 변경 처리

🔖Note

회원 리뷰 기능 fetch

📅2024.04.11

📢 About

회원 리뷰 기능 fetch

📜To do

  • 작성가능한 리뷰 조회
  • 작성한 리뷰 조회
  • 작성한 리뷰 수정
  • 작성한 리뷰 삭제

🔖Note

배포버전 리팩토링

2024.04.15

📢 About

최종 배포버전 리팩토링 진행해야합니다.

📜To do

  • 주석 정리
  • console.log 정리
  • 다크모드 check
  • 글자 줄 바꿈 truncate 처리 -> 회원가입/푸터
  • global alert component 적용
  • 미사용 경로 정리 및 안내
  • input 모바일 브라우저에서 확대되는 issue
  • 찜 카테고리 link 연결 및 ui 수정
  • 로딩 page 추가 적용
  • useEffect dependency WARNING check

🔖Note

우선순위로 작성했으니 순서대로 처리해야합니다.

빌드 에러 category/[categoryId]/page.tsx

📅2024,03,25

📢 About

빌드 시 아래와 같은 에러 발생

Type error: Type 'OmitWithTag<{ categoryId: number; }, keyof PageProps, "default">' does not satisfy the constraint '{ [x: string]: never; }'.
  Property 'categoryId' is incompatible with index signature.
    Type 'number' is not assignable to type 'never'.

  26 |
  27 | // Check the prop type of the entry function
> 28 | checkFields<Diff<PageProps, FirstArg<TEntry['default']>, 'default'>>()
     |             ^
  29 |
  30 | // Check the arguments and return type of the generateMetadata function
  31 | if ('generateMetadata' in entry) {

📜To do

  • 원인 찾기
  • 해결방안 찾아 빌드 실행하기

🔖Note

branch : dev

UI 수정

📅2024.04.14

📢 About

  1. 찜 카테고리 UI 수정
  2. 홈 화면에서 장보기 버튼 카테고리로 리다이렉트

📜To do

  • 찜 카테고리 UI 수정
  • 홈 화면에서 장보기 버튼 카테고리로 리다이렉트

🔖Note

UI 수정

장바구니 체크박스 버그 및 성능 개선

📅2024.04.11

📢 About

장바구니 상품 체크박스 늦게 체크되는 이슈 개선 필요
전체적으로 장바구니 기능 속도가 느린 문제 해결 필요

📜To do

  • 장바구니 체크박스 성능 개선

🔖Note

상품 상세 페이지 리뷰 기능 데이터 fetch

📅2024.04.11

📢 About

상품 상세 페이지 리뷰 기능 데이터 fetch

📜To do

  • 상세페이지 리뷰 전체조회
  • 포토리뷰 조회
  • 페이지 상단 리뷰 썸네일 기능
  • 상세페이지 헤더 리뷰여부에 따른 UI 적용

🔖Note

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.