Bios-Marcel / baka

My stupid personal financial management
BSD 3-Clause "New" or "Revised" License
1 stars 2 forks source link

Tags should be autocompletable #11

Closed Bios-Marcel closed 1 month ago

Bios-Marcel commented 1 month ago

Currently tags are plaintext strings set via textfields. While this is simple, there's the risk of typos. You can add non-existent tags without realising you are introducing new tags. We should potentially have something like a filtering combobox that allows creation of new items or an automcompletion textfield.

Bios-Marcel commented 1 month ago

https://github.com/Bios-Marcel/baka/pull/14 is providing autocompletion for payments. The logic can be adjusted to work tags as well. However, as tags will be much simpler, the logic won't need to rely on filters at all.

Bios-Marcel commented 1 month ago

Implemented in #20