Issue | Fix/Change |
---|
Fix: Progress Report Campaign displaying discrepancy between evaluations to be sent and evaluations listed | Progress Report Campaign displaying discrepancy between evaluations to be sent and evaluations listed
To Verify: PR Campaign Request List with sections with one instructor
- Given a student enrolled in a section with only one instructor
- When you add that section to a progress report campaign and view the PR Campaign Request List screen
- Then the system should display that request in the list.
PR Campaign Request List with sections with zero instructors - Given a student enrolled in a section with only one instructor
- When you add that section to a progress report campaign, remove the instructor from the section,Â
and view the PR Campaign Request List screen - Then the system should display that request in the list with a blank professor name column.
PR Campaign Request List with sections with two instructors - Given a student enrolled in a section with two instructors
- When you add that section to a progress report campaign and view the PR Campaign Request List screen
- Then the system should display that request in the list as 2 distinct records.
|
Fix: Unable to attach GIF or JPEG files | Schools Can't attach GIF or JPEG files To Verify: - Given I am an advisor
- When I add a note for one of my students with an attachment with file extensions: csv, doc, docx, gif, html,Â
jpeg, jpg, msg, odt, pdf, png, ppt, pptx, rtf, svg, txt, xls, xlsx - Then I should not see an error message and the note should save
- Given I am an advisor
- When I add a note for one of my students with an attachment besides file extensions: csv, doc, docx, gif, html,
jpeg, jpg, msg, odt, pdf, png, ppt, pptx, rtf, svg, txt, xls, xlsx - Then I should see an error message and the note should not save
- Given I am an advisor
- When I create a watch list for one of my students with attachment of any extension
- Then I should not see an error message and the watch list should save
- Given I am an advisor
- When I create an evaluation for one of my students with attachment of any extension
- Then I should not see an error message and the watch list should save
|
Fix: Wrong Student Service on Advising Appointment Calendar View/History Page | Wrong Student Service on Advising Appointment Calendar View/History Page
To Verify: Create Walk-In Advising - Given a student assigned to an advisor
- When you create an ad-hoc summary report and select a non-default student service (Career Counseling) on the summary report
- Then the system creates the new summary report and corresponding appointment with the selected service (Career Counseling)
Create Walk-In Tutoring - Given a student assigned to a tutor
- When you create an ad-hoc summary report and select a non-default student service (Math Tutoring) on the summary report
- Then the system creates the new summary report and corresponding appointment with the selected service (Math Tutoring)
Create Advising - Given a student assigned to an advisor
- When you create an advising appointment for the "Advising" service and then a summary report and select a non-default student service (Career Counseling) on the summary report
- Then the system creates the new summary report with the selected service (Career Counseling)
- And the advising appointment should still have the original service (Advising).
Create Tutoring - Given a student assigned to an advisor
- When you create a tutoring appointment for the "Tutoring" service and then a summary report and select a non-default student service (Math Tutoring) on the summary report
- Then the system creates the new summary report with the selected service (Math Tutoring)
- And the tutoring appointment service should still have the original service (Tutoring).
|
Fix: Student name appears in ‘Appointment cancelled by’ field for all appointments although appt has not been cancelled | Student name appears in ‘Appointment cancelled by’ field for all appointments although appt has not been cancelled
To Verify: Not-cancelled Appointment should have blank Appointment Cancelled By column - Given you schedule an advising appointment for today
- When you run the advising appointment details report
- Then you should see that appointment listed and the Appointment Cancelled By column should be blank.
Appointment cancelled by advisor should have advisor's name in Appointment Cancelled By column - Given you schedule an advising appointment for today
- When you cancel the appointment as the advisor and then run the advising appointment details report
- Then you should see that appointment listed and the Appointment Cancelled By column should have the advisor's name.
Appointment cancelled by student should have student's name in Appointment Cancelled By column - Given you schedule an advising appointment for today
- When you cancel the appointment as the student and then run the advising appointment details report
- Then you should see that appointment listed and the Appointment Cancelled By column should be the student's name.
|
Fix: Inconsistent export results from search | Inconsistent export results from search To Verify: Verify Campus Search Export - Given a Campus school with search service enabled.
- When you search and export
- Then the export should return the same number of records as the search results and the classification and category columns should be populated appropriately in the export.
Verify GF Search Export - Given a GF school with search service disabled.
- When you search and export
- Then the export should return the same number of records as the search results and the college, major, degree, gpa, classification, and category columns should be populated appropriately in the export.
|
Fix: Advisors getting 2 appointment notifications when an appointment is scheduled | Advisors getting 2 appointment notifications when an appointment is scheduled To Verify: - Search and student
- Click on schedule and appointment
- Given An appointment created by and admin user or a user with permission for create an appointment(advising, tutoring or general)
- When Admin user go to conversations sections
- Then Conversations section just have to show one email for the appointment
|
Fix: Tutor cannot change date for past appointment using "Report Details" within Recent Tutoring | Tutor cannot change date for past appointment using "Report Details" within Recent Tutoring To Verify: - Given An advisor with Recent Advising Appointments
- And Generates an Advising Report for a Recent Advising Appointments
- When the advisor goes and modifies the time or date in the report
- Then the Date column on the Recent Advising Appointment grid must get updated too.
|
Fix: Issue with Rescheduling Appointments | Issue with Rescheduling Appointments To verify: - Impersonate and advisor with availabilities
- Create a new advisor appointment on an available date
- Go to calendar
Given An existent advisor appointment on calendar When Edit appointment and select the same day of a future week Then The checkbox input must appear unchecked
|
Fix: Titles and Courses are incorrect when Mass Printing Student Calendars | Titles and Courses are incorrect when Mass Printing Student Calendars To Verify: - Given I create an advising/tutoring/general appointment for a student
- When Mass print all of the calendar options and open the printable option from the calendar
- Then the time and position on all calendars (pdf, web tab, and app calendar) should look the same
- Given I create a course with meeting times for a student
- When Mass print all of the calendar options and open the printable option from the calendar
- Then the time and position on all calendars (pdf, web tab, and app calendar) should look the same
- Given I create an assignment for a student with a due date
- When Mass print all of the calendar options and open the printable option from the calendar
- Then the time and position on all calendars (pdf, web tab, and app calendar) should look the same
- Given I cancel an appointment for a student
- When Mass print all of the calendar options and open the printable option from the calendar
- Then the time and position on all calendars (pdf, web tab, and app calendar) should look the same
- Given I mass print a weekly calendar for a student with assignments
- Then I should see all of the assignments in the 'Assignments' row in the table
|
Fix: Appointments API not working | Appointments API not working No Testing Needed |