I want to create a list of a users' order history by date. Let say someone bought two items on 1/1 and then also bought something on 1/2. In the order history page I want to show two dates instead of listing the three dates. If the user wants to see what all they ordered on 1/1, then I want them to click on the date and it would take you to another screen that shows what they ordered that date. So far I have figured out how to make the list but it shows all the dates instead of how I want it. I don't have much experience in programming so any help would be greatly appreciated!