TechnologyEnhancedLearning / DLSV2

Progressive refactor of the Digital Learning Solutions web apps to .Net Core tech stack
MIT License
5 stars 1 forks source link

TD-4950 Changed Stored Proc To Include Results Of Proficiencies From Any Assessment #2927

Closed rshrirohit closed 3 weeks ago

rshrirohit commented 3 weeks ago

JIRA link

TD-4950

Description

Changed Stored Procedure To Include Results Of Proficiencies From Any Assessment. Removed the 'AND s.SelfAssessmentID = @selfAssessmentId' clause from the GetAssessmentResultsByDelegate stored procedure.

Screenshots

I created a copy of the IV Therapy passport. The left side is the original passport and the right side is the copied passport.

Before changes - In the image, we can see that even though the proficiencies are achieved in one assessment, it does not reflect in the other with the same proficiencies - image

After changes - We see that results are fetched in new assessment even when the proficiencies were done in the older one.

image


Developer checks

(Leave tasks unticked if they haven't been appropriate for your ticket.)

I have: