CRUD

From UG

(Difference between revisions)
Jump to: navigation, search
(Created page with 'Category:UI patterns')
Line 1: Line 1:
[[Category:UI patterns]]
[[Category:UI patterns]]
 +
 +
== Intro ==
 +
 +
Every Business Object (CT, Airlines, Countries, etc) we have in CT2 must have UI to support CRUD (Create,_read,_update_and_delete) operations.
 +
 +
== Types ==
 +
 +
=== Modal ===
 +
This is latest approach. Example: http://ct.jaguarfreight.com:8080/internal/index.zul#adminCarriers
 +
 +
=== Palm OS ===
 +
This is a first approach, almost extinct today.
 +
 +
Example:  Admin -> Automated Estimated Delivery Dates:
 +
 +
=== CT ===
 +
Example: CT profile
 +
 +
=== See also ===
 +
 +
http://en.wikipedia.org/wiki/Create,_read,_update_and_delete
 +
 +
 +
== Detailed Design (Technical Specification) ==
 +
 +
=== User Interface ===
 +
 +
=== Functionality / Use Cases ===

Revision as of 21:33, 29 January 2010


Contents

Intro

Every Business Object (CT, Airlines, Countries, etc) we have in CT2 must have UI to support CRUD (Create,_read,_update_and_delete) operations.

Types

Modal

This is latest approach. Example: http://ct.jaguarfreight.com:8080/internal/index.zul#adminCarriers

Palm OS

This is a first approach, almost extinct today.

Example: Admin -> Automated Estimated Delivery Dates:

CT

Example: CT profile

See also

http://en.wikipedia.org/wiki/Create,_read,_update_and_delete


Detailed Design (Technical Specification)

User Interface

Functionality / Use Cases

Personal tools