ita-social-projects / Home

Home - is an all-in-one social service that will cover all aspects of your communication with your home and neighbors.
http://www.home-project-engineering.tech/api/0/apidocs/index.html
MIT License
26 stars 31 forks source link

Bugfix/issue#471 duplication of stored data #489

Closed ystoikov closed 1 year ago

ystoikov commented 2 years ago

dev

ZenHub

Summary of issue

The main application uses the "users" table to store users' credentials. OAuth server uses its own user_credentials table for storing the same data. For this reason, some changes require. It is preferable to store common data in one table without duplication.

Summary of change

CHECK LIST

sonarcloud[bot] commented 2 years 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 3 Code Smells

87.5% 87.5% Coverage
0.0% 0.0% Duplication

vladyslavyarets commented 1 year ago

This task was closed in another branch. PR - https://github.com/ita-social-projects/Home/pull/496