githubbob42 / mingle2github2

0 stars 1 forks source link

Update connectivity detection #5522

Open githubbob42 opened 5 years ago

githubbob42 commented 5 years ago

Mingle Card: 5883 Narrative

We currently actively detect if we have an actual internet connection to our server and show an indicator on the sync screen when connection status changes.

The module we currently use modifies the browser’s built in XMLHttpRequest object (noooooooooo!). Find another way to implement connectivity detection.

Acceptance Criteria

Detect connectivity status without modifying the browser’s XMLHttpRequest object.

Analysis

Related Stories

Tasks

{{ table query: SELECT Number, Name, Owner, 'Task Status' WHERE Type = Task and Story = THIS CARD ORDER BY Status }}

Defects

{{ table query: SELECT Number, Name, Owner, 'Status' WHERE Type = Defect and 'Related Story' = THIS CARD }}

Test Plan