Handle product sync errors on the client #19

Closed
opened 2026-07-03 23:29:55 +00:00 by dominicf2001 · 0 comments
dominicf2001 commented 2026-07-03 23:29:55 +00:00 (Migrated from github.com)

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)
Sign in to join this conversation.