bcgov / moh-tpl

Ministry of Health TPL
Apache License 2.0
2 stars 4 forks source link

Sort Order Implementation for Case Level Grids #457

Closed anudishCGI closed 1 year ago

anudishCGI commented 1 year ago

This PR contains the front end and back end modification of Date of Service Sorting The date of service from Ambulance, Hospital, Pharmacare, MSP are being implemented to comply with ascending and descending sorting. Custom label included for sort variables. Updates functionalities in branch: Apex Class: HCCostCaseController HCCostCaseDAO

LWC Components: ambulanceRecordsCase ambulanceRecordsAccount (removing the sort access) hospitalRecordsCase hospitalRecordsAccount (removing the sort access) continuingcareCase (removing the sort access) continuingcareAccount (removing the sort access) futurecareCase (removing the sort access) futurecareAccount (removing the sort access) mspRecordsAccount (removing the sort access) mspRecordsCase pharmacareRecordsAccount (removing the sort access) pharmacareRecordsCase

I will be raising more PR to accommodate Account level grid changes after this is merged.

Could you please review and validate the PR @cgijeffolsen @NataliaNikishina Thank You!