Content
View differences
Updated by Parimal Satyal 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 will display have a custom label:
* the label consists of two elements:
* "series" icon after their name, followed by an icon (Octicon: "iterations", colour: "neutral-emphasis")
* text (style: "text-small-bold", colour: "fgColor/muted") _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"
Monthly (corresponds to a frequency of _Every day_)
* "Yearly
* Clicking on the icon or issue label takes the user to the index page of that Meeting series
* The more action has these options:
* "View meeting series": takes the user to the meeting series index page
* "Download iCalendar event": a link to download the iCal event for the occurence
* "Delete": will display a confirmation dialog:
* Title: "Delete meeting occurrence"
* Text: "This meeting is part of a series called the {Meeting series name}. name} series. This will only delete this particular occurrence and not the entire series. Do you want to continue?" delete just this occurrence?"
* Options:
* "Delete occurence" 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 will display
* the label consists of two elements:
*
* text (style: "text-small-bold", colour: "fgColor/muted")
* Clicking on the
* "View meeting series": takes the user to the meeting series index page
* "Download iCalendar event": a link to download the iCal event for the occurence
* "Delete": will display a confirmation dialog:
* Title: "Delete meeting occurrence"
* Text: "This meeting is part of a series called
* Options:
* "Delete occurence"
* "Cancel" (secondary)
<br>