Commit Graph

24 Commits

Author SHA1 Message Date
7e0c1f3539 rename get system method on shuttle repository, update tests 2025-04-06 09:48:55 -07:00
ef94a9aa7e fix method calls and tests 2025-03-27 10:56:57 -07:00
3761f43909 update server context to only include the notification repository 2025-03-27 10:42:43 -07:00
bda46d6808 rename repository to server repository in server context 2025-03-27 10:38:02 -07:00
7379840070 extract notification repository to interface 2025-03-27 10:06:42 -07:00
09be37cedb move arguments and notification interfaces to notification repository file 2025-03-27 09:57:49 -07:00
717575e004 update query resolvers to add the seconds threshold 2025-03-25 16:00:13 -07:00
99672e749f use seconds threshold provided in argument inputs 2025-03-25 15:48:42 -07:00
96e7e0297b update tests for mutation resolvers 2025-03-25 15:43:00 -07:00
fb49577cf6 add logic to send notification based on a provided threshold 2025-03-25 15:19:09 -07:00
891bf522ba add orientation data to route resolver 2025-03-17 13:25:37 -07:00
f5d40ebd7a add implementation for isNotificationScheduled 2025-02-12 19:53:26 -08:00
8971e3514d add isNotificationScheduled resolver and test cases 2025-02-12 19:51:42 -08:00
d3c824be68 implement cancelNotification 2025-02-04 11:42:02 -08:00
2b0bef876c implement scheduleNotification 2025-02-04 11:40:09 -08:00
f1f1d5c971 remove cancelAllNotifications resolver 2025-02-04 10:42:12 -08:00
588d433fa3 add placeholder responses to get typescript to stop screaming 2025-02-04 10:36:46 -08:00
2116387203 add stubs for mutations 2025-02-04 10:35:50 -08:00
f1579904c7 check for system association in system resolvers 2025-01-29 00:03:31 -08:00
391884c91d reduce System.shuttles resolver to one statement 2025-01-28 20:40:36 -08:00
3fca362c14 simplify stops resolver to one statement 2025-01-28 20:38:17 -08:00
da3d67a075 fix spacing for RouteResolvers.Route 2025-01-28 15:53:56 -08:00
5813408a36 move other resolvers into their own files 2025-01-23 03:39:50 -08:00
d506f9bbfe split query resolvers into separate files 2025-01-23 03:33:43 -08:00