From 7686940f31a95a96a9a9c771fb626c0dc064b785 Mon Sep 17 00:00:00 2001 From: JoshuaMarti Date: Mon, 14 Jul 2025 12:08:22 -0600 Subject: [PATCH] Updated Exam Info and Nets --- assets/exams.json | 7 ++++++- assets/sample.exams.json | 8 ++++---- net/net.json | 2 ++ 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/assets/exams.json b/assets/exams.json index fe51488..cb03da9 100644 --- a/assets/exams.json +++ b/assets/exams.json @@ -1 +1,6 @@ -[] +[{ + "date": "Wednesday, July 16th", + "time": "6:30 PM", + "location": "BYU-Idaho Campus, Science and Technology Center 221", + "register": "https://hamstudy.org/sessions/687546d0cd4e85e192b78263/1" + }] diff --git a/assets/sample.exams.json b/assets/sample.exams.json index 3ee1b76..0d9412a 100644 --- a/assets/sample.exams.json +++ b/assets/sample.exams.json @@ -1,9 +1,9 @@ [ { - "date": "Tuesday, June 24th", - "time": "8:00 PM", - "location": "BYU-Idaho Campus, Specific Location TBD", - "register": "https://hamstudy.org/sessions/685338c538f59212e8d09613/1" + "date": "Wednesday, July 16th", + "time": "6:30 PM", + "location": "BYU-Idaho Campus, Science and Technology Center 221", + "register": "https://hamstudy.org/sessions/687546d0cd4e85e192b78263/1" }, { "date": "Saturday, August 17", diff --git a/net/net.json b/net/net.json index 7adb7e5..0e08582 100644 --- a/net/net.json +++ b/net/net.json @@ -1,5 +1,7 @@ { "weekly": [ + { "date": "2025-07-15", "count": 0 }, + { "date": "2025-07-08", "count": 4 }, { "date": "2025-07-01", "count": 8 }, { "date": "2025-06-28 [Exam Night]", "count": 0 }, { "date": "2025-06-17", "count": 5 },