1. 24 Dec, 2020 1 commit
    • Eulyeon Ko's avatar
      Move getter methods into roadmap_item_utils.js · 9b7630ff
      Eulyeon Ko authored
      The following getters have been only used in the context
      of initializing fetched raw data using the functions from
      roadmap_item_utils.js:
      
      getters.lastTimeframeIndex
      getters.timeframeStartDate
      getters.timeframeEndDate
      
      Having these coupled to vuex makes it hard to generate-
      mock data needed for testing, thus we are moving them
      into roadmap_item_utils.js to use as pure helper functions.
      9b7630ff
  2. 23 Dec, 2020 39 commits