Difference between revisions of "BBB BUC SAdmin MngDepart"

From CDOT Wiki
Jump to: navigation, search
 
(One intermediate revision by the same user 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 validates fields, 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 33: Line 34:
 
| 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
+
| Actor changes fields and chooses to save. ||System validates fields, persists new data. ||Department code, department name
 
|}
 
|}
  
Line 39: Line 40:
 
'''Postconditions:'''  Manage departments page.
 
'''Postconditions:'''  Manage departments page.
  
'''comments'''
 
* I think one step is not enough for this scenario, actor has to edit the content, system should validate the data, actor then choose to save or not ... Gary Deng
 
  
  

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.