api
api copied to clipboard
Nest.js REST backend for charity platform Podkrepi.bg https://podkrepi.bg/swagger
Issue: https://github.com/podkrepi-bg/frontend/issues/700 - Add Export module. - Export service to be used around the app in different services that would require exporting. - There is an option to specify everything...
Fixes: https://github.com/podkrepi-bg/frontend/issues/1204 The fix for this is to add the wanted timezone(GMT+0200) when we parse the PaymentDateTime record.
1. Add support for subscriptions in the stripe calls. 2. Listen on the create and update subscription event hooks. 3. Listen on the invoice paid hook in order to add...
## Motivation Currently we have only one Admin role that is too broad. The need is the Admin role to be broken into more specific admin roles as per below...
# Summary Implements #368 Created CRUD endpoints for campaign reports. They are part of a separate module called `campaign-report`, but the controller is under the `campaign` base route. New entities:...
### Current Situation Currently the donation made via bank transfer are imported manually in the system. For easier accounting and instant visibility we need automated approach. ### Desired Solution Integrate...
Backend of [[Feature] Add ability to view/upload reports to Campaigns](https://github.com/podkrepi-bg/frontend/issues/1093) - [ ] DB schema changes to create reports and associate them to campaigns - [ ] Endpoints and services...
.env files are meant to be used on the individual local env and keeping them out of source control is a good practice. Makes the local setup much easier due...
Including, but not limited to: - Campaign details on cmapaign list/get - Donation details on donation list - ... Mandatory paging should be introduced to all public endpoints of campaigns,...
We need to add a new field `type` of the incoming `InfoRequest` objects and dispatch the different requests to different destination emails. We need at least the following request types:...