Skip to content

key-value store module

Fabio Maschi requested to merge feat/kvs into main
  • moves KVS as a standalone module, since it's not jamboree-dependent
  • we will use this module for importing the schedule from CSV:
    • organisers info (display name, url, image) and links (display name, url) will be stored here
    • when importing, we will fetch their info based on the key (their ID on the spreadsheet), and store the full info

Merge request reports

Loading