Commit graph

14 commits

Author SHA1 Message Date
70027409c3 Fix a bug where the promise wasn't being saved, so querying multiple times was behaving poorly 2025-12-05 22:26:21 -07:00
e782ff237f When the request is already pending, front/render the app if it exists 2025-12-05 22:25:47 -07:00
8f63529932 Prevent redundant variable recreation 2025-11-28 22:38:09 -07:00
493337bf82 Remove addResponse and userActivity from the public API 2025-11-28 21:59:47 -07:00
44977c95cc Make it so requesting data from offline users shows disconnected initially 2025-11-21 19:48:43 -07:00
cb334f41de Add safety check to ensure the response we got was for one of our requests. 2025-11-21 19:28:33 -07:00
c014e17da2 Implement the request cancellation 2025-11-20 22:43:14 -07:00
d60448640f Add methods to handle the finishing and cancellation of requests to the API 2025-11-20 17:12:03 -07:00
df0c69c731 Update the way the QueryManager exports are structured to be more esm-y rather than Java-y 2025-11-19 21:18:42 -07:00
bb095a9b4e Get user re-querying working when they disconnect and improve the user status 2025-11-19 21:02:49 -07:00
0362342419 Get the QueryStatus application displaying the status more appropriately 2025-11-12 00:09:52 -07:00
a242101b5b Begin working on the QueryStatus application for the requestor to monitor user responses 2025-11-09 00:31:04 -07:00
723bcf8735 Add notification and submission tracking for the QueryManager 2025-11-08 19:07:01 -07:00
Eldritch-Oliver
36811b268c Add a QueryManager helper class 2025-11-08 00:40:33 -07:00