IT-Academy-BCN / ita-landing-backend

5 stars 1 forks source link

Feat/register user last login resolves #99 #100

Closed FranEnLaNube closed 7 months ago

FranEnLaNube commented 7 months ago

There are different ways to solve this.

Also there are two ways to do it.

After talk about this in the meeting we decided to do a specific one because the application is already in production and we want to use the benefits of migrations history.

These are the articles I've read to support this task.

Changes

Comments

sonarcloud[bot] commented 7 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 2 Code Smells

No Coverage information No Coverage information
0.7% 0.7% Duplication

FranEnLaNube commented 7 months ago

I've made two modifications to solve sonarcloud comments.

CloudSalander commented 7 months ago

Need @androsrivas check when its possible.

First of all, @franenlanube THANK YOU for the huge explanations, that is a very generous use of a Pull Request.

About the feature:

Congratulations!

androsrivas commented 7 months ago

Great job @franenlanube ! Last Sunday I noticed that there was no Logout method in AuthController. Luckily, that can be fixed quickly! Thank you for such a thorough PR!!