ProductReview Example: Difference between revisions

From DataFlex Wiki
Jump to navigationJump to search
Line 5: Line 5:
To have an example AJAX application  to share assessments about known items .
To have an example AJAX application  to share assessments about known items .


To accomplish this, then users should be able to:
*login
*choose an item from a list
*enter information about a known item
*supply a rating of an item
The overall goal is to be able to see what users think about a particular item.


==Problems==
==Problems==

Revision as of 12:59, 7 September 2007

AJAX example

Goal

To have an example AJAX application to share assessments about known items .

To accomplish this, then users should be able to:

  • login
  • choose an item from a list
  • enter information about a known item
  • supply a rating of an item


The overall goal is to be able to see what users think about a particular item.

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.