Closed liampalmer0 closed 3 years ago
Given user is logged in and on the calendar page
And they click the add event button
When they enter event details and click save
Then event should show on calendar
Event form should have fields: Name - Text input Dress code - dropdown list Date & time start Date & time end
Adding recurring events is currently not planned but can be added if it is low effort
https://nhn.github.io/tui.calendar/latest/tutorial-example16-template-for-popup https://github.com/nhn/tui.calendar/blob/master/docs/getting-started.md#customize-popups https://nhn.github.io/tui.calendar/latest/Options https://nhn.github.io/tui.calendar/latest/#ready-to-use-default-popups
Jquery Pop-ups: https://jqueryui.com/dialog/#modal-form
Add Event
Given user is logged in and on the calendar page
And they click the add event button
When they enter event details and click save
Then event should show on calendar
Event form should have fields: Name - Text input Dress code - dropdown list Date & time start Date & time end
Adding recurring events is currently not planned but can be added if it is low effort