Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

# Seating Planner

Demo: http://nodaguti.usamimi.info/test/sp/

席次決定を支援する Web アプリケーションです。

## Background

以下のような講義内課題を基に開発を行った。

```
結婚式の披露宴といった慶事では、席次ぎめが大変であることが多い。

- 参加者間で序列が存在する。
- 学生時代の先輩・後輩、職場での役職など、様々な観点での序列が存在する。
- テーブルや席にも序列が存在する。
- 上座、下座など。

席次ぎめにおいては、こうした参加者の序列と座席自体の序列とを矛盾しないように調整しなくてはならない。
この席次決定作業を支援するアプリケーションを開発せよ。
```