- Mar 26, 2024
-
-
Konrad Mohrfeldt authored
-
- Mar 08, 2024
-
-
Konrad Mohrfeldt authored
-
- Feb 14, 2024
-
-
Konrad Mohrfeldt authored
The dashboard should generally only check for permissions not flags.
-
- Feb 13, 2024
-
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
- Feb 10, 2024
-
-
Konrad Mohrfeldt authored
We now use the more flexible ErrorDetailArray data structure from @rokoli/bnb which makes it harder to accidentally ignore or miss errors. refs #257 #258
-
- Feb 09, 2024
-
-
Konrad Mohrfeldt authored
refs #247
-
- Feb 08, 2024
-
-
Konrad Mohrfeldt authored
refs #186
-
- Feb 07, 2024
-
-
Konrad Mohrfeldt authored
refs #135 #104
-
Konrad Mohrfeldt authored
-
- Jan 25, 2024
-
-
Konrad Mohrfeldt authored
Up until now the dashboard used a hardcoded list of rrules that matched a long-gone fixture set of rrules in steering. Additionally, rrules were translated in the dashboard using the the ID of the rrules in steering. This means that any change to the fixture set, removing an rrule or not importing the fixture set at all would mix up the translations and therefore the actual schedules that people would create. A few months ago the rrules were reworked and an API endpoint was introduced that exposes the rrules defined in steering. No appropriate change was made in the dashboard and so the rrule definitions got out-of-sync. This change implements a rrule store that fetches data from the API. Additionally we’ve also implemented a custom rrule to natural language mechanism [1]. This is because the scope of the rulesets we use in the AURA radio context is well-known and not to complex and because rrule.js built-in `toText` function, which might have been an option, is limited: * bysetpos seems to be entirely unsupported * internationalization will produce gramatically questionable output for languages like German, because the translation interface is somewhat lacking. [1] #226 (comment 13669)
-
- Nov 08, 2023
-
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
The playout expands unknown-length entries to the remaining time of the timeslot if there is only one unknown-length entry.
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
refs #127
-
Konrad Mohrfeldt authored
refs #127
-
Konrad Mohrfeldt authored
refs #127
-
- Nov 06, 2023
-
-
Konrad Mohrfeldt authored
-
- Nov 01, 2023
-
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
fixes #209
-
Konrad Mohrfeldt authored
-
- Oct 21, 2023
-
-
Konrad Mohrfeldt authored
refs #127
-
Konrad Mohrfeldt authored
refs #127
-
- Oct 13, 2023
-
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
refs #191
-
Konrad Mohrfeldt authored
refs #181
-
Konrad Mohrfeldt authored
refs #127
-
Konrad Mohrfeldt authored
refs #127
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
refs #127
-
Konrad Mohrfeldt authored
This should make the API functions more accessible for callers as there won’t be any loose undefined values that were sometimes needed to skip certain values in certain API endpoints. Instead, every positional argument is now required and all configurable options or extensions are part of the options object.
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
Using the ID type makes type errors more likely because we accept a wider range of types as arguments for API operations than we actually support on a logic level, i.e. when using maps because Map<ID, T>.get('1') !== Map<ID,T>.get(1)
-
Konrad Mohrfeldt authored
refs #185
-
Konrad Mohrfeldt authored
-
- Jun 16, 2023
-
-
Konrad Mohrfeldt authored
refs #146
-
Konrad Mohrfeldt authored
refs #127
-