The client should be able to display product sync errors for their current active sync, or last sync
Note: we cannot rely on the initial sync call, due to queueing and possible page refresh. GET /sync instead needs to be able to handle either returning current active sync, or last active sync with failure flag
Done when:
Client can view if their last sync failed. (handles both refresh/queued cases)
The client should be able to display product sync errors for their current active sync, or last sync
Note: we cannot rely on the initial sync call, due to queueing and possible page refresh. `GET /sync` instead needs to be able to handle either returning current active sync, or last active sync with failure flag
Done when:
- [x] Client can view if their last sync failed. (handles both refresh/queued cases)
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
The client should be able to display product sync errors for their current active sync, or last sync
Note: we cannot rely on the initial sync call, due to queueing and possible page refresh.
GET /syncinstead needs to be able to handle either returning current active sync, or last active sync with failure flagDone when: