Commit Graph

342 Commits

Author SHA1 Message Date
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
339148c890 implement test which checks if notification stays scheduled 2025-02-03 21:55:26 -08:00
711caa1d15 add a second notification to schedule for the test 2025-02-03 21:52:01 -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
fba021d921 Merge branch 'main' into feat/notification-service 2025-02-03 21:31:46 -08:00
3bdc730c95 add the code to associate tuple key with array of device ids 2025-02-03 21:31:18 -08:00
69525a643d add another test to see if the data actually gets scheduled 2025-02-03 21:26:59 -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
f8ff7f9cc9 add testing logic for scheduleNotification test 2025-02-02 15:13:13 -08:00
2c86d9189d update refreshed time on token generation 2025-02-02 14:57:06 -08:00
311906d88d update sample key 2025-02-02 14:55:59 -08:00
36909dd5ac fix fs import 2025-02-02 14:55:49 -08:00
8605b2087a add sample key and mock fs return value 2025-02-02 14:52:07 -08:00
998dcaa9c7 add process.env variables 2025-02-02 14:48:03 -08:00
3ff041dd4e add tests for reloadAPNsTokenIfTimePassed 2025-02-02 14:46:21 -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
e0820cd17b add test setup 2025-02-02 14:42:32 -08:00
a69ab5853c update test cases for notification service 2025-02-02 14:28:10 -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
e2e47bafc5 add jsonwebtoken types 2025-02-02 14:21:20 -08:00
fb981d4800 add bundle id and key path as variables 2025-02-02 14:09:35 -08:00
3bb7f3a030 add jsonwebtoken to dependencies 2025-02-02 14:00:43 -08:00
7773884862 add .env.example containing apns values 2025-02-02 13:59:00 -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
dbbb9c0169 Merge pull request #16 from brendan-ch/feat/repository-eta-subscriber
feat/repository-eta-subscriber
2025-02-02 13:20:00 -08:00
7d762f17dc optimize imports 2025-02-02 13:18:33 -08:00
fe16bc7124 add test case for nonexistent callback 2025-02-02 13:16:28 -08:00
b30e4be895 rename methods for clarity on method events 2025-02-02 13:14:45 -08:00
9dd6e945c2 extract publishing code to private method 2025-02-02 13:14:04 -08:00
a810a2e78f add 'publish' code to addOrUpdateEta 2025-02-02 13:13:32 -08:00
01cbad3a73 add code to add/remove from subscriber array 2025-02-02 13:12:20 -08:00
047ff3a56e add test cases for the new functions 2025-02-02 13:09:54 -08:00
ec62b0c8bf update interface to not be async 2025-02-02 13:07:42 -08:00
899b953be5 add test cases 2025-02-02 13:05:13 -08:00
5957010a7f add test cases and documentation for functions 2025-02-02 13:04:03 -08:00
345d4905fe add method stubs in basic in-memory repository 2025-02-02 12:51:25 -08:00
acfc91d3c1 add method stubs for subscribing/unsubscribing to changes 2025-02-02 12:49:41 -08:00