SOFTENG310-Team4 / SMARTJ

SMARTJ is a web application designed to help active job seekers practice their interview skills and find available jobs in their field of study. Developed by Team 4 as part of the SOFTENG 310 course at the University of Auckland.
MIT License
0 stars 11 forks source link

Feat: Added date and score sorting to myProfile - Credit to mche791 #88

Closed axu732 closed 1 month ago

axu732 commented 1 month ago

Context

Completing issue https://github.com/SOFTENG310-Team4/SMARTJ/issues/49, adding the sorting functionality in MyProfile,js

What Changed?

Added a filter to the performance chart, allowing to sort based on time, week, month, year, all time Added a filter to the table underneath performance chart. Allowing to sort by ascending/descending between the date or median

How To Review

Changes made to MyProfile.js

Testing

Going through the app

Risks

Notes

check if you have "dayjs" installed (if not you can use npm install dayjs)