feat(bookings): implement booking system and confirmation flow
Add database tables and repository for managing bookings Create API endpoints for booking submission and capacity management Update landing page to persist bookings before WhatsApp redirection
This commit is contained in:
@@ -90,5 +90,5 @@ export function getDefaultAuthenticatedPath(
|
||||
return '/security'
|
||||
}
|
||||
|
||||
return user.role === 'super_admin' ? '/management/users' : '/security'
|
||||
return user.role === 'super_admin' ? '/management/users' : '/bookings'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user