The Survey
Explore how to build a dynamic survey tool in Phoenix LiveView that collects demographic data once and product ratings multiple times. Understand when to use stateless components for efficient UI updates and how LiveView helps manage complex multi-step forms seamlessly.
We'll cover the following...
We'll cover the following...
Description
Great companies know what their customers think, and Pento should be no different. We want to build a survey tool. Let’s build a survey tool that tracks what our customers think about us over time. Our data scientists will want to slice and dice those results by several essential demographics.
Requirements
A sure way to irritate our customers is to ask the same demographic questions each time, so we’ll ask demographic questions once. Then, we can ask a few short ...