Vladislp / Smart-Brain

Smart-Brain is a web application that allows users to upload their picture and automatically detects the location of the person's face in the image. (Work in progress)
0 stars 2 forks source link

4-Add-Rank-Component-To-Project #7

Closed Vladislp closed 1 year ago

Vladislp commented 1 year ago

Is your feature request related to a problem? Please describe.

Currently, my React project doesn't have a component that displays the user's rank based on their picture submissions. This is a problem because it makes it difficult for users to know how they compare to other users in terms of picture submissions.

Describe the solution you'd like

I would like to add a new component called "Rank" that displays the user's username and their rank compared to all other users who have submitted pictures. The component should be displayed prominently on the user's profile page, and should update dynamically as new pictures are submitted by other users. This will provide users with a clear understanding of where they stand in comparison to others in the community.

Describe alternatives you've considered

I've considered using a pre-existing ranking library or plugin, but I believe that creating a custom component will allow for greater flexibility and customization. Additionally, it will allow us to integrate the component seamlessly into our existing user interface.