Complete name: Back to the Future in the Grocery Store Kata
This kata is about managing a special grocery store inventory. The task is to keep track of fruits and vegetables, organize and sort them, but with a twist—we need to manage the inventory over time!
Every method in this kata requires a date parameter to indicate when the changes should take effect.
Your job is to create a system that can accept changes to the inventory at any date, and then allow us to see the state of the inventory at any given date.