Skip to content

Add repeatable Tauri runtime verification for KG search and editor autocomplete #22

Description

@AlexMikhalev

Problem

The desktop app now builds, but packaged/runtime verification for Tauri mode is still lighter than the web proof path. The app needs explicit regression coverage that exercises bundled resources and Tauri commands, not only the Vite web flow.

Goal

Add a repeatable packaged/debug Tauri verification path for knowledge graph search and editor autocomplete.

Scope

  • validate app startup with bundled defaults/resources
  • exercise Tauri search, search_kg_terms, find_documents_for_kg_term, and get_autocomplete_suggestions
  • add a regression script or automated test for the packaged/debug desktop path
  • document manual fallback steps if full browser automation remains impractical

Acceptance

  • Tauri desktop flow is documented and reproducible from a clean checkout
  • KG search and article editor autocomplete are verified in Tauri mode
  • failures clearly separate packaging/resource issues from frontend issues

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions