ProductReview Example: Difference between revisions

m
Line 56: Line 56:
The Web Object should use the corresponding data dictionaries
The Web Object should use the corresponding data dictionaries


==== Creating the asp pages ====
==== Creating the frontend logic ====
The web markup should be designed around forms, that evolve around the web objects.
The web markup should be designed around forms, that evolve around the web objects.


Version 1.1 of the AJAX Library has wizards to create most of this functionality.


*Item.asp: a list to choose items from
*Rating.asp: a list of items with detailed ratings. show details about related users and items.
*Rating.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.
**Should use a [[AJAX Lookup list]] to choose the item to supply a rating for
*RateItem.asp: a form to supply rating information about a particular item.
*RateItem.asp: a form to supply rating information about a particular item ( [[AJAX Form]] )
*Purchase.asp: information about what items users has bought at what place
*Place.asp: information about a place where items can be bought ( [[AJAX Form]] )
*Purchases.asp: information about what items users has bought at what place ( [[AJAX Form]] )


== Implementation ==
== Implementation ==
1,134

edits