Resonate icon indicating copy to clipboard operation
Resonate copied to clipboard

Implement Server Status Screen on App Launch

Open chandansgowda opened this issue 1 year ago • 8 comments

🚀 The feature

When the app is launched, users should be presented with a screen indicating the server's status. This is crucial for transparency and user experience in case the server is down or undergoing maintenance.

Proposed Solution

Implement a dedicated screen that can display relevant information about the server status. This screen should be shown when the app is launched and communicate whether the server is operational, undergoing maintenance, or facing issues.

Tasks

  • [ ] Design the server status screen with appropriate visual elements.
  • [ ] Integrate logic to check the server status upon app launch.
  • [ ] Implement communication between the app and the server for status updates.
  • [ ] Handle different scenarios (e.g., server operational, under maintenance, server down)
  • [ ] Provide a mechanism for users to refresh or get more details if needed.

chandansgowda avatar Dec 06 '23 13:12 chandansgowda