Giter Site home page Giter Site logo

miniproject-videocheckinsystem's Introduction

miniproject-VideoCheckinSystem

비디오 대여 시스템 미니 프로젝트

시나리오

  • 사전 조건: 고객은 비디오 시스템에 등록된 사람이다.

이벤트 흐름

  • 정상 흐름
    1. 관리자는 대여할 비디오를 등록하기 위해 시스템에 접속한다.
    1. 시스템은 비디오를 대여할 고객의 정보를 입력하는 화면을 보여준다.
    1. 관리자는 고객 이름을 입력한다.
    1. 시스템은 현재 고객이 연체한 비디오와 연체금을 보여준다(E1).
    1. 관리자는 연체를 확인하고 연체금을 받는다(E2).
    1. 시스템은 대여할 비디오 코드를 입력하는 화면을 보여준다.
    1. 관리자는 비디오 코드를 입력한다.
    1. 시스템은 대여가 완료되었음을 알린다.

선택 흐름

  • E1: 연체한 비디오가 없는 경우
    1. 6번으로 간다.
  • E2: 연체금을 받지 못할 경우
    1. 대여가 불가능하다고 알린다.
    1. 시스템이 대기 상태로 돌아간다.

추가로 구현한 기능

  • 회원 목록 보여주기
  • 비디오 목록 보여주기

생각해볼 것들

    1. 연체료는 비디오 리스트에 있어야 할까, 회원 리스트에 있어야 할까?
    1. 날짜 지나면 연체료 바뀌는 기능 구현해보기

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.