Steamshiplines (component)

From UG

(Difference between revisions)
Jump to: navigation, search
(Prerequisites, Classified As, Parent Mantis)
(History of Updates)
 
(2 intermediate revisions not shown)
Line 1: Line 1:
[[Category:Carriers]]
[[Category:Carriers]]
 +
== General Info and Scope ==
-
== Prerequisites, Classified As, Parent Mantis ==
+
* Classified As: (small) (large) [[component]] / common [[feature]] / [[misc]]
 +
* Parent Mantis: [http://mantis.jaguarfreight.com/mantis/view.php?id=tbd tbd]
 +
* Prerequisites: ''any articles that must be read before to understand this?''
-
* Classified As:  (large) [[component]] 
+
=== Scope ===
-
* Parent Mantis: [http://mantis.jaguarfreight.com/mantis/view.php?id=1729 1729]
+
* ''List what it covers and what it does not''
-
* Prerequisites:
+
== Business Requirements ==
-
** read ...
+
* ''This section is defined by [[Business Analyst]]''
-
** ...
+
* '' In this section this component/feature is defined from the business standpoint. All important points are listed. It could include some design details if business insists on specific design.''
-
== Business Needs and Business Requirements ==
+
*Each Steamship Line has a specific 4 letter code that's used identify them within the transportation industry. These 4 letter codes are known as SCAC codes. 
-
''This section is defined by [[Business Analyst]]''
+
** It is possible for a Steamship Line to have more than 1 SCAC code that's used to identity them.
-
=== Technical Requirements ===
+
*Need ability for [[CRUD]]
-
''This section is defined by [[Systems Architect]]. It is written after [[#Business Requirements]]'' are defined.
+
-
== Technical Specification ==
+
== Notes from Systems Architect ==
-
''This section is defined by [[Systems Analyst]]. It contains detailed technical design is written after [[#Business Requirements]] and [[#Technical Requirements]] are defined.''
+
* ''This section is defined by [[Systems Architect]]. It is written after [[#Business Requirements]] are defined.''
 +
* ''The purpose of this section is to give direction to System Analysts who will write detailed specification.''
 +
 
 +
== Rapid Design ==
 +
* '' In some cases (component is non standard) we need to do ''preliminary'' not so detailed design before detailed final. And maybe even code it to create [[Prototype]]''
 +
* ''This section does not have to be too detailed or too formalized. We shall not spend too much time on Prototypes - they can change many times.''
 +
 
 +
== Detailed Design ==
 +
* ''This section is defined by [[Systems Analyst]]. ''
 +
* ''It contains detailed technical design is written after [[#Business Requirements]] and [[#Technical Requirements]] are defined.''
=== Summary ===
=== Summary ===
-
=== User Interface and Functionality ===
 
-
=== Entities and Attributes ===
 
-
=== Special Cases and Misc ===
+
=== User Interface ===  
-
== Look And Feel ==
+
=== "Normal" Functionality  (Use Cases) ===
-
''This section is to be written / defined by [[Graphic Designer]] and [[UI Designer]].
+
=== "Abnormal" Functionality (Test Cases) ===
 +
* '' List unusual scenarios - things that users most of the time would not do but system must handle well ''
 +
== QA ==
 +
 +
''This section is to be written by [[QA Engineer]] or [[QA Manager]] or [[Systems Analyst]].
 +
 +
== Look and Feel ==
 +
 +
* ''This section is to be written / defined by [[Graphic Designer]] and [[UI Designer]].
 +
* '' This includes: final graphics, final layout''
 +
* '' Layout defined here should refine, provide more detials to "functional definitions" of UI as defined in [[#Functionality / Use Cases ]] section above''
== Figures ==
== Figures ==
=== Figure 1:  ===
=== Figure 1:  ===
   
   
 +
== Misc ==
 +
 +
=== Link to User Guide ===
 +
 +
=== Questions  ===
-
== Questions and RFC ==
+
=== Request For Comments (Suggestions and Ideas) ===
-
== Known Non Critical Bugs ==
+
=== Known Non Critical Bugs ===
 +
* ''Critical bugs must be posted into Mantis''
-
== Links to Archived / Old specs ==
+
=== Implementation: Link To DB ===
 +
=== Implementation: Link To Front End Code ===
 +
=== Implementation: Link To Back End Code ===
-
== History ==
+
== History of Updates ==
 +
=== Links to Archived / Old specs ===
-
=== This doc has been created ===
+
=== <Update type>:<Update Summary> ===
 +
==== Update General Info ====
 +
* mantis: <link> ''if applicable''
-
<date/signat>
+
*  If Y then remove this link from here --> [[BR to be updated]]
 +
*  If Y then remove this link from here --> [[Design to be updated]]
 +
*  If Y then remove this link from here --> [[QA to be updated]]
 +
* ''Update types: [[Re-design]] / [[Tweak]] / Etc ''
 +
* ''Ideally update all sections of spec (see above) right away. If you have no time to update spec now or multiple people have to be involved then define task here and come back to update later. In this case add links from here to "TBU wiki tag articles" - see above.
-
=== Re-design (Tweak) (Spec Update): ..... <summary> ..... ===
+
==== Update Description ====
 +
* ''Briefly explain what was done and list links to updated sections.''
-
<wiki date/signature>
+
=== 0002658: (Carriers) Add archive option for duplicate carriers that are already used in the system ===
-
* mantis: <link>
+
*Currently there are only options to Add Edit and Remove a carrier.  We need options to be able to archive a carrier that's no longer being used in transportation.
-
* Biz Req updated? N/Y
+
-
* Tech Spec updated? N/Y
+
-
== DB ==
+
*WU: ?

Current revision as of 16:41, 26 September 2011


Contents

[edit] General Info and Scope

  • Classified As: (small) (large) component / common feature / misc
  • Parent Mantis: tbd
  • Prerequisites: any articles that must be read before to understand this?

[edit] Scope

  • List what it covers and what it does not

[edit] Business Requirements

  • This section is defined by Business Analyst
  • In this section this component/feature is defined from the business standpoint. All important points are listed. It could include some design details if business insists on specific design.
  • Each Steamship Line has a specific 4 letter code that's used identify them within the transportation industry. These 4 letter codes are known as SCAC codes.
    • It is possible for a Steamship Line to have more than 1 SCAC code that's used to identity them.
  • Need ability for CRUD

[edit] Notes from Systems Architect

  • This section is defined by Systems Architect. It is written after #Business Requirements are defined.
  • The purpose of this section is to give direction to System Analysts who will write detailed specification.

[edit] Rapid Design

  • In some cases (component is non standard) we need to do preliminary not so detailed design before detailed final. And maybe even code it to create Prototype
  • This section does not have to be too detailed or too formalized. We shall not spend too much time on Prototypes - they can change many times.

[edit] Detailed Design

[edit] Summary

[edit] User Interface

[edit] "Normal" Functionality (Use Cases)

[edit] "Abnormal" Functionality (Test Cases)

  • List unusual scenarios - things that users most of the time would not do but system must handle well

[edit] QA

This section is to be written by QA Engineer or QA Manager or Systems Analyst.

[edit] Look and Feel

[edit] Figures

[edit] Figure 1:

[edit] Misc

[edit] Link to User Guide

[edit] Questions

[edit] Request For Comments (Suggestions and Ideas)

[edit] Known Non Critical Bugs

  • Critical bugs must be posted into Mantis

[edit] Implementation: Link To DB

[edit] Implementation: Link To Front End Code

[edit] Implementation: Link To Back End Code

[edit] History of Updates

[edit] Links to Archived / Old specs

[edit] <Update type>:<Update Summary>

[edit] Update General Info

  • mantis: <link> if applicable
  • Update types: Re-design / Tweak / Etc
  • Ideally update all sections of spec (see above) right away. If you have no time to update spec now or multiple people have to be involved then define task here and come back to update later. In this case add links from here to "TBU wiki tag articles" - see above.

[edit] Update Description

  • Briefly explain what was done and list links to updated sections.

[edit] 0002658: (Carriers) Add archive option for duplicate carriers that are already used in the system

  • Currently there are only options to Add Edit and Remove a carrier. We need options to be able to archive a carrier that's no longer being used in transportation.
  • WU: ?
Personal tools