Content
View differences
Updated by Oliver Günther over 1 year ago
**As** an user of the meetings feature
**I want to** include recurring meetings into the regular index page
**so that** I see all of my meetings, one-time and recurring
**Acceptance criteria**
* The index page lists upcoming or past episodes of a meeting series as it would a regular one-time meeting
* Meetings that are a part of a series have a "series" icon after their name, followed by an _IssueLabel_ (variant: accent) that specifies the frequency:
* "Daily" (corresponds to a frequency of _Every day_)
* "Weekly (corresponds to a frequency of _Every week_)
* "Bi-weekly" (corresponds to a frequency of _Every 2 weeks_)
* Monthly (corresponds to a frequency of _Every day_)
* Clicking on the icon or issue label takes the user to the index page of that Meeting series
* The more action has these options:
* "Open this meeting": takes the user to that particular meeting occurrence
* "View meeting series": takes the user to the meeting series index page
* "Delete": will display a confirmation dialog:
* Title: "Delete meeting occurrence"
* Text: "This meeting is part of the {Meeting series name} series. This will only delete this particular occurrence and not the entire series. Do you want to delete just this occurrence?"
* Options:
* "Delete meeting" (danger)
* "Cancel" (secondary)
<br>
**I want to** include recurring meetings into the regular index page
**so that** I see all of my meetings, one-time and recurring
**Acceptance criteria**
* The index page lists upcoming or past episodes of a meeting series as it would a regular one-time meeting
* Meetings that are a part of a series have a "series" icon after their name, followed by an _IssueLabel_ (variant: accent) that specifies the frequency:
* "Daily" (corresponds to a frequency of _Every day_)
* "Weekly (corresponds to a frequency of _Every week_)
* "Bi-weekly" (corresponds to a frequency of _Every 2 weeks_)
* Monthly (corresponds to a frequency of _Every day_)
* Clicking on the icon or issue label takes the user to the index page of that Meeting series
* The more action has these options:
*
*
* "Delete": will display a confirmation dialog:
* Title: "Delete meeting occurrence"
* Text: "This meeting is part of the {Meeting series name} series. This will only delete this particular occurrence and not the entire series. Do you want to delete just this occurrence?"
* Options:
* "Delete meeting" (danger)
* "Cancel" (secondary)
<br>