mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-02-27 18:22:41 -08:00
1.3 KiB
1.3 KiB
id, title, status, assignee, created_date, labels, dependencies, parent_task_id, priority
| id | title | status | assignee | created_date | labels | dependencies | parent_task_id | priority |
|---|---|---|---|---|---|---|---|---|
| TASK-23.2 | Bundle JLPT Yomitan dictionary assets for offline local lookup | In Progress | 2026-02-13 16:42 | TASK-23 | high |
Description
Package and include the JLPT Yomitan extension dictionary assets in SubMiner so JLPT tagging can run without external network calls. Define a deterministic build/runtime path and loading strategy for the dictionary file and metadata versioning.
Acceptance Criteria
- #1 JLPT dictionary asset from the existing Yomitan extension is added to the repository/build output in a tracked, offline-available location.
- #2 The loader locates and opens the JLPT dictionary file deterministically at runtime.
- #3 Dictionary version/source is documented so future updates are explicit and reproducible.
- #4 Dictionary bundle size and load impact are documented in task notes or project docs.
Note
- Full dictionary source/version/performance notes are intentionally deferred for now (out of scope in this pass).
Definition of Done
- #1 Dictionary data is bundled and consumable during development and packaged app runs.