Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nodaguti/seating-planner
Helps you to arrange a seating plan for a wedding ceremony.
https://github.com/nodaguti/seating-planner
Last synced: about 20 hours ago
JSON representation
Helps you to arrange a seating plan for a wedding ceremony.
- Host: GitHub
- URL: https://github.com/nodaguti/seating-planner
- Owner: nodaguti
- Created: 2015-06-17T04:08:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-17T04:08:18.000Z (over 9 years ago)
- Last Synced: 2023-03-23T08:23:08.276Z (almost 2 years ago)
- Language: JavaScript
- Size: 594 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Seating Planner
Demo: http://nodaguti.usamimi.info/test/sp/
席次決定を支援する Web アプリケーションです。
## Background
以下のような講義内課題を基に開発を行った。
```
結婚式の披露宴といった慶事では、席次ぎめが大変であることが多い。- 参加者間で序列が存在する。
- 学生時代の先輩・後輩、職場での役職など、様々な観点での序列が存在する。
- テーブルや席にも序列が存在する。
- 上座、下座など。席次ぎめにおいては、こうした参加者の序列と座席自体の序列とを矛盾しないように調整しなくてはならない。
この席次決定作業を支援するアプリケーションを開発せよ。
```