ucfinancegroup / pfp

a personal finance app, focused on projections, written in Rust and React
4 stars 0 forks source link

[ui] Hide/unhide accounts #255

Open c650 opened 3 years ago

Cyral commented 3 years ago

What does this mean @c650

c650 commented 3 years ago

now we have ability to hide/unhide specific accounts. this means we dont have to remove the entire item

https://github.com/ucfinancegroup/pfp/blob/master/postman/api.yaml#L1092

c650 commented 3 years ago

so the X next to each account on the list can hook up to this api instead, and then maybe you can have a delete entire institution ?

c650 commented 3 years ago

Hiding accounts is done, leaving open for unhide but it’s going on backlog