katebouis / GUI-DB

A sample project using docker-compose with Node and React.JS containers while using a MySQL DBaaS.
GNU General Public License v3.0
0 stars 1 forks source link

7.1 As a user I want to be able to view the most expensive NFTs for sale to know the most expensive NFTs currently on the site #30

Closed pmcfarlain closed 2 years ago

pmcfarlain commented 2 years ago

Given that the user is on the NFT leaderboard page, then they should be able to see the top 10 most expensive NFTs Given that the NFT is one of the top 10 most expensive on the site, then it should appear on the NFT leaderboard page Given that the NFT is not one of the top 10 most expensive on the site, then it should not appear on the NFT leaderboard page

pmcfarlain commented 2 years ago

Set up the logic to display this leaderboard in models/nft.js but haven't connected it with route or controller due to docker issues