Commit graph

8 commits

Author SHA1 Message Date
Johannes Millan
8bcccde275 feat(syncServer): implement JWT authentication and user registration/login functionality 2025-11-27 18:39:48 +01:00
Johannes Millan
328d3d7613 feat(syncServer): refactor server functions to use arrow function syntax and improve error handling 2025-11-27 15:28:58 +01:00
Johannes Millan
f17574cb63 feat(syncServer): update plan 2025-11-27 13:07:59 +01:00
Johannes Millan
82626280f5 feat(syncServer): add configuration file and enhance server setup 2025-11-27 12:55:47 +01:00
Johannes Millan
658c29a8d7 refactor: remove localLamport completely from sync system
- Remove localLamport and lastSyncedLamport from all interfaces and models
- Simplify sync logic to use vector clocks exclusively for change tracking
- Remove Lamport-based conflict detection and sync status logic
- Update UI components to remove Lamport display elements
- Clean up backwards compatibility utilities
- Fix getVectorClock import error in sync.service.ts
- Remove debug alert from sync-safety-backup.service.ts

This simplifies the sync system by eliminating the dual tracking
mechanism that was causing complications and false conflicts.
Vector clocks provide better causality tracking for distributed sync.
2025-07-05 18:20:24 +02:00
Johannes Millan
0c4968724d cleanup docs 2025-07-03 12:07:26 +02:00
Johannes Millan
230ccb7b1d docs: add test fix summary for vector clock implementation
- Document the root cause of the failing test
- Explain why setting Lamport values to 0 fixes the issue
- Provide verification of the fix logic
- Complete documentation of vector clock implementation work
2025-06-30 21:42:03 +02:00
Johannes Millan
a08ad5ae9d feat(sync): implement vector clock checking 2025-06-24 20:10:39 +02:00