Update all APIs to return attributes / properties in camelCase notation
Designs
- Show closed items
- aura #1411.0-alpha2 — ⚖️🐦 Precise Pheasant
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- David Trattnig changed milestone to %1.0-alpha2 —
Precise Pheasantchanged milestone to %1.0-alpha2 —
Precise Pheasant - David Trattnig added P1 + 1 deleted label
added P1 + 1 deleted label
- David Trattnig assigned to @kmohrf
assigned to @kmohrf
- David Trattnig marked this issue as related to aura#141 (closed)
marked this issue as related to aura#141 (closed)
- David Trattnig mentioned in issue aura#141 (closed)
mentioned in issue aura#141 (closed)
- David Trattnig added To Do label
added To Do label
- Ernesto Rico Schmidt assigned to @eigenwijsje and unassigned @kmohrf
assigned to @eigenwijsje and unassigned @kmohrf
- David Trattnig mentioned in issue engine#126 (closed)
mentioned in issue engine#126 (closed)
- Ernesto Rico Schmidt added Doing label and removed To Do label
- Ernesto Rico Schmidt closed
closed
- Ernesto Rico Schmidt removed Doing label
removed Doing label
- Author Owner
After pulling the latest code locally and on dashboard.aura.radio the
/playout
endpoint seems to be still the same:{ "id": 67, "start": "2023-06-13T10:00:00", "end": "2023-06-13T10:30:00", "title": "Pepi's Polka", "schedule_id": 25, "is_repetition": false, "playlist_id": 15, "schedule_default_playlist_id": null, "show_default_playlist_id": null, "show_id": 5, "show_name": "Pepi's Polka", "show_hosts": "Musikredaktion", "show_type": "Musiksendung", "show_categories": "Interkulturell", "show_topics": "Kultur/Kunst", "show_musicfocus": "Experimentelle Musik, Jazz", "show_languages": "Deutsch, Hebräisch", "show_fundingcategory": "Standard", "memo": "", "className": "default" }
To be changed:
-
className
should be removed -
is_repetition
got changed torepetition_of_id
- CamelCase for relevant attributes
Out of interest, what is
memo
actually for, where can this be filled?Edited by Ernesto Rico Schmidt -
- David Trattnig reopened
reopened
- Author Owner
The
includeVirtual
parameter like/playout?includeVirtual=true
seem to not work anymore. - David Trattnig added To Do label
added To Do label
- Ernesto Rico Schmidt closed with commit c106da54
closed with commit c106da54
- Owner
To be honest I don't know the idea behind
memo
.I'll check with @kmohrf if it has some meaning in the
dashoard
. 1 Collapse replies - Author Owner
Thanks for the quick fixes.
- Author Owner
I could imagine, that
memo
is sort of some moderation notes. Which would be great, if we have that (in a somewhat minimalistic form) already.
- Author Owner
New finding:
"repetitionOfId": ""
, holds a String, but it should be an Integer ID, right?Click to expand
latest response at dashboard.aura.radio:{ "end": "2023-06-13T10:30:00", "id": 67, "playlistId": 15, "repetitionOfId": "", "scheduleDefaultPlaylistId": null, "scheduleId": 25, "showCategories": "Interkulturell", "showDefaultPlaylistId": null, "showFundingCategory": "Standard", "showHosts": "Musikredaktion", "showId": 5, "showLanguages": "Deutsch, Hebräisch", "showMusicFocus": "Experimentelle Musik, Jazz", "showName": "Pepi's Polka", "showTopics": "Kultur/Kunst", "showType": "Musiksendung", "start": "2023-06-13T10:00:00", "title": "Pepi's Polka" }
Edited by David Trattnig - David Trattnig reopened
reopened
- Ernesto Rico Schmidt closed with commit 2facc9a0
closed with commit 2facc9a0