As a user, I want to change the mode (participant/creator) of the "My Events" page, so that I can I can review different events' lists.
Date Time
10-07-2022 14:25
Pre-requisites
The user is logged on a site;
The user is on the "My Events" page;
Description
1) The tougle participant/creator by default is off (this means participant mode);
2) In participant mode, the user can switch between 4 events' lists:
Finished events (The event that the user is joined and the event status is "Finished");
In-progress events (The event that the user is joined and the event status is "In-progress");
Future events (The event that the user is joined and the event status is "Future");
Bookmarked events (The event that the user bookmarked from the general events catalog (i.e. the bookmark attribute is true)).
Note: Once event is finished, it can not be bookmarked (change bookmark attribute to false).
3) When user turn on tougle participant/creator, system switches to creator mode;
4) In creator mode, the user can switch between 4 events' lists:
Finished events (The event in which user is creator and the event status is "Finished");
In-progress events (The event in which user is creator and the event status is "In-progress");
Future events (The event in which user is creator and the event status is "Future");
Drafts (The event that has not been published by creator and is on the editing stage).
As a user, I want to change the mode (participant/creator) of the "My Events" page, so that I can I can review different events' lists.
Date Time 10-07-2022 14:25
Pre-requisites
Description
1) The tougle participant/creator by default is off (this means participant mode);
2) In participant mode, the user can switch between 4 events' lists:
3) When user turn on tougle participant/creator, system switches to creator mode;
4) In creator mode, the user can switch between 4 events' lists:
Note: Detailed information of the Statuses of the event can be found here: https://github.com/ita-social-projects/EventsExpress/wiki/Statuses-of-the-Event
Epic link: Epic #1402