You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, the My profile page shows 3 tabs for My Donations, Personal Info and Donation Certificates. Users were asking for easy access to "My Campaigns" too so that they can view the campaigns they donated to, or even edit in case they are in the role of organizer/coordinator or beneficiary.
Describe the solution you'd like
Add a new tab next to Donations called My Campaigns. The new tab should display a grid with the following conditions:
all campaigns the logged user has donated to
all campaigns for which the logged user is in the role of organizer, coordinator or beneficiary
The grid should display edit button and allow editing only for campaigns with the condition 2.
To implement this on the backend there is a need of a new endpoint that lists campaigns by user with the conditions above.
Describe alternatives you've considered
The solution can be implemented in iterations where condition 1 is implemented only on frontend and then condition 2 is implemented by extending the backend.
Additional context
When implementing backend endpoint look at how the user is checked in create-campaign endpoint.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently, the My profile page shows 3 tabs for My Donations, Personal Info and Donation Certificates. Users were asking for easy access to "My Campaigns" too so that they can view the campaigns they donated to, or even edit in case they are in the role of organizer/coordinator or beneficiary.
Describe the solution you'd like
Add a new tab next to Donations called My Campaigns. The new tab should display a grid with the following conditions:
The grid should display edit button and allow editing only for campaigns with the condition 2.
To implement this on the backend there is a need of a new endpoint that lists campaigns by user with the conditions above.
Describe alternatives you've considered
The solution can be implemented in iterations where condition 1 is implemented only on frontend and then condition 2 is implemented by extending the backend.
Additional context
When implementing backend endpoint look at how the user is checked in create-campaign endpoint.
The text was updated successfully, but these errors were encountered: