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.3 As a user I want to be able to view my own position on the ownership leaderboard to compare my wealth to other users #40

Open pmcfarlain opened 2 years ago

pmcfarlain commented 2 years ago

Given that the user chooses to see their own place on the leaderboard, they should be able to click onn a page that shows them their Rank, and the 3 users above them and the 3 users below them. Given that the user is attempting to view another user's place on the leaderboard, they should not be blocked from doing so.

pmcfarlain commented 2 years ago

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