codepair-old
codepair-old copied to clipboard
Real-time markdown editor for interviews, meetings and more...
**Description**: Anchor the canvas of the drawing to the document rather than the screen. **Why**: Recently, I opened a CodePair test with a few of my followers on Twitter. For...
**Description**: Apply UpdateMetadata to the line drawing. When users draw lines, the users start drawing by mouse down, then when mouse up, a line is completed. 1. While drawing a...
**Description**: Implement version history feature. Google Docs provides Version History as follows: We have a plan to implement the Time Travel feature at https://github.com/yorkie-team/yorkie/issues/52. **Why**: If we implement only the...
**Description**: Implement a list of recently edited documents. Google Drive exposes a list of documents as follows: **Why**: It is difficult to remember the URLs of documents that the user...
**Description**: Create notifications to announce new features and more to users Notion sends a notification like a message at the bottom of the app. **Why**: - It is one-way, but...
**Description**: it looks great to support authorizaiton by password on CodePair console. **Why**: 1. Someone wants to block public access to their CodePair. 2. Password authorization is a proper authorization...
**Description**: Calculate shapes into a matrix **Why**: We need to do matrix calculations to deal with shapes in depth
**Description**: We added basic features, line drawing and an eraser to the drawing board. We need to add features such as line style or shapes so that users can draw...
**Description**: Codepair is displaying the coordinates of the screen as absolute values We need to show dots on the screen according to the viewport. **Why**: All recorded dots must be...
**Description**: Improving repainting for the drawing board. Currently, we are repainting all objects when changes are made from the remotes to the drawing objects. We only have to draw the...