Skip to content

Create|Delete Event

Hanna Nekhniadovich edited this page Nov 21, 2018 · 1 revision

Create 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.

Delete 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.