greenland-shark / green-shark

Track financial goals
MIT License
0 stars 0 forks source link

GS-6 Task complete one off transaction dbus interface #7

Closed miltonio94 closed 4 months ago

miltonio94 commented 5 months ago

also separated files to make testing of library easier

miltonio94 commented 5 months ago

I finished the dbus implementation for a one off transaction. A lot of hardcoded stuff for now, until we expand to other transaction types it will remain that way. I split the data types into their own modules in the library crate to make testing easier. Test are still pending for this, will do this later on in the week, possibly the weekend.

miltonio94 commented 4 months ago

@murpjack maybe we should just merge this and come back to the tests later

miltonio94 commented 4 months ago

I like what you did Jack, thanks for writing those tests and nice one on finding that uniqueness bug and fixing it