Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bubner/roboregistry
Revolutionising attendance collection at FIRST scrimmages
https://github.com/bubner/roboregistry
authentication event-management firebase firebase-realtime-database first first-robotics-competition first-tech-challenge flask frc ftc html-css-javascript jinja2 python roboleague web-app
Last synced: 30 days ago
JSON representation
Revolutionising attendance collection at FIRST scrimmages
- Host: GitHub
- URL: https://github.com/bubner/roboregistry
- Owner: bubner
- License: gpl-3.0
- Created: 2023-05-12T13:11:02.000Z (over 1 year ago)
- Default Branch: prod
- Last Pushed: 2024-09-04T01:39:38.000Z (2 months ago)
- Last Synced: 2024-09-26T13:41:38.336Z (about 1 month ago)
- Topics: authentication, event-management, firebase, firebase-realtime-database, first, first-robotics-competition, first-tech-challenge, flask, frc, ftc, html-css-javascript, jinja2, python, roboleague, web-app
- Language: Jinja
- Homepage: https://serve.bubner.me/roboregistry
- Size: 9.05 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FLL/FTC/FRC Event Attendance Registrar
### https://roboregistry.vercel.app/
##### Automated Registry for Recording and Tracking FIRST Scrimmage Attendance
[![CodeFactor](https://www.codefactor.io/repository/github/bubner/roboregistry/badge)](https://www.codefactor.io/repository/github/bubner/roboregistry)
___RoboRegistry is a digital registrar designed to hold information regarding schools and teams participating in a FIRST scrimmage event. The primary goal of this application is to avoid the need for manual data collection by exporting and using data to determine event statistics, all from one centralised place.
![RoboRegistry](https://i.imgur.com/8mau56s.png)
The register can be used to compile data for planning, reporting, and/or inclusion in funding grant proposals. For instance, prior to the event, teams are required to register for attendance and provide information such as their FIRST Team Number (if registered), estimated number of people attending, and nominated point of contact for teams (email and mobile).
During a specified event, the application utilises a QR code check-in process with online sign-up and prerequisite beforehand. As teams prerequisitely register, their team number will be fetched with the [FIRSTTeamAPI](https://github.com/bubner/FIRSTTeamAPI), simplifying the registering process in a simple, modern, and accessible web UI. Once the event is over, the data can be exported or viewed at the event owner's discretion.
###### Copyright (c) 2023 Lucas Bubner under the [GNU GPL-3 License](https://raw.githubusercontent.com/bubner/RoboRegistry/prod/LICENSE).