update TODOs

This commit is contained in:
2025-01-08 17:41:38 -08:00
parent 3abbfbb26d
commit a5dc5a11da

View File

@@ -3,6 +3,7 @@ import { IEta, IOrderedStop, IRoute, IShuttle, IStop, ISystem } from "../entitie
const baseUrl = "https://passiogo.com/mapGetData.php" const baseUrl = "https://passiogo.com/mapGetData.php"
// TODO: implement TTL functionality
// TODO: add TTL values to everything // TODO: add TTL values to everything
// TODO: remove RepositoryDataLoader and UnoptimizedInMemoryRepository // TODO: remove RepositoryDataLoader and UnoptimizedInMemoryRepository
// TODO: make milliseconds (TTL) required on everything // TODO: make milliseconds (TTL) required on everything