Skip to content

Identity Signing

Jason Walsh edited this page Feb 7, 2017 · 2 revisions

Mobile Build

Structure

  • app/components
  • ViewContainer
  • StatusBarBackground
  • ListView.DataSource
  • styles: documentRow, documentName
  • _renderDocumentRow
  • react-native-icons

Routes

  • / - Distributed Identity
  • /login
  • /logout
  • /documents

State

  • documents
  • loans (optional)

Schema

User

DocumentsList: Document

LoansList: Loan

Loan

{
  "Loan_id": 0,
  "Amount_loaned": 0,
  "Prinicpal_component": 0,
  "Interest_component": 0,
  "Interest_rate": 0,
  "Loaned_date": "2017-02-07T19:11:42.440Z",
  "Due_30_59_days": true,
  "Due_60_89_days": true,
  "Due_90_365_days": true,
  "Due_365_730_days": true,
  "Due_730_days": true,
  "Insurance_flag": true
}
Clone this wiki locally