From d2e5d7bd8bd2caaf90f8269b9eda495b3aaa99df Mon Sep 17 00:00:00 2001 From: adikatre Date: Fri, 20 Mar 2026 10:08:34 -0700 Subject: [PATCH 01/29] remove css from groups page --- .../StudentManagement/2025-04-07-Groups.html | 66 ------------------- 1 file changed, 66 deletions(-) diff --git a/_posts/teacher_toolkit/StudentManagement/2025-04-07-Groups.html b/_posts/teacher_toolkit/StudentManagement/2025-04-07-Groups.html index bdd2b6f9c9..a48c4d27ed 100644 --- a/_posts/teacher_toolkit/StudentManagement/2025-04-07-Groups.html +++ b/_posts/teacher_toolkit/StudentManagement/2025-04-07-Groups.html @@ -625,72 +625,6 @@

Group Feedb - - From 11777dd169b2dc13aebd4893e281a4c8a8a12d5f Mon Sep 17 00:00:00 2001 From: adikatre Date: Fri, 20 Mar 2026 10:28:19 -0700 Subject: [PATCH 02/29] improved ux for websocket connection --- .../StudentManagement/2025-04-07-Groups.html | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/_posts/teacher_toolkit/StudentManagement/2025-04-07-Groups.html b/_posts/teacher_toolkit/StudentManagement/2025-04-07-Groups.html index a48c4d27ed..cde42af3fd 100644 --- a/_posts/teacher_toolkit/StudentManagement/2025-04-07-Groups.html +++ b/_posts/teacher_toolkit/StudentManagement/2025-04-07-Groups.html @@ -2334,6 +2334,10 @@

-
-
-
-
-
- - - -
-
-

AI-Powered Group Formation

-

Create balanced groups based on student personas and team compatibility

+
+
+
+
+ + + + +
+
+

AI-Powered Group Formation

+

Create balanced groups based on student personas and team compatibility +

+
+
-
-
@@ -264,11 +269,9 @@

Group Chat

- -
@@ -283,17 +286,21 @@

Group Chat

- From 2198b60f79131c52ec1c99207f7d6c8fd5d8f633 Mon Sep 17 00:00:00 2001 From: adikatre Date: Wed, 25 Mar 2026 11:18:35 -0700 Subject: [PATCH 28/29] configure host when sending ws connection (only for testing) --- _includes/group_dashboard.html | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/_includes/group_dashboard.html b/_includes/group_dashboard.html index 34b2eff0ae..9913eb118e 100644 --- a/_includes/group_dashboard.html +++ b/_includes/group_dashboard.html @@ -449,13 +449,12 @@

Add Calendar Event

const chatSocketPort = 8589; function buildChatSocketEndpoint() { - const protocol = window.location.protocol; - const hostname = window.location.hostname; - const port = String(chatSocketPort); - const isDefaultHttp = protocol === 'http:' && port === '80'; - const isDefaultHttps = protocol === 'https:' && port === '443'; - const authority = (isDefaultHttp || isDefaultHttps) ? hostname : `${hostname}:${port}`; - return `${protocol}//${authority}/ws-chat`; + // JUST FOR TESTING, needs to be replaced in config.js for a more permanent implementation + const uri = new URL(javaURI); + if (uri.hostname === 'localhost' || uri.hostname === '127.0.0.1') { + return `${uri.protocol}//${uri.hostname}:${chatSocketPort}/ws-chat`; + } + return javaURI + '/ws-chat'; } // Chat state From 308d16bd08b510868f584a5a2d49455cedff2aa7 Mon Sep 17 00:00:00 2001 From: Rbojja23 Date: Wed, 25 Mar 2026 11:21:27 -0700 Subject: [PATCH 29/29] commit bathroomm queue to connect with bathroom pass --- navigation/toolkit/bathroom_queue.md | 181 +++++++++++++++++++++++++++ 1 file changed, 181 insertions(+) create mode 100644 navigation/toolkit/bathroom_queue.md diff --git a/navigation/toolkit/bathroom_queue.md b/navigation/toolkit/bathroom_queue.md new file mode 100644 index 0000000000..9a1fd25fb3 --- /dev/null +++ b/navigation/toolkit/bathroom_queue.md @@ -0,0 +1,181 @@ +--- +layout: aesthetihawk +title: Bathroom Queue +permalink: /bathroom_queue/ +--- + + + + + + +
+ +
+

+ BATHROOM QUEUE +

+ +
+
+ 0 + Away +
+
+ 1 + Limit +
+
+
+ Available +
+
+
+ + +
+
+

+ + + + QUEUE MONITOR +

+ 0 Active +
+ +
+ +
+
+ +
+

Queue is currently empty

+
+
+
+
+ +