MAJOR - Diff/Patch Update/Bug #101
Labels
No Label
Bug
Enhancement
Idea
In Progress
New Feature
Security
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Max/SolidScribe#101
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.