feat: spring and summer 2025 data
This commit is contained in:
@@ -87,7 +87,7 @@
|
|||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
I noticed other grade sites used outdated data, so I made my own.
|
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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="bg-form">
|
<div class="bg-form">
|
||||||
@@ -146,6 +146,8 @@
|
|||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="semester">Semester:</label>
|
<label for="semester">Semester:</label>
|
||||||
<select id="semester" name="dropdown">
|
<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="f2024">Fall 2024</option>
|
||||||
<option value="sp2024">Spring 2024</option>
|
<option value="sp2024">Spring 2024</option>
|
||||||
<option value="f2023">Fall 2023</option>
|
<option value="f2023">Fall 2023</option>
|
||||||
|
|||||||
@@ -67,6 +67,8 @@ async function parseName() {
|
|||||||
*/
|
*/
|
||||||
async function PapaParse(department, num, name, instructor, sem) {
|
async function PapaParse(department, num, name, instructor, sem) {
|
||||||
const semesterURLs = {
|
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',
|
'f2024': 'https://derec4.github.io/ut-grade-data/2024%20Fall.json',
|
||||||
'sp2024': 'https://derec4.github.io/ut-grade-data/2024%20Spring.json',
|
'sp2024': 'https://derec4.github.io/ut-grade-data/2024%20Spring.json',
|
||||||
'f2023': 'https://derec4.github.io/ut-grade-data/2023%20Fall.json',
|
'f2023': 'https://derec4.github.io/ut-grade-data/2023%20Fall.json',
|
||||||
|
|||||||
Reference in New Issue
Block a user