CRUD
From UG
(Difference between revisions)
Line 1: | Line 1: | ||
[[Category:UI patterns]] | [[Category:UI patterns]] | ||
- | == | + | == Business Needs and Business Requirements == |
- | Every Business Object (CT, Airlines, Countries, etc) we have in CT2 must have UI to support CRUD | + | Every Business Object (CT, Airlines, Countries, etc) we have in CT2 must have UI to support CRUD operations: |
+ | |||
+ | * Create | ||
+ | * read / list | ||
+ | * update | ||
+ | * delete | ||
== Types == | == Types == | ||
Line 9: | Line 14: | ||
=== Modal === | === Modal === | ||
This is latest approach. Example: http://ct.jaguarfreight.com:8080/internal/index.zul#adminCarriers | This is latest approach. Example: http://ct.jaguarfreight.com:8080/internal/index.zul#adminCarriers | ||
+ | |||
+ | See [[CRUD Modal (UI pattern)]] | ||
=== Palm OS === | === Palm OS === | ||
Line 21: | Line 28: | ||
http://en.wikipedia.org/wiki/Create,_read,_update_and_delete | http://en.wikipedia.org/wiki/Create,_read,_update_and_delete | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- |
Revision as of 21:39, 29 January 2010
Contents |
Business Needs and Business Requirements
Every Business Object (CT, Airlines, Countries, etc) we have in CT2 must have UI to support CRUD operations:
- Create
- read / list
- update
- delete
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