Closed Lisesoee closed 7 years ago
After adding isAvailable-column to the Taxi table in the database, I added an if-statement to check if the taxi is available so that only available taxis are shown in the table in the dispatcher.
Note: when dispatching a taxi-order, the boolean needs to be flipped.
Partly done; The taxis are now shown, but since we dont have any boolean in the database for isAvailable, we cant really sort on the availability.