Project-Sonata / Profiles

Provide access for profile and account of the user
0 stars 0 forks source link

Added postgres as profile data storage #6

Closed justJavaProgrammer closed 5 months ago

justJavaProgrammer commented 5 months ago

Added postgres as data storage for user's profile. Added SQL migration. Added R2DBC support. Added tests.

Implementation of https://github.com/Project-Sonata/Profiles/issues/5

justJavaProgrammer commented 5 months ago

[REVIEW] User's profile IS NOT fetched from database. Change it

justJavaProgrammer commented 5 months ago

[REVIEW] Profile table is missing 'context_uri' of the user

justJavaProgrammer commented 5 months ago

[REVIEW] User's profile IS NOT fetched from database. Change it

Implemented in 99bcf2c

justJavaProgrammer commented 5 months ago

[REVIEW] Profile table is missing 'context_uri' of the user

Fixed in f2d286c