sillsdev / sillsdev/interlinearizer-extension
View status of and wipe interlinearized books
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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