CS257 Software Design Monday, 14 November 2022 + Notes on the past several assignments - Navigational structure & disorientation - User story specificity - Specs in class and in the world PROS and Cons of - [SERVER DOES THE WORK] Composing a data-based page on the server, and just sending the resulting HTML to the browser - *** [CLIENT DOES THE WORK] In the Javascript, request data, and modify the HTML once the data comes back + Stuff that's confusing - Passing info via URL w/ GET parameters - Templates o