TUTORIAL
How to create an admin page to manage booking requests (Part 2/2)
Learn how to use the Wix Bookings API to create your own admin page, so you can manage all your booking requests. You’ll use two repeaters to view, approve or dismiss booking requests—one for all your pending requests and the other for dismissed requests. Each repeater will be connected to its own dataset with different filter values. This ensures each dataset retrieves only the relevant data from the “Pending Appointments” collection (created in the first part of this tutorial) and populates each repeater appropriately. Then, you’ll add code that gives functionality to the elements on your admin page, like approve or dismiss booking requests, or
Coding | 12:41
Learn how to use the Wix Bookings API to create your own admin page, so you can manage all your booking requests. You’ll use two repeaters to view, approve or dismiss booking requests—one for all your pending requests and the other for dismissed requests. Each repeater will be connected to its own dataset with different filter values. This ensures each dataset retrieves only the relevant data from the “Pending Appointments” collection (created in the first part of this tutorial) and populates each repeater appropriately. Then, you’ll add code that gives functionality to the elements on your admin page, like approve or dismiss booking requests, or