githubbob42 / mingle2github2

0 stars 1 forks source link

Sync Fallback does not wait for the package to finish processing #5510

Open githubbob42 opened 6 years ago

githubbob42 commented 6 years ago

Mingle Card: 5871 This card is deprecated because of #5874

Narrative

The old sync which uses Mongo used to pass back the id of the mongo entry.  The mobile would then poll that id until the packet finished processing.  This functionality was removed during the background sync write.

Acceptance Criteria

The Logout button and the sync buttons should not activate when the sync falls back and is still processing the packet.

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

githubbob42 commented 6 years ago

Feature: #5294 Background Sync (Mingle)