Difference between revisions of "BBB BUC SAdmin MngDepart"
Line 19: | Line 19: | ||
'''Postconditions:''' Manage departments page. | '''Postconditions:''' Manage departments page. | ||
+ | |||
Line 39: | Line 40: | ||
'''Postconditions:''' Manage departments page. | '''Postconditions:''' Manage departments page. | ||
− | |||
− | |||
Latest revision as of 13: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.