sillsdev / sillsdev/interlinearizer-extension
Redirect to first book in project or prompt user to manage books
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2
- Forks
- 0
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 55
Description
Currently, if the current scripture reference is from a book not part of a project, Interlinearizer simply displays an error message. I think there are three options here:
- Set the scripture reference to a book that the project does have
- Allow users to manage books with a button that opens the book manager, like Scripture Editor does:
- Display a message that directs users to the manager through the scripture editor
I'm currently leaning towards 3. I think 2 is the weakest option because it feels like unnecessary plumbing, but I think it's still a defensible choice.
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 by reproducing the error when the current scripture reference is outside the project's books, then inspect the existing Interlinearizer error handling and the Scripture Editor's book-manager flow. Confirm which of the three proposed behaviors is selected before changing the UI; done means a reference outside the project no longer leaves the user at an unhelpful error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100