Hi Vineesha,
This movie ticket booking app in Mendix requires entities for Movie, Theatre, Branch, Show, Booking, and custom Roles (Admin, User) linked to the built-in Mendix. Account. Admin users manage movies, theatres/branches, shows (including setting total seats), and users. User features include selecting a theatre/branch, viewing shows, booking tickets (updating available seats), and canceling bookings (releasing seats). Security roles control access: Admin has full access, User has read access to movie/show data and create access to bookings. UI includes pages for admin management and user booking flow. Microflows handle show creation (initializing available seats), booking (validating availability and updating seat count), and cancellation (releasing seats). Use XPath constraints for data filtering, reference selectors for entity linking, and transactions for data consistency, especially around booking and cancellation processes.
I have entities for Movies, Theaters, Branches, Screens and Showtime.
I have pages for these and created buttons and linked the pages to buttons.
What are the next steps.