gdgpescara / hedwig

Other
20 stars 12 forks source link

BO30 - Create a page to modify a Sponsor #195

Open gregoriopalama opened 2 months ago

gregoriopalama commented 2 months ago

Create a page that will be opened by clicking on the "edit" button in the sponsors' list page.

The page should be allowed to Devfest Organizers only and should allow the editing of the informations for the sponsor, as shown below:

Image

The breadcrumb should allow to navigate back to the list page for the single sponsorship level and for the sponsorship levels. The name, the link and the logo are strictly required. The "Cancel" button will navigate back to the list, the "Save" button will perform the call to the Sponsorship API and navigate back to the list, showing a toast that will confirm that the sponsor has been updated. Any error from the API should be notified using a red toast.

Depends on #193 and #187.