Airlines (component)
From UG
(Difference between revisions)
(→Technical Notes from Systems Architect) |
|||
Line 11: | Line 11: | ||
== Business Needs and Business Requirements == | == Business Needs and Business Requirements == | ||
- | |||
We need a place in the system where we define Airlines. This is to be used on CT record, etc. | We need a place in the system where we define Airlines. This is to be used on CT record, etc. | ||
== Technical Notes from Systems Architect == | == Technical Notes from Systems Architect == | ||
- | |||
This is a typical Admin component. Please apply standard patterns. | This is a typical Admin component. Please apply standard patterns. | ||
== Technical Specification == | == Technical Specification == | ||
- | |||
=== Summary === | === Summary === | ||
=== Objects and Fields === | === Objects and Fields === | ||
+ | |||
+ | ==== Airline ==== | ||
+ | |||
+ | '''Name''' | ||
+ | :* ''type/format:'' alphanumeric; max=30 chars | ||
+ | |||
+ | '''Airline 2 Letter Code''' | ||
+ | :* ''type/format:'' alphanumeric; max=30 chars; all caps | ||
+ | |||
+ | '''Airline 3 Letter Numeric Code''' | ||
+ | :* ''type/format:'' positive integer; max=3 digits | ||
+ | |||
=== User Interface and Functionality === | === User Interface and Functionality === |
Revision as of 18:24, 22 January 2010
Contents |
Prerequisites, Classified As, Parent Mantis
- Prerequisites:
- none
Business Needs and Business Requirements
We need a place in the system where we define Airlines. This is to be used on CT record, etc.
Technical Notes from Systems Architect
This is a typical Admin component. Please apply standard patterns.
Technical Specification
Summary
Objects and Fields
Airline
Name
- type/format: alphanumeric; max=30 chars
Airline 2 Letter Code
- type/format: alphanumeric; max=30 chars; all caps
Airline 3 Letter Numeric Code
- type/format: positive integer; max=3 digits
User Interface and Functionality
Special Cases and Misc
Use Cases
Test Cases
Look And Feel
This section is to be written / defined by Graphic Designer and UI Designer.
Figures
Figure 1:
Questions and RFC
Known Non Critical Bugs
Links to Archived / Old specs
History
This doc has been created
<date/signat>
Re-design (Tweak) (Spec Update): ..... <summary> .....
<wiki date/signature>
- mantis: <link>
- Biz Req updated? N/Y
- Tech Spec updated? N/Y
DB
- see Tbl Airline
Code
http://mantis.jaguarfreight.com/svn/repo2/cybertrax/trunk/java/CyberTrax/proto2.0.1f/admin/carriers/