Skip to content
Snippets Groups Projects
  1. Mar 26, 2024
  2. Feb 26, 2024
  3. Feb 14, 2024
  4. Feb 10, 2024
  5. Feb 08, 2024
  6. Feb 07, 2024
  7. Jan 25, 2024
    • Konrad Mohrfeldt's avatar
      refactor/fix: fetch rrules from steering and derive description from rulesets · e10e74db
      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)
      e10e74db
    • Konrad Mohrfeldt's avatar
      fix: fix bootstrap-vue modal issues · f1e037dc
      Konrad Mohrfeldt authored
      Modals will not show with Vue 3.4.
      This is a bummer :(.
      
      refs #140
      f1e037dc
    • Konrad Mohrfeldt's avatar
      tests: add vitest · c887455e
      Konrad Mohrfeldt authored
      c887455e
  8. Jan 23, 2024
  9. Nov 08, 2023
  10. Oct 21, 2023
  11. Oct 14, 2023
  12. Oct 13, 2023
  13. Jun 15, 2023
  14. Jun 14, 2023
  15. Jun 13, 2023
  16. Apr 09, 2023
  17. Apr 05, 2023
  18. Apr 03, 2023
  19. Mar 28, 2023
  20. Mar 24, 2023
  21. Feb 28, 2023
  22. Jan 24, 2023
Loading