Difference between revisions of "BBB BUC SAdmin MngDepart"
(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:''' | + | '''Brief Description:''' The process of managing departments. |
− | '''Scenario 1:''' | + | '''Scenario 1:''' Add department |
− | '''Preconditions:''' | + | '''Preconditions:''' Manage departments page. |
Line 12: | Line 12: | ||
! Actor !! System !! Data Used | ! 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:''' | + | '''Postconditions:''' Manage departments page. |
− | '''Scenario 2:''' Edit | + | '''Scenario 2:''' Edit department |
− | '''Preconditions:''' | + | '''Preconditions:''' Manage departments page. |
Line 31: | Line 31: | ||
! Actor !! System !! Data Used | ! 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. | ||
+ | |||
+ | |||
+ | {| 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:''' | + | '''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.