Open oliviaclough opened 4 years ago
In order to complete this part of the story, we would need to create navigate button along with the search page. After we click this button, we would see different sorting criteria : Newest to oldest, oldest to newest, Most recent, Most upvote, and Most searched. Maybe we need to use HTML/CCS to add that button into my search page. Just like what we did in lab07, we also need to link that button to our main java file. We want to implement a new main java file in order to tell set up the button.
As a user, I want to be able to sort my upvote history in a few different ways.
you have some freedom here, I would suggest by data (most recent, oldest to newest, etc) but you can add whatever you see fit!
Acceptance Criteria: When you navigate to the upvote history page, you should be able to click on the dropdown and see it populated with different sorting criteria.