portfolio-performance / mobile-app

4 stars 0 forks source link

Assets use the wrong Quote Feed #36

Open johnLegasse opened 5 months ago

johnLegasse commented 5 months ago

In short Desktop use "Latest Quote" for asset valuation and derivated computations while mobile use "historical quotes" leading to inconsistent, outdated, less meaningful information,

Desktop On the desktop App, each asset is setup through 2 feeds

Latest Quote is used as:

Mobile While mobile seems to be consuming the "Historical Quotes" feed for:

User expectation As a user, I would expect those to show the most recent data on mobile, like on desktop. The feeds I am using is providing

Mobile dashboard show me stuff from yesterday or last friday, providing limited value.

Suggestion: mobile should use the latest quote to get the freshest data if available, fallbacking to historical if not available