OTU - AI 기반 스마트 메모 애플리케이션

0 stars 0 forks 0 watchers TypeScript MIT License
6 Open Issues Need Help Last updated: Jan 31, 2026

Open Issues Need Help

View All on GitHub

AI Summary: This issue requests the addition of unit tests for the `aiOptions` constant defined in `src/components/Chat/model.tsx`. The goal is to ensure type safety and understand the existing code structure, with specific test cases provided as examples, such as verifying the array's length, the presence of required properties in each option, and the inclusion of `DEFAULT_LLM`.

Complexity: 1/5
enhancement good first issue

OTU - AI 기반 스마트 메모 애플리케이션

TypeScript

AI Summary: This issue requests adding JSDoc comments to approximately 40 debug logger files located in the `src/debug/` directory. The primary goal is to enhance code readability and document the usage of these loggers, with an initial focus on 5-10 key files. An example JSDoc structure is provided for guidance.

Complexity: 1/5
documentation good first issue

OTU - AI 기반 스마트 메모 애플리케이션

TypeScript

AI Summary: This GitHub issue addresses the need to synchronize translation keys across Korean and English message and FAQ JSON files. The task involves comparing `ko.json` and `en.json` (including FAQ versions), identifying keys present in one but not the other, adding the missing keys, and providing appropriate English translations where necessary to ensure consistency and completeness.

Complexity: 1/5
documentation good first issue

OTU - AI 기반 스마트 메모 애플리케이션

TypeScript

AI Summary: This issue focuses on cleaning up residual PWA-related code after the feature's removal. It involves deleting the `src/debug/pwa.ts` file and its associated logger usages, and making a decision regarding the retention or removal of legacy service worker cleanup logic found in `src/functions/clearStorage.ts` which was designed for previous PWA users.

Complexity: 2/5
good first issue

OTU - AI 기반 스마트 메모 애플리케이션

TypeScript

AI Summary: This GitHub issue aims to create a 'Good First Issue' guide for new contributors to an open-source project. It involves adding a dedicated section to `CONTRIBUTING.md` with step-by-step instructions and examples of easy tasks, alongside labeling existing suitable issues and creating new ones specifically for beginners to lower the entry barrier.

Complexity: 1/5
documentation good first issue

OTU - AI 기반 스마트 메모 애플리케이션

TypeScript

AI Summary: This issue proposes adding an English version of the README file (`README.en.md`) to attract global contributors and improve accessibility for English-speaking developers. The task involves translating the existing `README.md` content, saving it as `README.en.md`, and adding cross-links between both README files.

Complexity: 2/5
documentation good first issue

OTU - AI 기반 스마트 메모 애플리케이션

TypeScript