stakwork / stakwork/stakgraph

Svelte Queries need an update

Open
#54 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
112
Forks
21
Avg merge
5h 55m
Merged PRs (30d)
115

Description

The svelte data model query seems not to be very effective.

This is a snippet of the Data Models output for

 for n in &graph.nodes {
        println!("{:?} {:?}\n\n", n.node_data.name, n.node_type);
    }

Image

Contributor guide

No contributing guide indexed for this repository

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.

Research direction

Start by locating the Svelte data model query and inspect the graph output represented by the Rust snippet and attached image. Compare the query's results with the expected data model behavior; the issue is done when the Svelte query is effective and produces the intended model output.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
databases
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.