thanostsiar / Peer-to-Peer-Carsharing

This is a university project which focuses on software development and rational unified process.
1 stars 0 forks source link

Make a bridge between the databases #74

Closed 0x-2FA closed 1 year ago

0x-2FA commented 2 years ago

As of now we have two databases. One for user management and one for other data such as number of posts, reviews, listings and more.

But there is no connection between the two, meaning that when a user Signs in to our site his Profile (for example) doesn't fetch data for No. of Reviews etc. Most of the code is already there but for certain pages we will need more code (for example the Profile page).

0x-2FA commented 1 year ago

It has been configured.