feat: update database, update changelog blog
This commit is contained in:
@@ -63,6 +63,13 @@
|
||||
</div>
|
||||
<div class="changelog-split-row">
|
||||
<div class="column">
|
||||
<div class="default-card">
|
||||
<h2>how is it march already</h2>
|
||||
<p>March 3, 2025</p>
|
||||
<p>what the kevin it is already halfway through spring semester. Oh and the grade database has been updated, enjoy!
|
||||
</p>
|
||||
<a href="https://ibb.co/g7Wy31T">Preview Here</a>
|
||||
</div>
|
||||
<div class="default-card">
|
||||
<h2>Experimental Feature: Professors!</h2>
|
||||
<p>August 3, 2024</p>
|
||||
|
||||
@@ -87,6 +87,7 @@
|
||||
<form>
|
||||
<label for="dropdown">Semester:</label>
|
||||
<select id="semester" name="dropdown">
|
||||
<option value="f2024">Fall 2024</option>
|
||||
<option value="sp2024">Spring 2024</option>
|
||||
<option value="f2023">Fall 2023</option>
|
||||
<option value="s2023">Summer 2023</option>
|
||||
|
||||
@@ -67,6 +67,7 @@ async function parseName() {
|
||||
*/
|
||||
async function PapaParse(department, num, name, instructor, sem) {
|
||||
const semesterURLs = {
|
||||
'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',
|
||||
's2023': 'https://derec4.github.io/ut-grade-data/2023%20Summer.json',
|
||||
|
||||
Reference in New Issue
Block a user