Siderite / Siderite/lichessTools
Find position in studies
Open
Nobody has claimed this yet.
enhancement
exploration
- Dominant language
- JavaScript
- Stars
- 92
- Forks
- 20
- Avg merge
- 19h 59m
- Merged PRs (30d)
- 1
Description
User must add studies to a local database. When a position is found, links must be provided to the exact study chapter moves.
Problems here:
- what to do when the study changes or is deleted or is marked private? how to detect it? A possible solution: a rebuild database button.
- studies can be quite large. What type of database should we be using? Do we use the default browser index db? Seems like the only viable option.
- the operation to build the database may be quite long. Must be resilient to page refreshes and browser closing. Must make sure the process is not started in multiple pages. Use background page?
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
No source files, tests, or entry points are named; start by reviewing the local-database and browser index DB requirements in the issue. Done means positions link to exact study chapter moves, rebuilds handle changed, deleted, or private studies, and indexing survives refreshes or browser closure without concurrent runs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- database
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100