Skip to content

Commit 1f778c6

Browse files
committed
2321: Fixed issues raised in github actions
1 parent 6c8c09f commit 1f778c6

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
- [#215](https://github.com/os2display/display-api-service/pull/215)
8+
- Added calendar api feed type.
79
- [#223](https://github.com/os2display/display-api-service/pull/223)
810
- Added explicit fixtures to avoid false negatives in the test suite
911
- [#219](https://github.com/os2display/display-api-service/pull/219)
1012
- Fixed psalm, test, coding standards and updated api spec.
11-
1213
- [#222](https://github.com/os2display/display-api-service/pull/222)
1314
- Adds create, update, delete operations to feed-source endpoint.
1415
- Adds data validation for feed source.

docs/calender-api-feed.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ By default, the three endpoints should return data as follows:
5353
* The `id` (Mapping key: RESOURCE_ID) should be unique for the resource.
5454
* The `locationId` (Mapping key: RESOURCE_LOCATION_ID) is the id of the location the resource belongs to.
5555
* The `displayName` (Mapping key: RESOURCE_DISPLAY_NAME) is the name the resource is presented by in templates and admin.
56-
* The `includedInEvents` (Mapping key: RESOURCE_INCLUDED_IN_EVENTS) determines if the resource is included in the events endpoint.
56+
* The `includedInEvents` (Mapping key: RESOURCE_INCLUDED_IN_EVENTS) determines if the resource is included in the events
57+
endpoint.
5758
This property can be excluded in the data. If this is the case, it defaults to `true`.
5859

5960
### Events
@@ -78,8 +79,10 @@ By default, the three endpoints should return data as follows:
7879
```
7980

8081
* The `title` (Mapping key: EVENT_TITLE) is the title of the event.
81-
* The `startTime` (Mapping key: EVENT_START_TIME) is the start time of the event. Should be formatted as an `ISO 8601 date`, e.g. `2004-02-15T15:00:00+02:00`.
82-
* The `endTime` (Mapping key: EVENT_END_TIME) is the end time of the event. Should be formatted as an `ISO 8601 date`, e.g. `2004-02-15T15:30:00+02:00`.
82+
* The `startTime` (Mapping key: EVENT_START_TIME) is the start time of the event.
83+
Should be formatted as an `ISO 8601 date`, e.g. `2004-02-15T15:00:00+02:00`.
84+
* The `endTime` (Mapping key: EVENT_END_TIME) is the end time of the event.
85+
Should be formatted as an `ISO 8601 date`, e.g. `2004-02-15T15:30:00+02:00`.
8386
* The `resourceDisplayName` (Mapping key: EVENT_RESOURCE_ID) is display name of the resource the event belongs to.
8487
* The `resourceId` (Mapping key: EVENT_RESOURCE_DISPLAY_NAME) is the id of the resource the event belongs to.
8588

0 commit comments

Comments
 (0)