Skip to content

Commit c2a7f02

Browse files
Updates for Rumble FRC2834#10
1 parent 3514df5 commit c2a7f02

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

docs/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
This document tracks the changes between Black Hawks Scouting versions. Dates are written in the MM/DD/YYYY format.
44

5+
## 2025 (10/17/2025)
6+
7+
- Updated Blue Alliance codes in preparation for Rumble #10 offseason.
8+
- Updated README to include the hosted site url.
9+
510
## 2024.1 (03/01/2024)
611

712
### Additions

docs/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## For 619 Members
44

5+
The site is hosted on github at https://619code.github.io/blackhawks-scouting-2025
6+
57
### Deploy through Github Actions
68

79
## Overview

src/components/FormTeamSelectionPage.vue

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
</FormGroup>
99
<FormGroup :show="isTBA" :label-type="LabelType.LabelTag" id="event-key-input" name="Event Key">
1010
<select id="event-key-input" v-model="eventKey" @keyup.enter="loadTBAData">
11-
<option value="2025vapor">Portsmouth</option>
12-
<option value="2025vabla">Blacksburg</option>
13-
<option value="2025chcmp">DCMP</option>
11+
<option value="2025vagle2">Rumble #10</option>
1412
</select>
1513
<button @click="loadTBAData">Load</button>
1614
</FormGroup>

0 commit comments

Comments
 (0)