Change the Course sort order on the Dashboard Page in LMS

How to Change the Course sort order on the Dashboard Page in LMS. Could You Guys Please guide me to Implement this.Thanks in Advance!

Hi Ramanan,
The courses in the dashboard are sorted by date created, and this is hardcoded in the dashboard view.

The easiest way to change this without forking edx-platform would be to change the sort order overriding the dashboard HTML template. You can insert a bit of python code in the mako template before the loop over course_enrollments.

Hope it helps