These clarifications and wireframes are meant to be a supplement to Mongoose Flights Lab, Part 3.
First, you're to create a Ticket schema with the following fields/properties:
seat
price
flight
AAU, when viewing the details page (show view) for a flight, I want to click on an "Add Ticket" link to take me to a form where I can create a ticket.
AAU, I want to create tickets by entering the information on a page (new view) that has a form and submitting it.
The form that you're creating should only include the fields you defined in the schema like this:
AAU, when viewing the details page (show view) for a flight, I want to see a list of that flight's tickets (seat & price).
When the tickets are listed, the data for each row should only come from the Ticket schema.
Refer to the wireframes above. The styling in these wireframes was taken from the Mongoose Movies lessons, so the feel free to style your app as you please!