Commit Graph

521 Commits

Author SHA1 Message Date
e8d5dbe6b3 link schmid gate to shuttle 2025-02-19 11:59:00 -08:00
ad07a6be44 add schmid gate as a stop 2025-02-19 11:58:13 -08:00
614b062b01 add polyline coordinates for the teal route 2025-02-19 11:53:31 -08:00
bc2f90e11e add polyline coordinates for red route 2025-02-19 11:30:38 -08:00
58bb8a1c32 change flag to integration-testing and update notification service construction 2025-02-19 11:15:11 -08:00
f1b9fb6824 add a flag to control whether the notification service should actually send notifications 2025-02-19 11:14:48 -08:00
92537a298b check for command line argument 2025-02-19 11:02:21 -08:00
63a215ac41 remove TODO for test data class 2025-02-19 10:55:37 -08:00
556906d15e remove test data repository loader 2025-02-19 10:55:16 -08:00
6da782fd3d add stubs for test data repository loader 2025-02-19 10:50:04 -08:00
3b173aeb22 add RepositoryLoader interface 2025-02-19 10:47:58 -08: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
c09d35b65c implement method in NotificationService 2025-02-12 19:43:05 -08:00
c1ec50db7b add TupleKey method to convert string key back to tuple 2025-02-12 19:39:37 -08:00
3ce72d79be add NotificationService method and test case stub 2025-02-12 19:30:11 -08:00
2d4e206739 lower seconds threshold for notification to fire 2025-02-11 12:05:27 -08:00
a74a6c995a update implementation and test for getAPNsFullUrlToUse 2025-02-11 11:58:13 -08:00
ebcd35b85d use base64 encoded private key for apns 2025-02-11 11:46:46 -08:00
4fdf60f9bf update import for testing 2025-02-10 14:02:40 -08:00
a880d71c87 use updated getAPNs... method 2025-02-10 13:34:48 -08:00
5e186c643c propagate error message down to outer catch statement 2025-02-10 13:32:26 -08:00
baa94eeef5 update tests and implementation ofr getAPNsFullUrlToUse 2025-02-10 13:30:29 -08:00
da224c36ed use node.js http2 module instead of fetch 2025-02-10 13:21:48 -08:00
2d92370254 reload apns token on startup 2025-02-10 13:21:41 -08:00
6635a1a89b use api.development.push instead of api.sandbox.push 2025-02-10 10:36:49 -08:00
a6138b37cb use seconds instead of ms for claims payload 2025-02-10 10:32:46 -08:00
a3efae9f24 add dotenv support 2025-02-10 10:32:18 -08:00
d3c824be68 implement cancelNotification 2025-02-04 11:42:02 -08:00
2b0bef876c implement scheduleNotification 2025-02-04 11:40:09 -08:00
cea7b48323 add mutation resolvers to merged resolvers 2025-02-04 11:22:17 -08:00
814f2c6584 change repository type to GetterSetterRepository to account for mutations 2025-02-04 10:52:07 -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
82a70ea04e add notification service to server context 2025-02-04 10:12:19 -08:00
9048d2f1bc remove todo for now 2025-02-03 23:54:37 -08:00
4a63929cc1 remove cancelAllNotifications method (one less method to test 2025-02-03 23:50:00 -08:00
629fe4dddd add cancelNotificationIfExists implementation 2025-02-03 23:48:53 -08:00
403bec7c63 rename method to define what happens if notification doesn't exist 2025-02-03 23:45:55 -08:00
3e4f6e5440 remove empty test file 2025-02-03 23:29:45 -08:00
80e976752b change behavior for missing shuttle/stop/ETA 2025-02-03 23:29:01 -08:00
aff82a8185 fix binding errors with static method 2025-02-03 23:26:04 -08:00
c593fe14e1 make getAPNsFullUrlToUse public and testable 2025-02-03 23:23:21 -08:00
b3b4b71e22 extract seconds number to public readonly class property 2025-02-03 23:15:05 -08:00
0cd7c2fe47 add export for scheduled notification data 2025-02-03 23:13:13 -08:00
64931e7546 remove redundant comments 2025-02-03 23:00:18 -08:00
4c8658a3d9 bind all other methods to class 2025-02-03 22:52:35 -08:00
16d2d4b4ef add seconds threshold for notification 2025-02-03 22:47:17 -08:00
103ddef523 add handling for error and successful return 2025-02-03 22:42:25 -08:00