Python-powered Chat Apps with Twilio and SendGrid Transcripts
Chapter: Course conclusion and review
Lecture: Review: Admin backend - fulfilling an order

Login or purchase this course to watch this video and the rest of the course contents.
0:00 After we received an order. The next thing we have to do is fulfill it Our bakers had to find it and then go bake it. And when they were done said,
0:08 Hey, your orders fulfilled. Your cake is on the cooling rack. Come and pick it up. So we had two steps. In order to do that. We went to the database,
0:15 created one of these sessions. We found the order. He said, Well, if there's no order, we can't fulfill it. If the order is already fulfilled,
0:22 also can't fulfill it. But it's sort of fulfilled. So that's all good. Other than that, we just set the fulfilled date from none to now.
0:30 The session is going to commit this because that works successfully Presumably the order is now fulfilled fantastic.


Talk Python's Mastodon Michael Kennedy's Mastodon