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
Create components that perform the following functionality:
Gift Management :
GIftsList: Displays list of all gifts, ability to edit/delete/add gifts
GiftItem: Singular gift with options to delete/edit
GiftForm :
Ability to add a new gift or edit a selected gift @aidanobrien411
We need a component gift management that will be rendered on the admin page. Gift management will eventually use the GiftsData from AdminContext, and will handle editing/deletions/adding gifts. Implementation is up to you, but GiftManagement should have a component that displays all gifts, with buttons to delete/edit a gift. We also need to be able to edit/delete a selected gift, and add a new gift. Mock any data needed.
The text was updated successfully, but these errors were encountered:
Create components that perform the following functionality:
Gift Management :
GIftsList: Displays list of all gifts, ability to edit/delete/add gifts
GiftItem: Singular gift with options to delete/edit
GiftForm :
Ability to add a new gift or edit a selected gift
@aidanobrien411
We need a component gift management that will be rendered on the admin page. Gift management will eventually use the GiftsData from AdminContext, and will handle editing/deletions/adding gifts. Implementation is up to you, but GiftManagement should have a component that displays all gifts, with buttons to delete/edit a gift. We also need to be able to edit/delete a selected gift, and add a new gift. Mock any data needed.
The text was updated successfully, but these errors were encountered: