ITI / searcch

SEARCCH Hub Frontend
https://searcch.cyberexperimentation.org/
BSD 3-Clause "New" or "Revised" License
3 stars 6 forks source link

added frontend support for sort results #162

Closed yashshah15 closed 1 year ago

yashshah15 commented 1 year ago

I have created a dropdown list for sorting results. The dropdown list has three options: date, views, and rating. I have also added an option None to allow users to cancer sort when trying to search again. I have added a couple of radio buttons to specify which way it should be sorted ascending or descending. The radio buttons will only be visible if the user has selected sort criteria. If the user selects None, radio buttons will not be displayed. This addresses the frontend side of the sort results feature: https://github.com/ITI/searcch/issues/159