Add todo for transfer refactor.

This commit is contained in:
Dan Albert 2021-04-22 22:24:57 -07:00
parent 4069074f41
commit 26cd2d3fef

View File

@ -16,6 +16,11 @@ from gen.naming import namegen
from gen.flights.flight import Flight, FlightType
# TODO: Remove base classes.
# Eventually we'll want multi-mode transfers (convoy from factory to port, onto a ship,
# then airlifted to the final destination, etc). To do this we'll need to make the
# transfer *order* represent the full journey and let classes like Convoy handle the
# individual hops.
@dataclass
class TransferOrder:
"""The base type of all transfer orders.