sillsdev / sillsdev/interlinearizer-extension

View status of and wipe interlinearized books

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

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
2
Forks
0
Avg merge
1d 17h
Merged PRs (30d)
55

Description

Provide a view showing, per book: whether any interlinear data exists, how many tokens/segments are analyzed (approved vs. suggested), and last-modified (needs #138's updatedAt; per-book timestamps come free if #87 adopts per-book partitioning). From the same view, allow wiping a single book's analysis — the wipe-current-book flow already exists in WipeModal; this generalizes it to any book without navigating there.

Counting is a pure function over TextAnalysis filtered by book (analysis-book.ts already has the ref-prefix filtering).

Size: M

Priority: P3 (opportunistic)

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 with WipeModal and analysis-book.ts, then trace how the current book is identified and how TextAnalysis is represented. Review #138 and #87 for the timestamp and partitioning assumptions. Done means a view lists each book's analysis status, counts approved versus suggested tokens/segments, shows last-modified data when available, and can wipe any listed book.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
data, frontend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.