gdgpescara / hedwig

Other
20 stars 12 forks source link

BO26 - Create a page to modify a Sponsorship level #191

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 sponsorship levels' list page.

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

Image

The breadcrumb should allow to navigate back to the list page. The name is 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 level has been updated. Any error from the API should be notified using a red toast.

Depends on #183 and #189.