Tue Feb 09 2021
Copied to clipboard! Copy reply
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
Some big changes:

1. ProductBox was edited to make mobile products look like the mock. 

2. That change needed the creation of a new component, ProductBoxWrap which holds the bullet points, legalese, and floating CTA button under the products in mobile view

3. Added bullets and legalese to /data/shared/product-pages/*.yaml
that can be passed to ProductBoxWrap as props

4. Deleted /nsp/ template since it's no longer used as mentioned by Julia in ticket comments - should speed up compilation time. Also edited nuxt.config.js to remove it from the routes

5. Ran into a page that uses one product box - which the mock didn't account for. Used JS to edit its style as a quick and dirty fix as agreed by Adam & Julia in our meeting, but will be addressed next sprint (~4 storypoints to make it right)