afadil / wealthfolio

A Beautiful Private and Secure Desktop Investment Tracking Application
https://wealthfolio.app
GNU Affero General Public License v3.0
4.3k stars 212 forks source link

Split app in finance / UI #89

Open maelp opened 1 month ago

maelp commented 1 month ago

I guess as your project picks up steam, a lot of people are going to ask you to add more specialized features, although what's cool about Wealthfolio is the nice UI and simplicity

Perhaps you should split the backend and use an existing finance library (perhaps from https://lib.rs/finance) so that most features are already there, and just focus on the UI ?

afadil commented 1 month ago

Any interesting Rust library i can use for account history values, holding, projection...?