Content
View differences
Updated by Oliver Günther over 1 year ago
**As** a user of meeting series in OpenProject
**I want to** have a stable URL to link to the meeting series and its next iteration
**so that** I can embed this into the calendar
**Acceptance criteria**
* Meeting series index pages have a fixed url:
* Format: `{/projects/identifier}/recurring_meetings/{id}-{slug}` `/projects/{project_identifier}/meetings/{series_slug}/{id}`
* with slug, "/projects/openproject/recurring\_meetings/232-product-weekly"
* without slug, "/projects/openproject/recurring\_meetings/232" e.g, "/projects/openproject/meetings/product-weekly/230"
* There is a magic link that always links to the _next iteration_ of the meeting
* Format: `{/projects/identifier}/recurring_meetings/{id}-{slug}/next` `/projects/{project_identifier}/meetings/{series_slug}/next`
* with slug, "/projects/openproject/recurring\_meetings/232-product-weekly/next"
* without slug, "/projects/openproject/recurring\_meetings/232/next" e.g, "/projects/openproject/meetings/product-weekly/next"
**Open**
* Additional entry points for calendar entries, so that you do not only see the next iteration, but also the previous one
<br>
**I want to** have a stable URL to link to the meeting series and its next iteration
**so that** I can embed this into the calendar
**Acceptance criteria**
* Meeting series index pages have a fixed url:
* Format: `{/projects/identifier}/recurring_meetings/{id}-{slug}`
* with slug, "/projects/openproject/recurring\_meetings/232-product-weekly"
* without slug, "/projects/openproject/recurring\_meetings/232"
* There is a magic link that always links to the _next iteration_ of the meeting
* Format: `{/projects/identifier}/recurring_meetings/{id}-{slug}/next`
* with slug, "/projects/openproject/recurring\_meetings/232-product-weekly/next"
* without slug, "/projects/openproject/recurring\_meetings/232/next"
**Open**
* Additional entry points for calendar entries, so that you do not only see the next iteration, but also the previous one
<br>