unfoldingWord-dev / translationCore-PoC

Focused PoC of translationCore to be produced just for Metaphors.
1 stars 1 forks source link

Detangle order of operations #51

Open klappy opened 8 years ago

klappy commented 8 years ago

There is a bit of a mess between the call stack. Simplify with callbacks and cleanup order of operations between controllers and models.

Steps

  1. Display list of Books available.
  2. Select book.
  3. Load manifest for book.
  4. Load resources for book: figures
  5. Render menu.
  6. Select figure and verse to check.
  7. Load check data: GNT verse, ULB verse, OL verse.
  8. Use Check form.
  9. Go to next or select other check from menu.