LittleKidogo / mula_spender

Some automated forms to aid in our spending
MIT License
3 stars 0 forks source link

Feature/rename budgets to moneylog #158

Closed r-coh closed 6 years ago

r-coh commented 6 years ago

Fixes #112

Proposed Changes

zacck-zz commented 6 years ago

@br4inii this is breaking due to #159

r-coh commented 6 years ago

@zacck thanks mahn, you mean everywhere we refer to the schema should be moneylogs even if the schema is named moneylog !?

zacck-zz commented 6 years ago

@br4inii no just the places I have reffered to in the review, some parts refer to a single moneylog and some parts refer to a list of moneylogs.

i.e the parts that were Budget become Moneylog and the parts that were budgets become moneylogs

The schema too should be named moneylogs rather than moneylog

zacck-zz commented 6 years ago

@br4inii would you mind rebasing this on develop?

r-coh commented 6 years ago

Thanks for the review @zacck