Advertisement
pcwizz

Untitled

Sep 3rd, 2014
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. # PCWIZZ LTD
  2. ## Product analysis/design
  3.  
  4. ### General details
  5.  
  6. #### Name
  7.  
  8. What is optimum age
  9.  
  10. #### Description
  11.  
  12. A site that displays random images and asks the user to rate their attractiveness, without any other information. The site then can use this data to plot on a visual graph what the optimum age is and how it fluctuates over time.
  13.  
  14. #### Legal implications
  15.  
  16. - All images must be licences appropriately.
  17. - Images should not be explicit (pornographic, or nudes)
  18.  
  19. ### Technical
  20.  
  21. #### Initial thoughts
  22.  
  23. - nginx web server
  24. - php server side scripting
  25. - servers url to random image via json api
  26. - takes response to question stors in database
  27. - servers data via json api
  28. - mysql database
  29. - javascript front end
  30. - uses json api to load images
  31. - uses json api to plot graph
  32. - on canvas
  33. -sends form data to server
  34. - css
  35. - make it fit on a page
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement