Lisesoee / Unter-Taxi-Dispatcher

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

UC 5: Dispatch taxi-order #10

Closed Lisesoee closed 7 years ago

Lisesoee commented 7 years ago

We can now post Orders to the database using AJAX. Working on posting using the id's from the selected rows. Having a bit of trouble with jQuery syntax, but shouldn't be much of a problem. 👍

Lisesoee commented 7 years ago

We can now dispatch selected taxi to selected request(s), with a small change in jQuery syntax (from $(this).id to this.id) 👍