Code Monkey home page Code Monkey logo

daniel-spring-boot's People

Contributors

hyungeunjin avatar kingwang09 avatar

Watchers

 avatar  avatar  avatar

daniel-spring-boot's Issues

회원가입 & 로그인 & 보안 기능 구현

1) 기능 정의서

1-1) 회원가입

  • 회원 가입할 수 있어야한다.

1-2) 로그인

  • 회원가입한 계정정보로 로그인할 수 있어야한다.

1-3) 보안 & 권한 관리 기능 구현

  • 자신의 회원 정보를 조회할 수 있어야한다.
  • 다른 회원 정보는 조회할 수 없어야한다.

2) 세부 구현 방법

2-1) Spring-Security

  • 회원 Entity를 구현한다.
  • Spring-Security Config를 설정한다.
  • OAuth2 방식으로 구현한다.

[쇼핑몰] 비즈니스 로직 구현

제품 (Item)

  • 제품명
  • 가격
  • 재고 수량
  • 카테고리(단일 카테고리로 일단 시작)

주문 (Order, OrderItem)

  • 주문한 제품
  • 총 금액
  • 주문 수량
  • 주문 일시
  • 주문 상태(주문, 취소, 반품/환불)
    • 부분 취소도 고려해야한다.

배송 (Delivery)

  • Id
  • 주문(FK)
  • 배송 상태
  • 연락처 -> 개인정보 보호를 위해 양방향 암호화
  • 배송 주소
  • 배송 일시
  • 수정 일시
  • 운송장 번호
  • 택배 회사

결제 (Payment)

  • Id
  • 주문(FK)
  • 결제 일시
  • 결제 상태(정상, 취소, 실패)

세부 결제 > 카드 결제

  • 카드 번호
  • 카드 회사

세부 결제 > 계좌이체 결제

  • 계좌번호?

환불 (Refund)

  • 결제(FK)
  • 환불 사유
  • 환불 상태(진행 중, 완료)

만족도 (Satisfaction)

  • 주문(FK)
  • 만족도 평점
  • 만족도 사유
  • 등록 일시
  • 삭제 여부

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.