@@ -24,6 +24,7 @@ The following test scenarios are explained:
24
24
* [ T6 External users] ( #t6-external-users )
25
25
* [ T7 Campaigns] ( #t7-campaigns )
26
26
* [ T8 Shared playlists] ( #t8-shared-playlists )
27
+ * [ T9 Feed sources] ( #t9-feed-sources )
27
28
28
29
---
29
30
@@ -488,3 +489,39 @@ When it is shared it can be displayed in another tenant, but not edited.
488
489
* Test that the playlist is displayed on the screen. See T1 for how to activate the screen.
489
490
490
491
---
492
+
493
+ ## T9 Feed sources
494
+
495
+ ### Description
496
+
497
+ Feed sources are the link between external data source and slides. An example is the RSS feed.
498
+ When creating a slide with the RSS template a feed source ("datakilde") needs to be selected.
499
+ After the feed source has been selected it is possible to input the url to the RSS feed to show data from.
500
+ The feed source contains the code that calls the external source and converts data to a format the RSS template
501
+ understands.
502
+
503
+ Feed sources are connected to a tenant. New feed sources can be connected to a tenant in through the
504
+ "Datakilde" link in the navigation.
505
+
506
+ The following guide describes how to add a "calendar api" feed source to a tenant.
507
+
508
+ NB! The calendar api feed source has some installation requirements that are assumed to have been set up.
509
+ See the [ documentation] ( https://github.com/os2display/display-api-service/blob/develop/docs/calender-api-feed.md ) for
510
+ further information.
511
+
512
+ With the calendar api feed source the administrator should select which locations are connected with the given tenant.
513
+ When creating a slide with the given feed source, the resources that belong to the given locations are available
514
+ to deliver data to the slide.
515
+
516
+ ### Steps
517
+
518
+ * Go to ` /admin/feed-sources/list ` .
519
+ * Click "Opret ny datakilde" (` /admin/feed-sources/create ` ).
520
+ * Select a name (e.g. "My calendar feed") and add a description of the feed source.
521
+ * Select "Kalender feed" for "Type".
522
+ * It will display "Bemærk! Datakilden skal gemmes før der kan tilkobles lokationer. Gem og åbn datakilden igen.".
523
+ * Save with "Gem datakilde".
524
+ * Reopen the feed source from the list.
525
+ * Select locations that should be connected with the given tenant.
526
+ * Save with "Gem datakilde".
527
+ * Now the feed source should be available in the feed selector, when setting up a "calendar" slide.
0 commit comments