CS257 Software Design Wednesday, 9 November 2022 + Accessibility - Doing the right thing - The ADA (depends on who you are, but you may be required to adhere to it) - Small stuff - alt text - avoid small fonts - avoid overriding browser settings - evaluate color palette for color-blindness - captions if there's audio - [advanced task: try a screen reader] - make your widgets (buttons, checkboxes, etc.) easy to click + UI design + Closer look at... - Flask templates - Passing information from the UI to the server - Javascript's fetch().then().then().catch() - How to use the data the API returns to the JS - What's the behavior of a dropdown list? values, captions, blah blah blah - ...?