Skip to content

Commit 821d72b

Browse files
committed
Username update
1 parent ea392c4 commit 821d72b

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# FLL/FTC/FRC Event Attendance Registrar
22
### https://roboregistry.vercel.app/
33
##### Automated Registry for Recording and Tracking FIRST Scrimmage Attendance
4-
[![CodeFactor](https://www.codefactor.io/repository/github/hololb/roboregistry/badge)](https://www.codefactor.io/repository/github/hololb/roboregistry)
4+
[![CodeFactor](https://www.codefactor.io/repository/github/bubner/roboregistry/badge)](https://www.codefactor.io/repository/github/bubner/roboregistry)
55
___
66

77
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.
@@ -10,6 +10,6 @@ RoboRegistry is a digital registrar designed to hold information regarding schoo
1010

1111
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).
1212

13-
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/hololb/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.
13+
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.
1414

15-
###### Copyright (c) 2023 Lucas Bubner under the [GNU GPL-3 License](https://raw.githubusercontent.com/hololb/RoboRegistry/prod/LICENSE).
15+
###### Copyright (c) 2023 Lucas Bubner under the [GNU GPL-3 License](https://raw.githubusercontent.com/bubner/RoboRegistry/prod/LICENSE).

src/static/internal_api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class API {
3939
}
4040

4141
async getTeamData(number) {
42-
// FIRSTTeamAPI: https://github.com/hololb/FIRSTTeamAPI
42+
// FIRSTTeamAPI: https://github.com/bubner/FIRSTTeamAPI
4343
return this.safeFetch(`https://firstteamapi.vercel.app/get_team/${number}`);
4444
}
4545
}

src/templates/misc/about.html.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ About
2626
src="{{ url_for('static', filename='assets/bs.svg') }}" />
2727
</div>
2828
<br />
29-
<p>Developed by <a href="https://lucasbubner.me" target="_blank">Lucas Bubner</a>, 2023. View the source code <a href="https://github.com/hololb/RoboRegistry" target="_blank">here</a>.</p>
29+
<p>Developed by <a href="https://lucasbubner.me" target="_blank">Lucas Bubner</a>, 2023. View the source code <a href="https://github.com/bubner/RoboRegistry" target="_blank">here</a>.</p>
3030
<div class="container text-center">
3131
<a href="/dashboard" class="btn btn-secondary">Go to dashboard</a>
3232
<a href="/privacy" class="btn btn-success">Privacy Policy</a>
@@ -37,7 +37,7 @@ About
3737
{% block scripts %}
3838
<script defer nonce="{{ csp_nonce() }}">
3939
const links = [
40-
"https://github.com/hololb/RoboRegistry",
40+
"https://github.com/bubner/RoboRegistry",
4141
"https://www.python.org/",
4242
"https://firebase.google.com/",
4343
"https://vercel.com/",

src/templates/misc/privacy.html.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Privacy Policy
115115
<hr />
116116
<p class="text-muted">RoboRegistry. Copyright (c) 2023 <a href="https://lucasbubner.me" target="_blank">Lucas
117117
Bubner</a>
118-
under the <a href="https://raw.githubusercontent.com/hololb/RoboRegistry/prod/LICENSE" target="_blank">GNU
118+
under the <a href="https://raw.githubusercontent.com/bubner/RoboRegistry/prod/LICENSE" target="_blank">GNU
119119
GPL-3</a>
120120
license. <br /> <small>RoboRegistry is not affiliated with FIRST.</small>
121121
</p>

0 commit comments

Comments
 (0)