RIP-Comm / sossoldi

"Sossoldi" is a wealth management / personal finance / Net Worth tracking app, made with Flutter.
MIT License
262 stars 73 forks source link

add "active" field to budget table #73

Closed mikev-cw closed 1 year ago

mikev-cw commented 1 year ago

We need to add an "active" bool field to budget table. FE will then show only active budgets. When a budget is deleted, we just assign active = 0.

sainzrow commented 1 year ago

I'd like to take care of it

mikev-cw commented 1 year ago

Sounds good! follow the evolution of #74, as involves exactly boolean values on SQfLite

sainzrow commented 1 year ago

Created the PR #75. I've followed the evolution of the #74 without actually checking it first.