stann1

Results 13 issues of stann1

As an Organizer, I can create a new campaign, using the 'campaign creation form' (reference: wireframes, name: TBD). Acceptance criteria: 1. User can fill-in the form fields 2. Fields have...

frontend
domain:campaigns

Clicking on the campaign link in List view opens a detailed view. Visible campaign details are the same from [here](https://github.com/podkrepi-bg/frontend/issues/299) with added fields: - documents download (button) - comments (list),...

frontend
domain:campaigns

These are requirements for the **admin panel only**: At the moment, searching/filtering and sorting is performed as frontend action on the current page. This should all change to backend filtering/sorting...

admin

When importing a bank file that contains invalid entries, the admin does not get notified which entries cause the problem. There are several adequate measure to solve this, but to...

admin

.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,...

good first issue
hacktoberfest

The campaign slug will replace the campaign UUID as a valid bank payment reference. The uuid will still continue to work, but will be deprecated in the future. The new...

type: enhancement

At the moment the approval of transfer/withdrawal/expense is done through the 'update' action. Ideally it should be separate for better readability/testing and easier handling of edge cases. The approval action...

type: technical debt

- removing the unused `vault[]` from the response props. - replacing the getall donations sql query with aggregation query - changing the `summary` from array to object with with props...