AtriEx / ATX

10 stars 1 forks source link

Net worth calculator #36

Closed lidanielm closed 3 months ago

lidanielm commented 4 months ago

Creates a function to calculate the net worth of a user (account balance + portfolio value + value of current orders)

evanFroelich commented 3 months ago

before merging, take a pull from main and settle the changes. We removed several supabase middleman functions that I see in your PR

cloudflare-pages[bot] commented 3 months ago

Deploying atx with  Cloudflare Pages  Cloudflare Pages

Latest commit: 95e0d57
Status: ✅  Deploy successful!
Preview URL: https://e371256a.atx-6fn.pages.dev
Branch Preview URL: https://net-worth-calculator.atx-6fn.pages.dev

View logs

lidanielm commented 3 months ago

@evanFroelich The only middleman function I believe we use in networth_calculator is fetch_stock_price, which I don't think was changed. Should we incorporate the changes to the other functions in the file or are there any changes we should make to the networth_calculator function?