Files
SubMiner/backlog/tasks/task-23.2 - Bundle-JLPT-Yomitan-dictionary-assets-for-offline-local-lookup.md
2026-02-17 22:54:09 -08:00

1.2 KiB

id, title, status, assignee, created_date, updated_date, labels, dependencies, parent_task_id, priority, ordinal
id title status assignee created_date updated_date labels dependencies parent_task_id priority ordinal
TASK-23.2 Bundle JLPT Yomitan dictionary assets for offline local lookup Done
2026-02-13 16:42 2026-02-18 04:11
TASK-23 high 33000

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.

Definition of Done

  • #1 Dictionary data is bundled and consumable during development and packaged app runs.