Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Loading Indicator for API Requests #1

Open
SwayamBadhe opened this issue Oct 10, 2023 · 0 comments
Open

Add Loading Indicator for API Requests #1

SwayamBadhe opened this issue Oct 10, 2023 · 0 comments

Comments

@SwayamBadhe
Copy link

Description:

Issue:

When users make requests to fetch weather data for a specific location, the app currently lacks a loading indicator, leaving users uncertain about whether their request is being processed. To enhance the user experience, we should add a loading indicator to provide visual feedback during API requests.

Proposed Solution:

  • Add a loading spinner or progress bar to the user interface.

  • Display the loading indicator when a user initiates a weather data request.

  • Hide the loading indicator when the data is successfully fetched or when an error occurs.

Benefits:

  • Improved user experience: Users will receive immediate feedback that their request is being processed, reducing uncertainty and frustration.

  • Enhanced usability: The loading indicator will make the app more user-friendly and intuitive.

  • Clear visual cue: Users will know when to expect weather data to appear on the screen.

Acceptance Criteria:

  • A loading indicator is added to the user interface.

  • The loading indicator is displayed while API requests are being processed.

  • The loading indicator disappears when weather data is successfully fetched or when an error occurs.

Additional Information:

This improvement will make our Weather App more user-friendly and provide a smoother experience for users while waiting for weather data to load. It's a great opportunity for a contributor to make a valuable enhancement to the app's user interface.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants