Difference between revisions of "BBB BUC SAdmin MngDepart"

From CDOT Wiki
Jump to: navigation, search
 
(5 intermediate revisions by 2 users not shown)
Line 14: Line 14:
 
| Actor chooses to add department. || System returns page with editable fields. ||  
 
| 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
+
| Actor populates fields and chooses to save. ||System validates fields, persists data, and creates record for department ||Department code, department name
 
|}
 
|}
  
  
 
'''Postconditions:''' Manage departments page.
 
'''Postconditions:''' Manage departments page.
 +
  
  
Line 32: Line 33:
 
|-
 
|-
 
| Actor selects department and chooses to edit. || System returns page with editable fields populated by selected department's information. ||Department code, department name
 
| Actor selects department and chooses to edit. || System returns page with editable fields populated by selected department's information. ||Department code, department name
 +
|-
 +
| Actor changes fields and chooses to save. ||System validates fields, persists new data. ||Department code, department name
 
|}
 
|}
  
  
 
'''Postconditions:'''  Manage departments page.
 
'''Postconditions:'''  Manage departments page.
 +
  
  

Latest revision as of 14:01, 18 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 validates fields, 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
Actor changes fields and chooses to save. System validates fields, persists new data. 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.