You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be possible to get a singular list of bookings for either: a) a production (by id/slug) b) a performance id / a set of performance ids
This should respect the user's permissions on what bookings they are able to see
This should be paginated, so that we can get, for example, the first 10 bookings that meet the production/performance filter(s), and then offset to get next 10, etc.
Should be able to filter these bookings to exclude draft (i.e. include all others)
Should be able to filter by the created date (createdAt filter wants specific time). (this won't be the same as payment date necessarily though?)
Context: This will be used on the admin production bookings page to display the bookings
The text was updated successfully, but these errors were encountered:
Requirements:
Context: This will be used on the admin production bookings page to display the bookings
The text was updated successfully, but these errors were encountered: