The All-Hotwire App
Understand Hotwire features in the venue page of the All-Hotwire application.
We'll cover the following...
Features replicated in Hotwire
The list of features on the venue page which will be replicated in Hotwire are:
-
Unroll the markup from the React components and go back to an ERB template.
-
Add the interaction for changing the number of tickets to buy, which also changes the status of seats from valid to invalid and vice versa, including communication with the server.
-
Add the interaction for clicking on a seat, which updates the status of that seat, the seats to its left and right (which might be purchased or become invalid), and the subtotal, including communication with the server.
-
Add the interaction for ...