Skip to content

Instantly share code, notes, and snippets.

@NGWi
NGWi / step_by_step_loop.ipynb
Last active March 27, 2025 18:31 — forked from acstrahl/step_by_step_loop.ipynb
Dataquest Project Lab Walkthrough: Word Raider
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@NGWi
NGWi / prison_break_project_lab_demo.ipynb
Created March 27, 2025 16:29 — forked from acstrahl/prison_break_project_lab_demo.ipynb
My Project Lab Walkthrough file - code along with me!
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
**Frontend:**
Update screenshot to show text at top, verse text, and ... Roots section (:-D!!!)
In verse page, words should not get pushed down to fit under Text, they should jump to the next line. Also they should stay aligned right even during resizing, and extra lines should be aligned right as well.
Add back button to VersesShow that makes API call to words/:id. Pull first verse that contains the word besides the current verse in VersesShow when the button under the word is clicked.
The verses in words' show should be a span of the words in the verse so the matched_word can be highlighted and hyperlinked.
Basic Tailwind styling, header, footer.
The verses in words' show and verses' show should be hyperlinked. In the words' show only the book:chapter:verse should be hyperlinked.
Verses page should have layout of x01.htm, or switch all pages to format of /p/pt/pt01.htm (see Translation Strategy).
Home page can have search boxes for book:chapter:verse, or word, and a button for file ingestion.
Wheel and spok