ProductReview Example: Difference between revisions

m
mNo edit summary
Line 15: Line 15:
The system should be implemented  as a web application, [[Using the AJAX Library]] .
The system should be implemented  as a web application, [[Using the AJAX Library]] .


== Data model ==
== Data model [[Using DataDictionaries]] ==


=== Table layout  ===
=== Table layout  ===
We want to store information about users, places, purchases and known items. A user should be either a normal user or an administrator. The other tables should hold sufficient information about the items purchased and how the users liked them.
We want to store information about users, places, purchases and known items. A user should be either a normal user or an administrator. The other tables should hold sufficient information about the items purchased and how the users liked them.


Create these tables in the database builder and create the associated data dictionaries (by [[Using DataDictionaries]] )
Create these tables in the database builder and create the associated data dictionaries .


The following data dictionaries  should now be available:
The following data dictionaries  should now be available:
Line 29: Line 29:
*Rating_DataDictionary
*Rating_DataDictionary
*UserInfo_DataDictionary
*UserInfo_DataDictionary


== Creating the webapp  [[Using the AJAX Library]] ==
== Creating the webapp  [[Using the AJAX Library]] ==
1,134

edits