You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i would like to propose the development of a backend in a code that allows users to automatically see their highest score when they log in. This feature would enhance user experience by personalizing their dashboard and providing instant feedback on their progress.
Proposed Solution:
Implement a backend logic that retrieves the user's highest score from the database when they successfully log in.
Store each user's scores in a database, and when a new score is recorded, check if it's higher than the current stored highest score.
Display the highest score prominently on the user's dashboard.
This feature would encourage users to improve their performance and make the application more engaging by tracking their best achievements over time.
The text was updated successfully, but these errors were encountered:
Hi @iamparas0 ,
i would like to propose the development of a backend in a code that allows users to automatically see their highest score when they log in. This feature would enhance user experience by personalizing their dashboard and providing instant feedback on their progress.
Proposed Solution:
Implement a backend logic that retrieves the user's highest score from the database when they successfully log in.
Store each user's scores in a database, and when a new score is recorded, check if it's higher than the current stored highest score.
Display the highest score prominently on the user's dashboard.
This feature would encourage users to improve their performance and make the application more engaging by tracking their best achievements over time.
The text was updated successfully, but these errors were encountered: