Lisesoee / Unter-Taxi-Dispatcher

Rayan and Lises Unter Taxi school project. (Back-end dispatcher part)
0 stars 0 forks source link

UC 4: Show available taxis #11

Closed Lisesoee closed 7 years ago

Lisesoee commented 7 years ago

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.

Lisesoee commented 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.