Tanay-ErrorCode / lupo-skill

https://lupo-skill.web.app/
25 stars 78 forks source link

bug: Updating the logic for profile pictures #317 #323

Closed nishant0708 closed 1 week ago

nishant0708 commented 1 week ago

What kind of change does this PR introduce?

FIXED ISSUE #317 Updated it for both single article page and all article pages

Issue Number:

Fixes # Snapshots/Videos: Screenshot 2024-07-07 041744 Screenshot 2024-07-07 041653

Other information

Tanay-ErrorCode commented 1 week ago

@nishant0708 In the EditProfile when the user updates its profile picture, then it should be also written to the articles he has created. In your logic we double the number of reads which will cause higher costs and slow down the server.

nishant0708 commented 1 week ago

Okay

nishant0708 commented 1 week ago

hey @Tanay-ErrorCode i Guess this should work in optimized way please check and let me know

nishant0708 commented 1 week ago

hey @Tanay-ErrorCode @Doraemon012 can you review this pr