-
Notifications
You must be signed in to change notification settings - Fork 58
Network call being done in transition from Member Profile to Send Request screen #121
Comments
@HaripriyaB do you want to try this issue? I see you tried one but ended up letting it go. If you wish to try this one I can assign this to you ;) |
@anitab-org/mentorship-flutter-maintainers can i take this up :) |
@techno-disaster you have 7 issue assigned to you, can you please wait until we close some to start this one and leave some more time to other contributors to pick it. You are accumulating too many issues which are not merged yet |
Sure np :) |
Hey, @isabelcosta Can I take up this issue? |
Sure, assigning it to you @yashhalgaonkar |
I have created a PR for this issue - https://github.com/anitab-org/mentorship-flutter/pull/138 |
done |
Any review, suggestions? @isabelcosta @techno-disaster |
Will review it today |
Description
As a developer,
I need to avoid doing network calls when not needed,
so that I can spare the user's device resources.
I could not take a screenshot showing it, but when I click "Send Request" button on "Member Profile" screen I see the loading icon, indicating a call to the backend server is being done when transitioning to "Send Request" Screen. This should not be needed, as everything a the Send request screen needs comes from the member's profile which was already fetched previously and the user interface itself.
Acceptance Criteria
Update [Required]
Definition of Done
Estimation
4 hours
The text was updated successfully, but these errors were encountered: