-
Notifications
You must be signed in to change notification settings - Fork 0
Create|Delete Event
The user is able to create event after clicking Create Event button on the Event List page. They get redirected to the CreateEvent modal. The user needs to fill out the following fields to create an event: event name, school, limit, date, time, event description. The limit should be greater than 0, otherwise a warning message is displayed "Must be greater than 0" and user is not able to save the event. Event name, school, limit, date, time, event description are required fields. If some of these fields are missed, a warning message is displayed and user is not able to create an event. After successful event creation, the event is added to the list of events, and other users will be able to see it and join the event.
If the user is the creator of the event, they have an option to delete the event they saved. On the event details page the user will find a delete event button. By pressing this button, the event will be deleted. Other users will not e able to see as well.
add a comment
Overview
Make It Happen
Features
- Register/Login
- Create/Delete Event
- Join/Leave Event
- View Event Attendees
- User/Attendee Profile
- Event Map
- Commenting
- Edit Profile
CI/CD