• 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
index.js 264 Bytes