luceroweb / karot-saving-smart

Millions of us are living paycheck to paycheck. It can be difficult to build a budget that helps you pay for your bills as well as plan for the future - without making you feel like you have to do without. You may have heard about the tried and true cash “Envelope Savings” system, which can help you to make sure you always have enough to pay your b
https://karot-saving-smart.netlify.app/
3 stars 13 forks source link

feat(expense uuid): add uuid to expense redux state #112 #113

Closed luceroweb closed 2 years ago

luceroweb commented 2 years ago

Changes

  1. Add id as UUID value to Expense object in Redux State

Purpose

Simplify passing expenses between components by using the Expense ID from Redux State

Approach

Adding the id value to the Expense object provides a clear way to get a given expense from Redux State by it's ID

Learning

none - thank you @darlanebrown

Closes #112