- Jan 26, 2024
-
-
Konrad Mohrfeldt authored
refs #246
-
Konrad Mohrfeldt authored
-
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)
-
- Oct 13, 2023
-
-
Konrad Mohrfeldt authored
refs #191
-
Konrad Mohrfeldt authored
-
- Jun 16, 2023
-
-
Konrad Mohrfeldt authored
-
- Jun 15, 2023
-
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
refs #121
-
- Jun 08, 2023
-
-
Konrad Mohrfeldt authored
API object attribute names are now: 1. camelCased (#164) 2. use Id / Ids suffix for object references (#172)
-
- Apr 03, 2023
-
-
Konrad Mohrfeldt authored
We don’t want to show schedules that are in the past because they clutter the overview. refs #120
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
Schedules that only run for a single day should display when that day is. refs #121
-
- Nov 10, 2022
-
-
Konrad Mohrfeldt authored
-
- Nov 09, 2022
-
-
Konrad Mohrfeldt authored
Notable changes: * Vue 2.6 to Vue 3 + compat migration. * Build system migration from vue-cli/webpack to Vite. * Application dependencies like bootstrap-vue, vue-router, vuex, or vue-toast-nofitication have been updated, if doing so was necessary or advisable for the Vue 3 migration. * Static file includes for the oidc-client in oidc_callback.html and oidc_callback_silentRenew.html have been removed in favor of automatic processing in the build system so that all assets are versioned and invalid cache hits are prevented. Fixes #53 and #110.
-
- Apr 24, 2022
-
-
Konrad Mohrfeldt authored
The steering API has some deprecated attribute names that we should no longer use. These are: dstart → first_date until → last_date tstart → start_time tend → end_time byweekday → by_weekday These changes in naming have also been applied to variable names, attribute names and translatations in the dashboard code in order to avoid confusion.
-
- Apr 22, 2022
-
-
Konrad Mohrfeldt authored
-
- Dec 14, 2020
-
-
Richard Blechinger authored
-
- Nov 24, 2020
-
-
Richard Blechinger authored
-
- Sep 08, 2020
-
-
Richard Blechinger authored
-
- Aug 26, 2020
-
-
jackie / Andrea Ida Malkah Klaura authored
-
- Aug 25, 2020
-
-
Richard Blechinger authored
-
- Aug 24, 2020
-
-
Richard Blechinger authored
-