Difference between revisions of "BBB BUC DAdmin MngDUser"

From CDOT Wiki
Jump to: navigation, search
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
  
'''Scenario 1:''' Search for user.
+
=='''Scenario 1:''' Search for user.==
  
  
Line 12: Line 12:
 
! Actor !! System !! Data Used
 
! Actor !! System !! Data Used
 
|-
 
|-
| Actor types user name into search box and chooses to search. || System searches db then LDAP for user and returns user information if found. If user does not exist in db, system will create records for that user.|| User name, first/last name, email, department, user type
+
| Actor types user name into search box and chooses to search. || System searches db then LDAP for user and returns user information if found. If user does not exist in db and exists in LDAP, system will create record for that user.|| User name, first/last name, email, department, user type
 
|}
 
|}
  
Line 19: Line 19:
  
  
'''Scenario 2:''' View user's meetings/lectures.
+
=='''Scenario 2:''' View user's meetings/lectures.==
  
  
Line 29: Line 29:
 
! Actor !! System !! Data Used
 
! Actor !! System !! Data Used
 
|-
 
|-
| Actor types user name into search box and chooses to search. || System searches db then LDAP for user and returns user information if found. If user does not exist in db, system will create records for that user.|| User name, first/last name, email, department, user type
+
| Actor types user name into search box and chooses to search. || System searches db then LDAP for user and returns user information if found. If user does not exist in db and exists in LDAP, system will create record for that user.|| User name, first/last name, email, department, user type
 
|-
 
|-
 
| Actor chooses to view user's meetings/lectures. || System returns calendar view with selected user's meetings/lectures.||
 
| Actor chooses to view user's meetings/lectures. || System returns calendar view with selected user's meetings/lectures.||
Line 38: Line 38:
  
  
'''Scenario 3:''' Add user to department.
+
=='''Scenario 3:''' Add user to department.==
  
  
Line 48: Line 48:
 
! Actor !! System !! Data Used
 
! Actor !! System !! Data Used
 
|-
 
|-
| Actor types user name into search box and chooses to search. || System searches db then LDAP for user and returns user information if found. If user does not exist in db, system will create records for that user.|| User name, first/last name, email, department, user type
+
| Actor types user name into search box and chooses to search. || System searches db then LDAP for user and returns user information if found. If user does not exist in db and exists in LDAP, system will create record for that user.|| User name, first/last name, email, department, user type
 
|-
 
|-
 
| Actor selects user and chooses to add user to department. || System adds record to db.|| User name/id, department id
 
| Actor selects user and chooses to add user to department. || System adds record to db.|| User name/id, department id
Line 57: Line 57:
  
  
'''Scenario 4:''' Edit user. Actor can ban, change permissions, and remove a user from the department.  
+
=='''Scenario 4:''' Edit user. (Actor can ban, change permissions, and remove a user from the department).==
  
  
Line 67: Line 67:
 
! Actor !! System !! Data Used
 
! Actor !! System !! Data Used
 
|-
 
|-
| Actor types user name into search box and chooses to search. || System searches db then LDAP for user and returns user information if found. If user does not exist in db, system will create records for that user.|| User name, first/last name, email, department, user type
+
| Actor types user name into search box and chooses to search. || System searches db then LDAP for user and returns user information if found. If user does not exist in db and exists in LDAP, system will create record for that user.|| User name, first/last name, email, department, user type
 
|-
 
|-
 
| Actor chooses to edit user. || System returns page populated with chosen user's information.|| User name, first name, last name, email, user type, department info, permissions
 
| Actor chooses to edit user. || System returns page populated with chosen user's information.|| User name, first name, last name, email, user type, department info, permissions

Latest revision as of 14:39, 18 June 2013

Brief Description: The process of managing users in a department.


Scenario 1: Search for user.

Preconditions: Manage department users page.


Actor System Data Used
Actor types user name into search box and chooses to search. System searches db then LDAP for user and returns user information if found. If user does not exist in db and exists in LDAP, system will create record for that user. User name, first/last name, email, department, user type


Postconditions: Manage department users page.


Scenario 2: View user's meetings/lectures.

Preconditions: Manage department users page.


Actor System Data Used
Actor types user name into search box and chooses to search. System searches db then LDAP for user and returns user information if found. If user does not exist in db and exists in LDAP, system will create record for that user. User name, first/last name, email, department, user type
Actor chooses to view user's meetings/lectures. System returns calendar view with selected user's meetings/lectures.


Postconditions: Manage department users page.


Scenario 3: Add user to department.

Preconditions: Manage department users page.


Actor System Data Used
Actor types user name into search box and chooses to search. System searches db then LDAP for user and returns user information if found. If user does not exist in db and exists in LDAP, system will create record for that user. User name, first/last name, email, department, user type
Actor selects user and chooses to add user to department. System adds record to db. User name/id, department id


Postconditions: Manage department users page.


Scenario 4: Edit user. (Actor can ban, change permissions, and remove a user from the department).

Preconditions: Manage department users page.


Actor System Data Used
Actor types user name into search box and chooses to search. System searches db then LDAP for user and returns user information if found. If user does not exist in db and exists in LDAP, system will create record for that user. User name, first/last name, email, department, user type
Actor chooses to edit user. System returns page populated with chosen user's information. User name, first name, last name, email, user type, department info, permissions
Actor edits user info and chooses to save. System persists data and updates records.


Postconditions: Manage department users page.