It reminds me of the "Dynamic HomeFinder", developed by Christopher Williamson and Ben Shneiderman at the University of Maryland Human Computer Interaction Lab in the late 80's, which they published a paper about in SIGIR '92: "The Dynamic HomeFinder: Evaluating Dynamic Queries in a Real-Estate Information Exploration System".<p><a href="https://web.archive.org/web/20161119140228/http://hcil2.cs.umd.edu/trs/92-01/92-01.html" rel="nofollow">https://web.archive.org/web/20161119140228/http://hcil2.cs.u...</a><p>>Abstract: We designed, implemented, and evaluated a new concept for visualizing and searching databases utilizing direct manipulation called dynamic queries. Dynamic queries allow users to formulate queries by adjusting graphical widgets, such as sliders, and see the results immediately. By providing a graphical visualization of the database and search results, users can find trends and exceptions easily. User testing was done with eighteen undergraduate students who performed significantly faster using a dynamic queries interface compared to both a natural language system and paper printouts. The interfaces were used to explore a real-estate database and find homes meeting specific search criteria.<p>Here is a great talk by Ben where he states the goals of the visual information seeking process, and shows the Dynamic HomeFinder "thousand points of light" demo:<p>User Interface Strategies 1990 (University of Maryland Television Broadcast) Part 1-5:<p><a href="https://www.youtube.com/watch?v=Yz_7nJN8jk0" rel="nofollow">https://www.youtube.com/watch?v=Yz_7nJN8jk0</a><p>In 1992 I was inspired to implement a version of it for SimCity I called the "SimCity Frob-O-Matic Dynamic Zone Filter", and I wrote about it a few years ago on Hacker News, and linked to a video demo:<p><a href="https://news.ycombinator.com/item?id=11370099">https://news.ycombinator.com/item?id=11370099</a><p>DonHopkins on March 27, 2016 | parent | context | favorite | on: Direct Manipulation: A Step Beyond Programming Lan...<p>Ben Shneiderman has made a career of performing controlled experiments, measuring the efficacy of different techniques, comparing them to each other in different contexts, and teaching his students the importance of empirical testing, balanced with human centered design. [1]<p>He and Ike Nassi developed a goto-less visual programming technique called the Nassi-Shneiderman diagram [2]. He not only studied and summarized the status quo of flowcharting, but also conducted experiments that suggested flowcharts were not helpful for writing, understanding, or modifying computer programs.<p>He's also done a lot of work with information visualization [3], including tree maps and dynamic query sliders, and developed systems and published papers that have inspired many other people.<p>He and Christopher Williamson developed and empirically evaluated dynamic query sliders in the ingenious Dynamic Home Finder [4], which applies direct manipulation and infovis techniques to dynamic real time visual real-estate database queries. That inspired me to implement a similar real time information visualization technique in SimCity [5].<p>By studying, measuring, comparing, and generalizing on what was really going on, he came up with these eight golden rules for interface design:<p>1) Strive for consistency. Consistent sequences of actions should be required in similar situations...<p>2) Enable frequent users to use shortcuts. As the frequency of use increases, so do the user's desires to reduce the number of interactions...<p>3) Offer informative feedback. For every operator action, there should be some system feedback...<p>4) Design dialog to yield closure. Sequences of actions should be organized into groups with a beginning, middle, and end...<p>5) Offer simple error handling. As much as possible, design the system so the user cannot make a serious error...<p>6) Permit easy reversal of actions. This feature relieves anxiety, since the user knows that errors can be undone...<p>7) Support internal locus of control. Experienced operators strongly desire the sense that they are in charge of the system and that the system responds to their actions. Design the system to make users the initiators of actions rather than the responders.<p>8) Reduce short-term memory load. The limitation of human information processing in short-term memory requires that displays be kept simple, multiple page displays be consolidated, window-motion frequency be reduced, and sufficient training time be allotted for codes, mnemonics, and sequences of actions.<p>----<p>[1] An Empirical Comparison of Pie vs. Linear Menus: <a href="http://www.donhopkins.com/drupal/node/100" rel="nofollow">http://www.donhopkins.com/drupal/node/100</a><p>[2] Nassi-Shneiderman diagram: <a href="https://en.wikipedia.org/wiki/Nassi%E2%80%93Shneiderman_diagram" rel="nofollow">https://en.wikipedia.org/wiki/Nassi%E2%80%93Shneiderman_diag...</a><p>[3] InfoVis: <a href="https://en.wikipedia.org/wiki/Information_visualization" rel="nofollow">https://en.wikipedia.org/wiki/Information_visualization</a><p>[4] Dynamic Home Finder: <a href="http://hcil2.cs.umd.edu/trs/92-01/92-01.html" rel="nofollow">http://hcil2.cs.umd.edu/trs/92-01/92-01.html</a><p>[5] SimCity Frob-O-Matic Dynamic Zone Filter: <a href="https://youtu.be/_fVl4dGwUrA?t=3m35s" rel="nofollow">https://youtu.be/_fVl4dGwUrA?t=3m35s</a>