Changes

Jump to: navigation, search

BBB BUC SAdmin MngSub

79 bytes removed, 15:09, 18 June 2013
no edit summary
! Actor !! System !! Data Used
|-
|Actor chooses to add a subject. ||System returns page with editable fields. || Course Code, Course Name.
|-
|Actor fills in fields and chooses to save. ||System persists changes and creates new record in db. ||
! Actor !! System !! Data Used
|-
|Actor types subject code or name into search box and chooses to search. ||System searches db for subject code or name and returns subject(s) (if found). || Subject code, subject name.
|-
|Actor selects subject and chooses to edit. ||System returns page with editable fields populated with chosen subject's details. ||
! Actor !! System !! Data Used
|-
|Actor types subject code or name into search box and chooses to search. ||System searches db for subject code or name and returns subject(s) (if found). || Subject code, subject name.
|-
|Actor selects subject and chooses to delete. ||System returns prompt asking for confirmation. ||
! Actor !! System !! Data Used
|-
|Actor types subject code or name into search box and chooses to search. ||System searches db for subject code or name and returns subject(s) (if found). || Subject code, subject name.
|-
|Actor selects subject. ||System returns section(s) associated with selected subject. ||Subject code .
|-
|Actor chooses to add a section. ||System returns an editable field. || Section letter.
|-
|Actor fills out field with section letter and chooses to save. ||System persists data and adds record to db. ||
! Actor !! System !! Data Used
|-
|Actor types subject code or name into search box and chooses to search. ||System searches db for subject code or name and returns subject(s) (if found). || Subject code, subject name.
|-
|Actor selects subject. ||System returns section(s) associated with selected subject. ||Subject code .
|-
|Actor selects section and chooses to delete. ||System returns prompt asking for confirmation. || Section letter.
|-
|Actor accepts (chooses to delete). ||System deletes section record from db. ||
! Actor !! System !! Data Used
|-
|Actor types subject code or name into search box and chooses to search. ||System searches db for subject code or name and returns subject(s) (if found). || Subject code, subject name.
|-
|Actor selects subject. ||System returns section(s) associated with selected subject. ||Subject code .
|-
|Actor selects section and chooses to add professor. ||System returns field to search for professor. || Section letter.
|-
|Actor types professor email into search field and chooses to add. ||System first checks local db for professor, then LDAP. If professor doesn't exist in db, system will search LDAP for professor and create a record if found. || Professor email.
|}
'''Postconditions:''' Manage subjects page.
 
'''Comments:'''
This is already in manage professor page, I don't think its needed here

Navigation menu