Content
View differences
Updated by Parimal Satyal 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/{project_identifier}/meetings/{series_slug}/{id}` `/projects/{project_identifier}/meeting_series/{id}-{optional-series-slug}/`
* e.g, "/projects/openproject/meetings/product-weekly/230" "/projects/openproject/meeting\_series/230-product-weekly/
* There is a magic link that always links to the _next iteration_ of the meeting
* Format: `/projects/{project_identifier}/meetings/{series_slug}/next` `/projects/{project_identifier}/meeting_series/{id}-{optional-series-slug}/next`
* e.g, "/projects/openproject/meetings/product-weekly/next" "/projects/openproject/meeting\_series/230-product-weekly/
<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/{project_identifier}/meetings/{series_slug}/{id}`
* 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/{project_identifier}/meetings/{series_slug}/next`
* e.g, "/projects/openproject/meetings/product-weekly/next"
<br>