MAJOR - Diff/Patch Update/Bug #101

Open
opened 2023-07-30 06:11:08 -07:00 by Max · 0 comments
Owner

Each edit made to a note, generates a diff that is sent via websockets to other users with the note open. There are currently some issues with this diff/patch system that need to be resolved.

INSERT/DELETE BUG - When a user inserts/removes a line in the document, the entire document is diffed and then patched on the other users note. A board diff application like this can mess up the note the users is editing. Single line or list edits are all done inside the DOM element being edited, eliminating the issue of multiple users editing one area.

Each edit made to a note, generates a diff that is sent via websockets to other users with the note open. There are currently some issues with this diff/patch system that need to be resolved. INSERT/DELETE BUG - When a user inserts/removes a line in the document, the entire document is diffed and then patched on the other users note. A board diff application like this can mess up the note the users is editing. Single line or list edits are all done inside the DOM element being edited, eliminating the issue of multiple users editing one area.
Max added the
Bug
label 2023-07-30 06:11:08 -07:00
Max self-assigned this 2023-07-30 06:11:08 -07:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Max/SolidScribe#101
No description provided.