|
A Data Sheet is the first stage in the building of a WEBmarketeur
application. It allows you to describe the attributes of your product
, its type , its possible values , whether a user can search using
it.
For each item you would list :-
- Name
- Type - Text , number , date , Yes/No Field
- Search Y/N - Do you want the user to be able to search by this field
- Sort Y/N - Do you want the user to be able to sort by this field
- Entry Type - option list , y/n field, hidden
- Display Name
This information will give us a good understanding of your products
and requirements , enabling your web site to be built to your specific
needs.
Here is a simple example for a property site
| Name | Type | Search | Sort | Entry | Display Name |
| Address | Text | No | No | None | Address |
| Town | Text | Yes | Yes | option | Town |
| Type | Text | Yes | Yes | option | Property Type |
| Price | Number | Yes | Yes | option | Price |
| Beds | Number | Yes | Yes | option | Bedrooms |
| f |
Text | No | No | None | Description |
| notes | Text | No | No | hidden | Agents notes |
|