envelope-zero / backend

Serves the API and contains the application logic
Other
6 stars 3 forks source link

Transaction Filter "Direction" #565

Closed malfynnction closed 8 months ago

malfynnction commented 1 year ago

It would be nice to add a filter parameter direction to the transaction list. It could have the following values:

morremeyer commented 1 year ago

This is kind of related to https://github.com/envelope-zero/frontend/issues/618.

We need to clearly define what we see as a transfer: Either

For the purpose of budgeting, the former is correct.

For the purpose of wording, I think income, spend and transfer are better choices since they line up with the wording we already use.

Thoughts?

morremeyer commented 8 months ago

I'll implement this as initially proposed by @malfynnction. If we find out that it doesn't work well, we can iterate on it.