Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/team6083/overobserver
Scouting system for FIRST Robotics Competition
https://github.com/team6083/overobserver
firebase firebase-cli frc frc-event frc-scouting
Last synced: 26 days ago
JSON representation
Scouting system for FIRST Robotics Competition
- Host: GitHub
- URL: https://github.com/team6083/overobserver
- Owner: Team6083
- Created: 2018-03-01T17:23:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-06T20:29:54.000Z (4 months ago)
- Last Synced: 2024-09-06T23:59:33.817Z (4 months ago)
- Topics: firebase, firebase-cli, frc, frc-event, frc-scouting
- Language: JavaScript
- Homepage: https://team6083.page.link/observer
- Size: 1.72 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/db81bdaa90cc4b0491d6fcd4f4e7600b)](https://www.codacy.com/app/Team6083/OverObserver?utm_source=github.com&utm_medium=referral&utm_content=Team6083/OverObserver&utm_campaign=Badge_Grade)
# OverObserver
提供團隊在FRC比賽時調查各隊資料
使用Google Firebase 架設
網站使用 Bootstrap, jQuery## Getting Started
### 需求
* Git
* Node.js 與 npm
* Firebase CLI### 安裝 Firebase CLI
注意: Firebase CLI 需要 Node.js 5.10.0 以上版本.
```
npm install -g firebase-tools
```### 剩下的動作
* 下載專案資料
```
git clone https://github.com/Team6083/OverObserver.git
```
* 安裝其他需求套件
```
cd OverObserver/functions
npm install
```
* 登入 Firebase CLI
```
firebase login
```
接著會跳出一個瀏覽器視窗,在裡面登入即可## 部署頁面
部署全部內容
```
firebase deploy -m <更新內容>
```
只部署Hosting內容
```
firebase deploy --only hosting -m <更新內容>
```## 目前完成進度
* 2018/03/02 登入系統完成,TBA Get 完成測試
* 2018/03/18 登記系統全部完成,資料分析完成各隊最大、最小、平均值
* 2018/07/24 管理界面換新 新增使用者管理功能
* 2018/08/16 teamform更新,調查表單內容可以動態化
* 2019/02/28 更新動態表單lib