ProductReview Example: Difference between revisions
From DataFlex Wiki
Jump to navigationJump to search
mNo edit summary |
|||
Line 14: | Line 14: | ||
== Creating the DataDictionaries == | == Creating the DataDictionaries == | ||
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. |
Revision as of 11:40, 7 September 2007
AJAX example
Goal
To have an example AJAX application to share assessments about known items .
Problems
Creating the DataDictionaries
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.