3PillarGlobal-Czechia / interview-app-api

API for Interview App.
MIT License
3 stars 1 forks source link

Feature/12 seed data #13

Closed TomasNiemczyk98 closed 2 years ago

TomasNiemczyk98 commented 2 years ago

Summary

Added seeds for interview questions, changed documentation to mention how to update database

Types of changes

PlesnikJakub commented 2 years ago

Please explore the option of how to exclude seeds from migration. It would be useful for Prod.

PlesnikJakub commented 2 years ago

I would expect seed to be also executed manually if needed. There will be a need for adding more data to the seed so having it in migration would complicate things. 🤔

PlesnikJakub commented 2 years ago

Ignore sonar cloud duplicity warning, its not relevant in this case.

sonarcloud[bot] commented 2 years ago

SonarCloud Quality Gate failed.    Quality Gate failed

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

No Coverage information No Coverage information
35.3% 35.3% Duplication

PlesnikJakub commented 2 years ago

I will merge this one due to permission to merge if the check fails.