Skip to content

Addition of select flights

Tereza Vrabcová requested to merge flight-fix into develop
  1. Modification of the flight-module to compile with the new domain module.
  2. Replacement of LocalDateTime for ZonedDateTime with the datetime being unified for UTC for the Flight(InsertDto|UpdateDto|FindDto). #14 (closed)
  3. Creation of two new endpoints - first listing all flights after given datetime, second listing all flights after current datetime. #20 (closed)

Merge request reports