Coder Social home page Coder Social logo

flea-market's People

Watchers

 avatar

flea-market's Issues

admin page

Member management

  • view member list (READ)
    • id, name, role
  • member info modification (UPDATE)
  • member deletion (DELETE)
  • 유저 삭제 시 유저 관련 데이터들도 전부 삭제해야 함.

my page

  • get shopping list (name, price, date)
  • +) auction : If the auction is over, the auction price should be included
  • get wishlist (name, price)

product page

  • ui
    • common: name, price, trading place, phone number, status
    • +) auction: number of people who wants to buy, history of auction
    • buyer: seller name, buy button or bidding button, wishlist add button
      • buy check modal
      • bidding input form modal
      • seller: modification button, deletion button
  • apis
    • buy product
      • POST
      • productId, buyerId (access_token), price
      • insert into Shopping & update Product's status (PURCHASED)
    • add wishlist
      • POST
      • productId, buyerId (access_token)
      • insert into Wishlist & update Product's likeCnt + 1
    • delete withlist
      • DELETE
      • productId, buyerId (access_token)
      • delete from Wishlist & update Product's likeCnt - 1
    • bidding
      • POST
      • productId, buyerId (access_token), price
      • insert into Bidding
    • get the history auction of product

product registration page

  • 상품 등록
  • 상품 수정 (이미지 어떻게 삭제??)
  • 상품 삭제
  • toast message 띄우기 (성공, 실패 여부)

product list page

  • 필터링 기능 (최신순, 좋아요 순, 경매 여부)
  • 검색 기능 (판매자 이름, 상품 이름, 가격)
  • 가격 슬라이더 ui

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.