December 2024
Intermediate to advanced
304 pages
8h 57m
English
These are the raw notes captured for the use case example explored in chapter 8:
Charter
Explore how bookings are rendered in the report view
With a very large collection of bookings
To discover if large amounts of bookings are easy to read
Session notes
Session setup:
How can I create test data for the report page?
Analyzing how the code in the API and JS works with a prompt, it appears the report data is built by pulling data from the room API and then iterating over each room to retrieve bookings from the booking API.
How can I create SQL data for the room and booking APIs
Create a prompt to generate test data based on seed.sql file for room API.
Add the data into seed.sql and rebuild the room ...
Read now
Unlock full access