feat: spring and summer 2025 data

This commit is contained in:
2025-12-01 15:21:58 -06:00
parent 46862b75a4
commit 33a748baf3
2 changed files with 5 additions and 1 deletions

View File

@@ -87,7 +87,7 @@
</p>
<p>
I noticed other grade sites used outdated data, so I made my own.
Enjoy!
Enjoy! Also check out my team's other project, <a href="https://github.com/Longhorn-Developers/UT-Registration-Plus">UT Registration Plus</a>
</p>
</div>
<div class="bg-form">
@@ -146,6 +146,8 @@
<div class="form-group">
<label for="semester">Semester:</label>
<select id="semester" name="dropdown">
<option value="s2025">Summer 2025</option>
<option value="sp2025">Spring 2025</option>
<option value="f2024">Fall 2024</option>
<option value="sp2024">Spring 2024</option>
<option value="f2023">Fall 2023</option>

View File

@@ -67,6 +67,8 @@ async function parseName() {
*/
async function PapaParse(department, num, name, instructor, sem) {
const semesterURLs = {
's2025': 'https://derec4.github.io/ut-grade-data/2025%20Summer.json',
'sp2025': 'https://derec4.github.io/ut-grade-data/2025%20Spring.json',
'f2024': 'https://derec4.github.io/ut-grade-data/2024%20Fall.json',
'sp2024': 'https://derec4.github.io/ut-grade-data/2024%20Spring.json',
'f2023': 'https://derec4.github.io/ut-grade-data/2023%20Fall.json',