Difference between revisions of "BBB BUC SAdmin MngDepart"

From CDOT Wiki
Jump to: navigation, search
(Created page with ''''Brief Description:''' This is a template to copy and paste into other pages. '''Scenario 1:''' Create new meeting '''Preconditions:''' Includes anything that has been set …')
 
Line 1: Line 1:
'''Brief Description:''' This is a template to copy and paste into other pages.
+
'''Brief Description:''' The process of managing departments.
  
  
'''Scenario 1:''' Create new meeting
+
'''Scenario 1:''' Add department
  
  
'''Preconditions:''' Includes anything that has been set up before starting the scenario. It must include what page the user is on before the scenario starts.
+
'''Preconditions:''' Manage departments page.
  
  
Line 12: Line 12:
 
! Actor !! System !! Data Used
 
! Actor !! System !! Data Used
 
|-
 
|-
| What the actors does. || What the system does in response. || The data fields retrieved, added, removed, by the system.
+
| Actor chooses to add department. || System returns page with editable fields. ||  
 
|-
 
|-
| || ||
+
| Actor populates fields and chooses to save||System persists data and creates record for department ||Department code, department name
 
|}
 
|}
  
  
'''Postconditions:''' The final results of the scenario running (ex. A record has been created, edited, etc.). It also includes the page that the user ends on.
+
'''Postconditions:''' Manage departments page.
  
  
'''Scenario 2:''' Edit meeting
+
'''Scenario 2:''' Edit department
  
  
'''Preconditions:''' Includes anything that has been set up before starting the scenario. It must include what page the user is on before the scenario starts.
+
'''Preconditions:''' Manage departments page.
  
  
Line 31: Line 31:
 
! Actor !! System !! Data Used
 
! Actor !! System !! Data Used
 
|-
 
|-
| What the actors does. || What the system does in response. || The data fields retrieved, added, removed, by the system.
+
| Actor selects department and chooses to edit. || System returns page with editable fields populated by selected department's information. ||Department code, department name
 +
|}
 +
 
 +
 
 +
'''Postconditions:'''  Manage departments page.
 +
 
 +
 
 +
'''Scenario 3:''' Delete department
 +
 
 +
 
 +
'''Preconditions:'''  Manage departments page.
 +
 
 +
 
 +
{| class="wikitable" border="1" cellpadding="5"
 +
|-
 +
! Actor !! System !! Data Used
 +
|-
 +
| Actor selects department and chooses to delete. || System returns prompt asking for confirmation. ||
 
|-
 
|-
| || ||
+
|Actor accepts (chooses to delete). ||System deletes subject record from db. ||
 
|}
 
|}
  
  
'''Postconditions:''' The final results of the scenario running (ex. A record has been created, edited, etc.). It also includes the page that the user ends on.
+
'''Postconditions:''' Manage departments page.

Revision as of 14:29, 17 June 2013

Brief Description: The process of managing departments.


Scenario 1: Add department


Preconditions: Manage departments page.


Actor System Data Used
Actor chooses to add department. System returns page with editable fields.
Actor populates fields and chooses to save System persists data and creates record for department Department code, department name


Postconditions: Manage departments page.


Scenario 2: Edit department


Preconditions: Manage departments page.


Actor System Data Used
Actor selects department and chooses to edit. System returns page with editable fields populated by selected department's information. Department code, department name


Postconditions: Manage departments page.


Scenario 3: Delete department


Preconditions: Manage departments page.


Actor System Data Used
Actor selects department and chooses to delete. System returns prompt asking for confirmation.
Actor accepts (chooses to delete). System deletes subject record from db.


Postconditions: Manage departments page.