amoghkini / Algo-Trading-Framework

This is the basic algo trading framework for low to medium frequency trading.
MIT License
6 stars 5 forks source link

[bug]: Call fetch-profile-pic API only when user is logged in and save it in local storage which can be reused in later stages #42

Open amoghkini opened 9 months ago

amoghkini commented 9 months ago

Instead of fetching profile pic on every request, can we store it in frontend database and update the database once user changes the profile pic? Take this requirement once we implement change profile functionality.