jessicareinh / capstone-event-app

https://capstone-event-app.vercel.app
3 stars 1 forks source link

US - Delete Function #9

Open jessicareinh opened 6 months ago

jessicareinh commented 6 months ago

Value proposition

As a user I want to be able to delete my added events in case they are cancelled In order to have an accurate overview of my upcoming events.

Description

Image

Acceptance criteria

Tasks

StellaKakarali commented 6 months ago

Looks great!

ahohnsen commented 6 months ago

Just a small hint: It's a modal, not a pop-up.

In your tasks, you are writing that you will create an api route for DELETE. You are not working with a backend here and therefore do not need an api route 🤔 As far as I know, you are saving your events in a useState, so when you delete an event, you are just updating your state.

jessicareinh commented 6 months ago

all updatet :)