Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # PCWIZZ LTD
- ## Product analysis/design
- ### General details
- #### Name
- What is optimum age
- #### Description
- 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.
- #### Legal implications
- - All images must be licences appropriately.
- - Images should not be explicit (pornographic, or nudes)
- ### Technical
- #### Initial thoughts
- - nginx web server
- - php server side scripting
- - servers url to random image via json api
- - takes response to question stors in database
- - servers data via json api
- - mysql database
- - javascript front end
- - uses json api to load images
- - uses json api to plot graph
- - on canvas
- -sends form data to server
- - css
- - make it fit on a page
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement