01
Local-first so the counter never stops
I built the ops UI on RxDB (IndexedDB) with custom pull/push sync endpoints. Item intake and person-cases are fully readable and writable offline; changes replicate when connectivity returns. Forms try the server first, then silently fall back to local creation on network failure.
