Difference between revisions of "BBB BUC Std FilterEvt"
Line 2: | Line 2: | ||
− | =='''Scenario 1:''' | + | =='''Scenario 1:''' Edit filter setting== |
'''Preconditions:''' | '''Preconditions:''' | ||
* The actor is logged into the system | * The actor is logged into the system | ||
− | * The actor is currently viewing the main page (calender.jsp) with a "Filter | + | * The actor is currently viewing the main page (calender.jsp) with a "Filter" link |
− | |||
{| class="wikitable" border="1" cellpadding="5" | {| class="wikitable" border="1" cellpadding="5" | ||
Line 14: | Line 13: | ||
! Step# !! Actor !! System !! Data Used | ! Step# !! Actor !! System !! Data Used | ||
|- | |- | ||
− | | 1 || | + | | 1 || Clicks on the filter link || Displays (on the same page) a panel with 3 checkboxes (Meeting Created, Meeting Invite, Lecture), all 3 boxes are checked by default || |
+ | |- | ||
+ | | 2 || Selects or deselects any of the 3 checkboxes || Retrieves relevant data from database<br />Displays all lectures and meetings that fit the filter criterion on Calendar/Grid view || | ||
bu_id<br />(meeting_schedule)<br />(meeting)<br />(meeting_attendance)<br />(meeting_guest)<br />(lecture_attendance)<br />(lecture)<br />(guest_lecturer) | bu_id<br />(meeting_schedule)<br />(meeting)<br />(meeting_attendance)<br />(meeting_guest)<br />(lecture_attendance)<br />(lecture)<br />(guest_lecturer) | ||
|} | |} | ||
Line 20: | Line 21: | ||
'''Successful Post Conditions:''' | '''Successful Post Conditions:''' | ||
− | * | + | * Only meeting and lecture appointments that fit the filter criterion are displayed |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
* The system now displays the main site page (calender.jsp) | * The system now displays the main site page (calender.jsp) | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
[http://zenit.senecac.on.ca/wiki/index.php/BBB_Seneca_Integration_Use_Cases_Site_Map Use Case Site Map] | [http://zenit.senecac.on.ca/wiki/index.php/BBB_Seneca_Integration_Use_Cases_Site_Map Use Case Site Map] |
Revision as of 10:03, 17 June 2013
Brief Description: This Use Case enables the actor to filter the meeting and lecture appointments to be displayed on calendar.
Scenario 1: Edit filter setting
Preconditions:
- The actor is logged into the system
- The actor is currently viewing the main page (calender.jsp) with a "Filter" link
Step# | Actor | System | Data Used |
---|---|---|---|
1 | Clicks on the filter link | Displays (on the same page) a panel with 3 checkboxes (Meeting Created, Meeting Invite, Lecture), all 3 boxes are checked by default | |
2 | Selects or deselects any of the 3 checkboxes | Retrieves relevant data from database Displays all lectures and meetings that fit the filter criterion on Calendar/Grid view |
bu_id |
Successful Post Conditions:
- Only meeting and lecture appointments that fit the filter criterion are displayed
- The system now displays the main site page (calender.jsp)