WycliffeAssociates / otter-jvm

Desktop JVM repository for the Otter project
GNU General Public License v3.0
6 stars 1 forks source link

Refactor to use Workbook Pattern #467

Closed KJoslyn closed 5 years ago

KJoslyn commented 5 years ago

Converted project selection, chapter selection, and verse selection to use workbook pattern.

TakeManagementViewModel.kt is in the process of a major refactor and can be ignored, since take management functionality was already broken.

Requires common #112