Dev-Code-Community / TechNexus-Backend

https://devcode-technexus.vercel.app
0 stars 3 forks source link

CRUD API creation: Event deletion #5 #7

Open kaustubhdeokar opened 4 days ago

kaustubhdeokar commented 4 days ago

event deletion api : should take in the { event id }

umardevX commented 4 days ago

@kaustubhdeokar Assign it to me and share more details about this task.

pawarspeaks commented 3 days ago

@umardevX assigned! consider running the backend locally, by following the steps in readme to understand it better..you can join the discussions for the same at https://discord.gg/G2acRSSdhX

umardevX commented 2 days ago

@pawarspeaks can you share more details about this task?

kaustubhdeokar commented 18 hours ago

@umardevX we have multiple events created.. starting with the crud operations on them. this is for the deletion api.

Screenshot from 2024-10-22 23-29-55

so we see a event here.. add delete functionality for this event. later we will configure the permissions for this.