gdgpescara / hedwig

Other
20 stars 12 forks source link

BO24 - Create a page to list all Sponsorship levels #189

Open gregoriopalama opened 2 months ago

gregoriopalama commented 2 months ago

Create a page that will use the BackOfficeLayout.

The link in the drawer menu should be "Partnerships". For the icon we will use material design icons and the icon handshake.

The page's layout should be as following:

Image

The page will list all the Sponsorship levels and show their name. For each level, the page will provide the link to edit and to delete the single level. Also, we will provide a button to move the level down and one to move the level up. In this issue, these buttons won't be implemented, but only added graphically.

A searchbar in the top of the list will allow to filter the levels by their name. The filter must be client side. A button on the right of the searchbar will allow to add a new level.

Depends on #123, #181 and #182.