ProductReview Example: Difference between revisions

Line 29: Line 29:
*UserInfo_DataDictionary
*UserInfo_DataDictionary


TODO: insert a [[VDFStructureViewer]] image when done


=== Creating the webapp ===
=== Creating the webapp ===
==== Webservice ====
==== Webservice ====
Create a AJAX WebService to call from the clientside VDF Ajax lib. This webservice will be responsible for handling the serverside calls.
Create a AJAX WebService to call from the clientside VDF Ajax lib. This webservice will be responsible for handling the serverside calls.


Line 50: Line 47:


==== Creating the web markup ====
==== Creating the web markup ====
*Item.asp: a list to choose items from
*Item.asp: a list to choose items from
*Ratings.asp: a list of items with detailed ratings. show details about related users and items.
*Ratings.asp: a list of items with detailed ratings. show details about related users and items.
*Place.asp: information about a place where items can be bought.
*RateItem.asp: a form to supply rating information about a particular item.
*RateItem.asp: a form to supply rating information about a particular item.
*Purchase.asp: information about what items users has bought at what place
Anonymous user