GithubHelp home page GithubHelp logo

umc_6th_mission's People

Contributors

jorippppong avatar

Watchers

 avatar

umc_6th_mission's Issues

✨ [FEAT] 조회 API 구현 미션 (챕터 10 미션)

  • 내가 작성한 리뷰 목록 API
  • 특정 가게의 미션 목록 API
  • 내가 진행 중인 미션 목록 API
  • 진행 중인 미션 진행 완료로 바꾸기

API 구현 조건

  1. 반드시 Paging처리를 할 것, 한 페이지에 10개씩 조회 프론트엔드는 1 이상의 page 번호를 전달
  2. 프론트엔드가 주는 page는 쿼리 스트링으로 받아오며 이에 대한 처리를 하는 커스텀 어노테이션 구현을 반드시 할 것
    1. 1번의 page 범위에 따라 커스텀 어노테이션은 page 1을 0으로 만들어 return 해야 한다.
    2. 그와 동시에 page의 범위가 너무 작은지 (0 이하) 판단을 하여 작은 경우 에러를 발생
    3. 에러 발생 시 반드시 RestControllerAdvice와 연계를 해야 함
    4. 커스텀 어노테이션은 아래처럼 사용을 하도록 구현
  3. 반드시 모든 API에 대해 Swagger 명세를 해야 한다.
  4. Converter에서 절대로 for문을 사용해서는 안되며, 무조건 Java의 Stream을 사용해야 한다.
  5. 무조건 빌더 패턴을 사용해야 한다.

✨ [FEAT] 가게 API (chapter9 mission)

  • 특정 지역에 가게 추가하기 API
    • 가게 카테고리(ex. 한식당, 중식당)가 존재하는지 검증 (커스텀 어노테이션 사용)
  • 가게에 리뷰 추가하기 API
    • 리뷰를 작성하려고 하는 가게가 존재하는지 검증 (커스텀 어노테이션 사용)
  • 가게에 미션 추가하기 API
    • 리뷰를 작성하려고 하는 가게가 존재하는지 검증 (커스텀 어노테이션 사용)
  • 가게의 미션을 도전 중인 미션에 추가(미션 도전하기) API
    • 도전하려는 미션이 이미 도전 중인지 검증 (커스텀 어노테이션 사용)

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.