Sync
Synchronization approach for reliable tracking across offline and online states.
Current Direction
- Offline-first client behavior.
- Local persistence with SwiftData.
- Server sync strategy for future multi-device consistency.
Practical Expectations
- User actions should work without network access.
- Local updates should sync when connectivity returns.
- Conflict handling should preserve data integrity.
Related Pages
Navigation