# February 10, 2020

# JMS CCPA Audit, add a little more detail

# Accessibility ReCaptcha Research

# Website Checklist

  • found a good way to get an items index with a Vuex getter. I pass in something unique about the item, then...
  getIndex: state => (payload) => {
    return state.lists.findIndex(x => x.title === payload)
  }
1
2
3

# JMS Recipe client feedback

  • changed tag definition on recipes pimcore enviro
  • added checks to PDF generator to not show some fields if they're null
  • it was a dictionary value
  • changed in RC

# Went down a wormhole of Heydon Pickering's stuff

https://www.youtube.com/playlist?list=PL2sukhHU1gzbJgEodn1haQ2HtfA_rdoge

# Working on Website Checklist

Last Updated: 2/20/2020, 1:17:19 AM