boneburrito / budgetsimple

MIT License
0 stars 0 forks source link

Add transactions #12

Closed brukeg closed 1 year ago

brukeg commented 1 year ago

Just added another transaction end point /transaction/api/<str:transaction_id> which adds functionality for updating, deleting, and retrieving a single transaction.

We'll probably want to add functionality to modify more than one transaction at a time (cc @AshMudra might be something you could look into)... a job for another day.

I still want to test this new functionality a bit more, and then I'll rebase and squash these commits. Anyone can pull down these changes and mess around in the meantime.

brukeg commented 1 year ago

Welp I tried to squash/rebase... not so sure that I accomplished that 🤣

brukeg commented 1 year ago

Okay, this branch is fubar. I'll close it when a new branch with the right commits is available.

brukeg commented 1 year ago

Fixed it with a new PR, https://github.com/boneburrito/budgetsimple/pull/13