I have created DatabaseSeedHelper med some basic Data.
Changes Made
I add DatabaseSeedHelper in Infrastructure DI.
Because I used IPaswordHasher to hash password and properly seed data in Db I had to modify DojoDbConntext to inject DatabaseSeedHelper.
I have run migration and successfully populate my local Db but I didn’t check if it is working with Swagger because we don’t have ours controls yet.
Related Ticket or Issue
56
40
57
Checklist
[x] Code adheres to the coding conventions
[] Unit tests are added for new code
[] Existing unit tests are updated if needed
[x] Code follows the principles of Clean Architecture
[x] Code formatting complies with the .editorconfig file
40 database setup db seed helper/user data
Description
I have created DatabaseSeedHelper med some basic Data.
Changes Made
I add DatabaseSeedHelper in Infrastructure DI. Because I used IPaswordHasher to hash password and properly seed data in Db I had to modify DojoDbConntext to inject DatabaseSeedHelper. I have run migration and successfully populate my local Db but I didn’t check if it is working with Swagger because we don’t have ours controls yet.
Related Ticket or Issue
56
40
57
Checklist
.editorconfig
file