Rating the driver of a trip (Node.js)
In this use case, the user rates the driver of a trip. The rating is usually between 1 to 5. The mobility service sometimes asks for a reason why the user has provided a particular
In this use case, the user removes one or more items after the order has been confirmed. If the user has already made the payment, the seller sends refund terms that the user needs to
In this use case, the user sometimes updates the billing details of the order after the order has been placed. The seller then updates the order with the new billing details and sends back the
In this use case, the user adds an optional add-on to a particular product in the cart. This is generally useful in the case of restaurants where the user is allowed additional customization on individual
In this use case, the user types the name of a seller that he wants to buy from. This usually happens when the user knows the store is open and also has the items he
In this use case, the user usually clicks on a store to view its product catalog Code snippets Client calls the BAP server to trigger search: router.post("/local_retail/view_provider_catalog", viewProviderCatalog); async function viewProviderCatalog({ body }, res) {
In this use case, the user enters the price range before searching for a product. This can be combined with any other use case that results in a list of items Code snippets Client calls
In this use case, the user sometimes updates the shipping details of the order after the order has been placed. Usually, a pharmacy does not allow the user to update the shipping details, but in
In this use case, the user removes one or more items after the order has been confirmed. If the user has already made the payment, the pharmacy sends refund terms that the user needs to
In this use case, the user adds one or more items after the order has been confirmed. If the user has already made the payment, the pharmacy sends additional payment terms that the user needs
Recent Comments