Code Monkey home page Code Monkey logo

nest.cgv's Introduction

Proejct Name

nest.cgv

Project Schedule

2021.11.16 ~ 2021.12.16

Project Purpose

  1. 타입스크립트의 이해
  2. NestJS 이해
  3. Git 시스템 이해
  4. 포트폴리오 작성

Naming Convension

코드 작성 : camelCase 방식

파일 작성 : 단어와 단어 사이에 . 을 넣어 표기

예시: login.controller, login.dto, login.entity ...

modeling

img

Business Process

  1. 영화 생성 (Film)
  2. 판매 정책 생성 (Cinema, Seat, Sales)
  3. 예매 (Sales, Bill, Reservation)
  4. 예매 취소
  5. 조회 기능
    • 영화 목록
    • 영화 상영 정보 (예매 가능 좌석 표기)
    • 내 예매 정보

nest.cgv's People

Contributors

yuncamal avatar kor-devops avatar dlwhdvlf71 avatar

Watchers

 avatar

nest.cgv's Issues

Sales 모듈 개발

Create : Film 데이터와 Seat, Cinema 연계되어 판매 상품을 생성
Read : Film 데이터와 Seat, Cinema 가 합쳐진 형태의 좌석 정보 표기 (reservation 기준 좌석이 있고 없고 구분해서 목록 처리할것)
Update, Delete : Create 와 동일

Bill 개발

Create : 주문생성시 중간에 들어가는 단계로 결제정보가 생성되도록 구성
Read: 결제내역을 확인할 수 있는 개발
Update : 결제정보 수정X
Delete : 결제취소 기능 개발

Reservation 개발

주문생성: 판매정보를 가져와서 등록되도록 처리 bill 아이디가 생성되어야 하기 때문에 결제 여부 확인하는 프로세스 필요
주문취소 : 기존 영화에서는 위약금등 프로세스가 있지만 심플하게 영화 예약시간이 지났는지 안지났는지 유효성 체크 추가
주문변경: 주문변경 X

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.