theAndrewCline / bible-phrasing

react app for bible study
MIT License
1 stars 2 forks source link

Passage Selection #3

Open theAndrewCline opened 5 years ago

theAndrewCline commented 5 years ago

As a user, I should be able to select a passage in the UI.

User should be able to select a "select a passage" button.

A modal should appear with a list of books ordered by section of bible.

Categories are as follows:

Once a book is selected, user should be able to select any range of verses inside the book.

eg. John 1:1-3 or Mark 2:1 - 5:10

jsbarrett commented 5 years ago

Got the modal piece working ... now need to make it accept child elements and render them through ... so we can pass the form to select a passage down. Currently storing state in the main app component, feel free to refactor the state management after I submit the code.

Hoping to finish this weekend.