Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wms784/coco_board_dev

This app display current location of the team members, connected with google form and spread sheet by using google apps script.
https://github.com/wms784/coco_board_dev

google-apps-script nextjs react

Last synced: 14 days ago
JSON representation

This app display current location of the team members, connected with google form and spread sheet by using google apps script.

Awesome Lists containing this project

README

        

# 概要

これは白山祭で用いられた委員が現在いる場所を共有できるWebアプリです.
メンバーがそれぞれ自分の居場所をフォームで回答すると,入力した教室番号が現在地として表示されます.

# 使用方法

1. 部屋ごとに用意してあるQRコードを読み取ってフォームを開きます.教室番号は自動入力されるようになっているので,それ以外の情報(氏名など)を自分で入力します.
2. 2回目以降の回答では,QRコードを読み取った後`回答を編集`というリンクを開くと前の情報と現在の教室番号が自動で入力されるため,編集せずに送信します.
3. 回答完了画面

## 注意事項
- フォームはQRコードから開き,部屋番号の欄は編集しないようにしてください.
- 2回目の回答は必ず`回答を編集`リンクから行ってください.
- ページを開いている場合は,ページを再読み込みしないと最新の情報が反映されません.

# 開発
## 使用技術
Google Apps Script, Next.js
## 実行方法
スプレッドシートからGoogle Apps Scriptを開き,デプロイを行ってそのURL内にある`key`と`lib`の値を取得し,`.env.local`に格納してください.