1 / 22

Content Analysis

Content Analysis. What the information wants. Modeling Exercise.

gail-brooks
Télécharger la présentation

Content Analysis

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Content Analysis What the information wants

  2. Modeling Exercise http://www.apartments.com/rent/Seattle-WA/Ava-Queen-Anne/102736.268?SearchCriteria=oTJ2f0Fp6Qg63H3Fcab38mhtprSVA0iTAXrzW9Yg9xrAiT9ATGcP-|uYFiZ-|RA3LFgFffma63tYsqmEbtofbSi2Gtce0/2ej6gahDREv7JJv8sU9ZO2CxRcZJih5ogLVVdSKWFJLI6Q085BaQvgmhkstfbWqiCR/2crmrDzjY3DTcIIS5rzu4sg==&prvpg=7&sid=6d187530-0f24-4724-b013-466a8563051b&stype=CityStateOrZip&productId=BA2110

  3. Modeling Exercise • Team up with one person • Go to Apartments.com • Find a page like the one I showed • Produce an ERD with • Complexes, apartments, and features entities • Main attributes • Named relationships Entity attribute

  4. How is the Information Organized?

  5. The four forms • Hierarchy • Index • Association • Sequence

  6. How is the information organized?

  7. Functionality • Trigger • User action (button, link, etc.) • System action (time, event, etc.) • Parameter transfer • URL parameters • Form parameters • System parameters • Algorithm • Standardized logic • Parameterized operation • Response • Changes to info presented • Changes to functionality presented

  8. There’s a lot in a URL http://www.apartments.com /rent/Seattle-WA/Ava-Queen-Anne/102736.268 ?SearchCriteria=oTJ2f0Fp6Qg63H… &prvpg=7 &sid=6d187530-0f24-4724-b013-466a8563051b &stype=CityStateOrZip &productId=BA2110

  9. The pseudo query • What (select) • What specific elements do I want to use/show • Where (where) • How do I find the info I want • How (order by) • How should the results be sorted

  10. What: Apartment elements Full view Thumbnail view vs Results view vs

  11. Indexes Pseudo Query What: Apartment results elements Where: city AND state AND zip • Algorithm • Parse input • Validate input • Build the query • Where = AND

  12. Indexes Pseudo Query What: Apartment results elements Where: A BETWEEN min and max AND B between min and max • Algorithm • Validate input • Build the query • BETWEEN • AND

  13. Indexes Pseudo Query What: Apartment results elements Where: A = 1 OR 2 or 3 AND B = 4 OR 5 OR 6 • Algorithm • Build the query • OR within a control • AND between controls

  14. Associations Pseudo Query What: Apartment results elements Where: search.id = the one in the link How: order by searches.dateTime(decending) • Algorithm • Build the query • single criterion • Order by dateTime

  15. Associations Pseudo Query What: Apartment thumbnail elements Where: all user-apartment records How: order by user-apartment.dateTime orNumber of user-apartment records apartment.rent • Algorithm • Run canned query • Set ordering • Build display • rows/columns

  16. Associations Algorithm Fancy idea of how apartments are related Fancy idea of how to order results Pseudo Query What: Apartment thumbnail elements Where: probably really complex How: order by how much you want them to click on each (also complex)

  17. Hierarchy • What do all hierarchies have? • How do we represent that? sub sub feature sub feature sub sub feature sub sub feature sub sub feature Feature sub feature sub sub feature sub sub feature sub sub feature sub feature sub sub feature sub sub feature

  18. The border between an index and a hierarchy A one-level hierarchy? Eh… more like an index

  19. A limited hierarchy

  20. An unlimited hierarchy

  21. Exercise: Model this Pseudo Query What: Where: How: Algorithm xxx yyy

  22. Function and flow revisited I’m unsure of what I want Browse feature Wizard user profiler I have an idea of what I want Facets products Viewed Favorites Social solidifiers You made me even more confused I am committed to some specific ones I can’t narrow down I can’t decide

More Related