@@ -200,33 +200,38 @@ An example of planning can be "every monday at 12:00" with a duration of 1 hour.
200
200
* Confirm sure the slide is displayed in the client ` /client ` .
201
201
* Playlist publishing
202
202
* Repeat the steps from "Slide publishing" for the playlist.
203
+ * Playlist slide ordering.
204
+ * Add several slides with different publishing dates set, to the playlist.
205
+ Try different scenarios, where the slide is published now, in the future, in the past.
206
+ * See how the fields "Udgivelse fra", "Udgivelse til", "Status" reflect the publishing dates set for the slides in the
207
+ list "Afspilningsrækkefølge".
208
+ * Try to change order of the slides in "Afspilningsrækkefølge" by clicking the "↓" arrows.
209
+ * See that the order is sorted according to "Udgivelse til" or "Status".
203
210
* Playlist planning
204
211
* Click "Tilføj" under "Planning" in the playlist (` /admin/playlist/edit/[ID] ` ).
205
212
* NB! Planning is handled by setting up a RRule.
206
- * Click "Vis detaljer" to see the next 5 occurences of the rule that is set up.
207
- * Test different setups for "Frekvens".
213
+ * Test different setups for "Gentag".
208
214
* For each scenario:
209
- * Choose a duration of 1 hour in "Forekomsternes varighed"
215
+ * Choose "Start" and "Slut" so the occurrence will have a duration of 1 hour.
216
+ * Click "Gentag planlægning" to set up repetition rules.
210
217
* Test that the rule applies to the playlist by creating a scenario where the playlist should be shown.
211
218
* Save the playlist.
212
219
* Open the client at ` /client ` and see that playlist is shown.
213
220
* Change the planning to a scenario where it should not be shown.
214
221
* Save the playlist.
215
222
* Open the client at ` /client ` and see that playlist is NOT shown.
216
- * Select "År" for "Frekvens".
217
- * Select a date for "Startdato"
218
- * See that the occurrences will be the every year at the given "Startdato" in "Vis detaljer".
223
+ * Select "År" for "Gentag".
224
+ * See that the occurrences will be the every year at the given "Start" in the list of coming occurrences.
219
225
* Select "Valgte ugedage"
220
- * Select "År" for "Frekvens".
221
- * Select a date for "Startdato"
226
+ * Select "År" for "Gentag".
222
227
* Select "Mandag" in "Valgte ugedage".
223
228
* Select 5 in "Ugenummer".
224
229
* See that the occurrences will be every year on monday in week 5.
225
- * Select "Måned" for "Frekvens".
226
- * Select a date for "Startdato"
230
+ * Select "Måned" for "Gentag".
227
231
* Select some months in "Valgte måneder"
228
- * See that the occurrences will be the selected months at the given date selected "Startdato" in "Vis detaljer".
229
- * Select "Uge" for "Frekvens".
232
+ * See that the occurrences will be the selected months at the given time from "Start" in the list of coming
233
+ occurrences.
234
+ * Select "Uge" for "Gentag".
230
235
* Select a couple of days in "Valgte ugedage".
231
236
* See that the occurrences are weekly occurrences on the selected days.
232
237
---
0 commit comments