Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 600 Bytes

File metadata and controls

15 lines (8 loc) · 600 Bytes

Ask Simulator

This is an ask simulator that allows people to ask questions and get answers (some good, some bad). Think of it like a hybrid between a turing machine, a magic eight-ball, and a verbal sparring partner.

Models

Questions

Questions start out as a simple text field associated with a user. (Or, in the future, they might be able to be texted in!). Upon submission they are reviewed and assigned an answer.

ToDo

AJAX-ey wait

When someone sends a message there should be a brief pause during which panic dots appear on the screen. Sounds like a job for AJAX and JS.