podkrepi-bg / api

Nest.js REST backend for charity platform Podkrepi.bg https://podkrepi.bg/swagger
https://podkrepi.bg
MIT License
82 stars 43 forks source link

finish create functionality and testing on it #656

Closed Martbul closed 2 months ago

Martbul commented 2 months ago

update CampaignApplication model - organizerEmail now is not unique update create method testing(cotroller and service file) add create method functionality - now created campaign-application data is persisted to db update createCampaignApplicationDto - add @isNotEmpty decorator for properties that are required

Closes #{issue number}

Motivation and context

Testing

Steps to test

New endpoints

Environment

New environment variables:

New or updated dependencies:

Dependency name Previous version Updated version Details
dependency/name v1.0.0 v2.0.0
github-actions[bot] commented 2 months ago

❌ Not all tests have run for this PR. Please add the run tests label to trigger them.

Martbul commented 2 months ago

I committed to the wrong branch, that updated the PR with wrong changes. So I closed the PR and made a new one. Sorry, I am still learning.