-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backend for rankings #40
Conversation
Hey as we have talked we will use localStirage in the front end rather than using cookies, so maybe we can cancel these changes and we will adapt it later!! |
Ready, token is no longer stored as a cookie |
Quality Gate failedFailed conditions |
SonarCloud test failed because user points are generated randomly. This is for this early stage, only for testing the rankings functionallity |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems right!
@@ -19,6 +19,7 @@ | |||
"homepage": "https://github.com/arquisoft/wiq_en1a#readme", | |||
"dependencies": { | |||
"axios": "^1.6.5", | |||
"cookie-parser": "^1.4.6", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We weill leave the library as we may need it furhgter. PAckage management to prevent unused packages, etc will be done further in the project
Added the endpoint for the rankings functionallity and changed User's schema (now it includes 'points' field)