Add repeatable Tauri runtime verification for KG search and editor autocomplete

Open
#22 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
45/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
rust, tauri

Research direction

Start by locating the Tauri desktop startup path and the existing web proof path in a clean checkout. Build or package the debug app, then verify bundled defaults/resources and exercise search, search_kg_terms, find_documents_for_kg_term, and get_autocomplete_suggestions. Done means the repeatable verification path documents successful KG search and autocomplete checks and distinguishes packaging/resource failures from frontend failures.

Written by the indexing model from the issue text.

Description

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
Dominant language
Rust
Stars
1
Forks
0
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from terraphim/terraphim-ai-desktop

All issues in terraphim/terraphim-ai-desktop

Similar issues

More Rust issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.