BBB BUC SAdmin MngDepart
Revision as of 12:45, 18 June 2013 by Xinggui Deng (talk | contribs)
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.
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 ...
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.