bcgov / SIMS

Student Information Management System. Post-Secondary Student Financial Aid System
Apache License 2.0
24 stars 13 forks source link

Institution-Specific Reports - COE Requests #3131

Open CarlyCotton opened 5 months ago

CarlyCotton commented 5 months ago

Follow-Up to #2580

User Story

As a BC Public Institution Admin user, I want to be able to extract dedicated reports to support day to day operations and workload. These reports will help me understand the enrollment status of students at my institution and triage my work related to confirming or declining the enrollments. This report is primarily to assist institutions manage their workload around confirmation of enrolment beyond functionally completing it in SIMS.

Acceptance Criteria

Business Context

Sample Reports Worksheet

Technical

andrewsignori-aot commented 2 months ago

@CarlyCotton @Joshua-Lakusta @HRAGANBC When retrieving the report dates save with time, for instance, for the e-Cert sent date, we are not converting it to PDT, it is returning in its original saved UTC. It can potentially cause a date to be returned as the next day, for instance, an e-cert generated at 9 PM PDT will actually be saved to DB as 4 AM of the next day. Question, should we ensure all the similar cases would be included in the report using PDT time? In comparison, when a similar case happens in the UI along the applications, the date and time will be displayed in the current user time zone.

CarlyCotton commented 2 months ago

@andrewsignori-aot Is it much work to convert the UTC to PDT? I think the opportunity to have confusion between the mismatch of "days" between the report and what can be seen in SIMS is a problem.

If we're changing the time zone for this report, I would like all the other reports to display PDT for dates to be consistent. Unmet need has a most recently assessed date which could create the same issue (though with less impact since it's not $ related) #3050 / #3133

This has the potential to create the same confusion in reverse for institution users NOT in PDT. Any concerns with pushing them all PDT? @HRAGANBC @Joshua-Lakusta

andrewsignori-aot commented 2 months ago

@andrewsignori-aot Is it much work to convert the UTC to PDT? I think the opportunity to have confusion between the mismatch of "days" between the report and what can be seen in SIMS is a problem.

If we're changing the time zone for this report, I would like all the other reports to display PDT for dates to be consistent. Unmet need has a most recently assessed date which could create the same issue (though with less impact since it's not $ related) #3050 / #3133

This has the potential to create the same confusion in reverse for institution users NOT in PDT. Any concerns with pushing them all PDT? @HRAGANBC @Joshua-Lakusta

@CarlyCotton the amount of work is minimal. We can have one report doing it, maybe this one, and then apply the same solution to the others. It should not be an extensive work. Does it sound good?

CarlyCotton commented 2 months ago

@andrewsignori-aot Yes please, use the date in PDT. I'll update the excel & ACs to specify.

andrewsignori-aot commented 2 months ago

@andrewsignori-aot Yes please, use the date in PDT. I'll update the excel & ACs to specify.

Thanks @CarlyCotton can we have a ticket to verify existing reports and adjust them accordingly?

CarlyCotton commented 1 week ago

@dheepak-aot Added an AC to confirm your question regarding default sorting based on our discussion.