Commit Graph

49 Commits

Author SHA1 Message Date
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
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
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
c5c0208371 add request code 2025-02-03 22:16:53 -08:00
f602aa6c2c add method to determine which url to use 2025-02-03 22:03:28 -08:00
18402401e3 rename token variable for clarity 2025-02-03 21:57:42 -08:00
90e5fa200e add todo 2025-02-03 21:51:52 -08:00
8bc71d25fe add code to update device ids object on successful delivery 2025-02-03 21:50:59 -08:00
e96316aa1e add eta subscriber callback code 2025-02-03 21:37:20 -08:00
3bdc730c95 add the code to associate tuple key with array of device ids 2025-02-03 21:31:18 -08:00
737a61fd41 add signature and default return for isNotificationScheduled 2025-02-03 21:25:18 -08:00
e9c2c8a7bc add private object to store scheduled notifications 2025-02-02 21:33:23 -08:00
1e82ec2697 remove encryption key 2025-02-02 21:31:40 -08:00
11fe22ceea add method to check if notification is scheduled (for testing 2025-02-02 21:31:24 -08:00
fe233dfcbd add pseudocode 2025-02-02 21:24:40 -08:00
6172a04427 add documentation and change interface for cancelAllNotifications 2025-02-02 21:09:07 -08:00
2c86d9189d update refreshed time on token generation 2025-02-02 14:57:06 -08:00
36909dd5ac fix fs import 2025-02-02 14:55:49 -08:00
9129ff6e91 add getter to lastRefreshedTimeMs 2025-02-02 14:44:35 -08:00
ddf008a0d6 remove async keyword from APNs reload 2025-02-02 14:43:07 -08:00
e30fafc9b7 remove method to start reloading token over timed intervals 2025-02-02 14:26:30 -08:00
a2386356f1 add experimental method to reload APNs token 2025-02-02 14:26:14 -08:00
483307f225 add arguments to scheduling methods 2025-02-02 13:51:48 -08:00
c4771adef8 add ScheduledNotificationData and make schedule functions async 2025-02-02 13:51:05 -08:00
88ab399c11 rename methods for clarity 2025-02-02 13:49:59 -08:00
62b040fccd add test cases for class 2025-02-02 13:49:00 -08:00
08d1f88693 add constructor which takes in repository 2025-02-02 12:47:13 -08:00
d0359e22cc add NotificationService class with stubs, and test file 2025-02-02 12:43:52 -08:00