mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 16:00:32 +00:00
clarify functionality gap by to-do
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
import { GetterRepository } from "./GetterRepository";
|
||||
import { IEta, IOrderedStop, IRoute } from "../entities/entities";
|
||||
|
||||
// TODO: implement
|
||||
|
||||
interface ApiBasedRepositoryCache {
|
||||
etasForShuttleId: {
|
||||
[shuttleId: string]: IEta[],
|
||||
@@ -39,6 +37,7 @@ export class ApiBasedRepository implements GetterRepository {
|
||||
return [];
|
||||
}
|
||||
|
||||
// TODO: migrate rest of logic over to this class
|
||||
public async getOrderedStopByRouteAndStopId(routeId: string, stopId: string): Promise<| null> {
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user