Youngteac Hong
Youngteac Hong
**Description**: The current implementation of `crdt.Array` is based on `RGATreeList`, which uses both `SplayTree` and `LLRBTree` for internal element retrieval. While this structure works, there's potential for optimization, especially considering...
**Description**: Add `include_presences` to return active user list in `GetDocument`, `GetDocuments` Currently, CodePair displays document lists using the last modified time from `AdminService/GetDocuments`. It would be beneficial to include a...
**Description**: ## 1. Overview Yorkie is a document store for real-time collaboration, allowing users to [express models in a JSON-like format](https://yorkie.dev/docs/getting-started/with-js-sdk#3-updating-the-document). This issue defines a schema validation and version management...
**Description**: Previously, Yorkie started as a simple server for real-time collaborative applications. As the service model transitions towards PaaS, adding the concepts of `Project` and `User` becomes essential. Given that...
**Description**: Recently, we added the `output` flag to the `version` command in the CLI to specify the output format (`''`, `yaml`, `json`). This format allows users to configure their system...
**Description**: The Yorkie Dashboard is currently implemented as a PaaS without team functionalities, allowing only single account usage. To enhance collaboration among users, it is proposed to implement team and...
**Description**: It would be beneficial to display usage graphs on the Dashboard's Overview page after developers create a project and implements real-time collaboration features using the SDK. This graphs would...
## What would you like to be added: Currently, Summernote relies on older JavaScript technologies from 2013. Recently, it is beginning to incorporate modern tech stacks like vitest. The various...
**What would you like to be added**: We are currently implementing an LLM-based document search functionality in CodePair. As part of this, we need to maintain a vector of document...
**Description**: We have added the auth webhook feature in #188, which allows the `Client` to verify whether it has access rights to a specific `Document`. The current implementation only utilizes...