Giter Club home page Giter Club logo

tableplan's Introduction

TablePlan

Table Plan Software For Your Wedding Dinner.

The purpose to develop this system is to help marriage couple

  • To arrange seats better.
  • To calculate received angpaus more efficiently.

#1

What is the table shape? Circle, Rectangular, Square. What is the number of chairs per table?

System will auto arrange the seats by looking at

  • age
  • gender
  • group
  • interest

If there is any invited person were unable to attend the wedding dinner, system is able to rearrange the seats with the minimum number of tables. Reduce number of tables will reduce the total cost.

#2

Marriage couple will know

  • What is the total cost? (Cost of no of tables + wine).
  • What is the total received angpau?
  • Who give the highest amount of angpau and who give

List of screens and high-level requirements.

Dashboard screen

  • Determine table shape.
  • Determine the number of people assigned to every table.

Invited people screen

  • Insert invited people's information such as name, age, gender, what is their relationship with the wedded pair, hobby and interest.

Angpau screen

  • Key in angpao amount of the invited people.

Costing screen

  • Show the total cost of the wedding dinner.
  • Show the amount of the total angapaus received.

Reporting screen

  • Member report
  • Table utilization report (How many empty seat?)

List of technologies used.

FrontEnd

  • Html5
  • Css3
  • Javascript + React

BackEnd

  • Java8 + Spring Boot
  • NoSql (MongoDb)

WebParameter / WebService

  • JSON

Testing will use

  • Selenium 2
  • TestNG

NoSql (MongoDb) collection structure

Every collection should have 5 mandatory fields : id, created_by, created_date, updated_by, updated_date.

Below is the list of collection of table plan.

  • TableSetting
  • Interest
  • Relationship
  • Dinner
  • Guest
  • GuestTable
  • Schedule
  • Photo
  • Video
  • User

Below list the detail of every collection.

TableSetting

  • maxSeat
  • shape

Interest

  • Name

Relationship

  • Name

Dinner

  • Date
  • Time From
  • Time To
  • Bride (User)
  • Groom (User)
  • Emcee (User)
  • Angpau Collector (User)
  • Video shooter (User)

Guest

  • Name
  • Chinese Name
  • Age
  • Interest
  • Relationship

Table

  • tableNo
  • positionX
  • positionY

GuestTable

  • Guest id (Guest)
  • Table id (Table)
  • Table seq

Schedule

  • Time
  • Activity

Photo

  • Name
  • Description
  • Link

Video

  • Name
  • Description
  • Link

User

  • Name
  • Role

tableplan's People

Contributors

jingyi2811 avatar weiweitoo avatar

Stargazers

Diego Mosela avatar Sanjay Rawat avatar  avatar

Watchers

James Cloos avatar Martin Wong avatar  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.