Giter Site home page Giter Site logo

meeting-room-reservation-app's Introduction

회의실 예약 관리 프로그램

설치

✔ Requirements

  • node
  • yarn

Node 설치 페이지
Yarn 설치 페이지

githubPage를 이용하여 배포해서 속도가 느립니다. https://fenrird.github.io/meeting-room-reservation-app-web/

실행 방법

$ git clone https://github.com/fenrirD/meeting-room-reservation-app.git

$ cd ./meeting-room-reservation-app

$ yarn 

$ yanr start # http://localhost:3000

폴더 구조

└─meeting-room-reservation-app
    ├─public
    └─src
        ├─components
        │  ├─CurrentTime
        │  ├─MenuLayer
        │  ├─Reservation
        │  ├─ReservationLayout
        │  ├─Room
        │  │  ├─RoomName
        │  │  └─RoomRow
        │  │      └─RowItem
        │  └─RoomLayout
        │      ├─RoomBody
        │      └─RoomHeader
        ├─constants
        ├─hook
        ├─reudx
        ├─types
        └─utils

개발 요구사항

1.회의실 현황판

  • 회의실은 A 부터 J 까지 10개.
  • 회의실은 예약 시간 단위는 최소 30분.
  • 회의실 현황판은 11행 19열 칸의 격자로 구성.
  • 1열의 2행부터 11행은 회의실.
  • 행의 높이는 고정.
  • 현황판의 최소 너비는 1000px, 최대 너비는 브라우저의 크기와 일치하며 리사이징 하면 현황판의 가로 크기도 변경
  • 현황판에 빨간색 1px 세로 선으로 현재시간 표시. 현재시간에 맞게 픽셀 단위 실시간 갱신
  • 현황판의 예약이 없는 빈 칸을 클릭하여 현황판 메뉴 레이어 생성
  • 현황판의 예약이 없는 빈 칸을 드래깅 하여 메뉴레이어 생성
  • LocalStorage 를 사용하여 예약된 일정 저장

2.예약 일정

  • 예약된 일정을 상하좌우로 드래깅 하여 시간 및 회의실 변경이 가능해야 함
  • 예약된 일정을 리사이징 하여 시간 변경이 가능해야 함
  • 예약된 일정을 클릭하여 메뉴 레이어 노출
  • 하나의 회의실에 시간이 겹치는 예약은 존재할 수 없음

3.메뉴 레이어

  • 메뉴 레이어 바깥쪽을 클릭하면 메뉴 레이어가 닫힘
  • 메뉴 레이어는 현황판과 일정을 통틀어 동시에 하나만 존재할 수 있음.
  • 예약된 일정을 클릭하여 메뉴 레이어 노출
  • 일정 메뉴 레이어를 통해 일정 내용 수정 및 일정 삭제가 가능해야 함

meeting-room-reservation-app's People

Contributors

fenrird avatar

Watchers

 avatar

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.