Commit Graph

412 Commits

Author SHA1 Message Date
bc3526df88 refactor remaining methods into separate methods for improved testing 2025-01-22 15:16:28 -08:00
95f2181b1c add test for fetchAndUpdateStopAndPolylineDataForRoutesInExistingSystemsInRepository 2025-01-22 15:03:29 -08:00
df0e1d3d0f add error throwing to method 2025-01-22 14:59:04 -08:00
b2be3ae583 refactor fetchAndUpdateStopAndPolylineDataForRoutesWithSystemId into separate method 2025-01-22 14:55:51 -08:00
9fda898ecb update fetchAndUpdateRouteDataForSystemId to include try/catch 2025-01-22 14:36:49 -08:00
f1fd774821 refactor route fetching logic for single system ID to external function 2025-01-22 14:27:12 -08:00
1b9a77209f add error pathway and test case for validation 2025-01-22 14:01:57 -08:00
4dd8b450a0 move baseUrl and supported system ids to class level 2025-01-22 13:43:37 -08:00
e4b4683b60 change update helper methods back to protected 2025-01-22 13:41:17 -08:00
86777a1681 make all loader methods public for improved testing 2025-01-22 13:25:16 -08:00
59af309bec move api logic to parent class ApiBasedRepositoryLoader 2025-01-21 13:33:28 -08:00
900d649409 add note to turn loadTestData into class 2025-01-21 13:28:45 -08:00
fc23021c70 rename repository loader to TimedApiBasedRepositoryLoader 2025-01-21 13:27:42 -08:00
26d82390c6 remove ApiBasedRepository.ts and tests 2025-01-21 13:26:52 -08:00
80faf8114b remove redundant todo 2025-01-17 14:46:35 -08:00
33c1a512d2 experiment with using RepositoryDataLoader for ETA data 2025-01-17 14:39:05 -08:00
e4b08be1e4 clear data individually instead of all at once 2025-01-16 21:29:51 -08:00
6176dd9f5a call methods to clear data 2025-01-16 21:07:49 -08:00
b7a25a6115 add repository methods to clear all data 2025-01-16 21:07:44 -08:00
4c65f5d26e change timeout to 10 secs 2025-01-15 21:51:18 -08:00
5289e60d05 add binding of function and timer 2025-01-15 21:42:33 -08:00
9ad275a662 use global timeout variable instead of local one 2025-01-15 21:37:54 -08:00
7917cd7126 set timeout for repository data loader 2025-01-15 21:32:06 -08:00
c4ee93d3d1 fix filtering statement within getEtaForShuttleAndStopId 2025-01-09 13:48:46 -08:00
e74eadc86c update resolvers to pull eta data from apiBasedRepository 2025-01-09 13:36:26 -08:00
04a9d4494e fix logic for getting stop data 2025-01-09 13:34:50 -08:00
798a708793 call seeding function 2025-01-09 13:23:21 -08:00
404c391dfa fix seeding function 2025-01-09 13:23:11 -08:00
d7bc9b1923 add apiBasedRepository to server context 2025-01-09 13:11:27 -08:00
a5dc5a11da update TODOs 2025-01-08 17:41:38 -08:00
160e24460b update getShuttleById to move TTL check to other method 2025-01-08 17:36:54 -08:00
f865544e49 add getStopById test for getEtasForStopId 2025-01-08 17:26:05 -08:00
91d020a7bc update caching behavior temporarily for updateEtasForSystemIfTTL 2025-01-08 17:18:12 -08:00
a4e359b19b update stopByStopId in cache 2025-01-08 16:50:14 -08:00
eef414cdb7 implemnet getStopById method 2025-01-08 16:49:00 -08:00
17b6f93f0e add implementation for getEtasForStopId and getEtasForShuttleId 2025-01-08 16:44:06 -08:00
eeadfa62cb fix id in conditional and return milleseconds for eta 2025-01-08 16:39:11 -08:00
638d15ccd8 fix incorrect ID used for eta filter 2025-01-08 16:30:07 -08:00
a7efda6fba fix conditional check for getEtaForShuttleAndStopId 2025-01-08 16:25:56 -08:00
88dbce007d implement getStopsBySystemId and updateStopsForSystemId 2025-01-08 16:19:11 -08:00
3829286ec4 in RepositoryDataLoader, fix hardcoded value 2025-01-08 16:15:59 -08:00
97c3376cf7 fix incorrect inheritance for IOrderedStop 2025-01-08 16:13:46 -08:00
90f9710a8e finish up implementation for updateEtasForSystemIfTTL 2025-01-08 16:08:53 -08:00
0996be0ce3 add implementation for updateShuttlesForSystemIfTTL 2025-01-08 15:55:39 -08:00
65211df3b7 remove redundant TODO 2025-01-08 15:55:29 -08:00
16c6f48a1d extract method to update shuttle data 2025-01-07 21:11:53 -08:00
e59a3808c0 update type definition for getShuttlesBySystemId 2025-01-07 21:04:12 -08:00
9a80bde10e add fields for cache and ttls 2025-01-07 20:56:06 -08:00
ae20bb9bb9 add implementation for getShuttleById 2025-01-07 20:47:37 -08:00
effd3928f0 update cache and ttls interface 2025-01-07 20:32:54 -08:00