2017.9.19

System service:

website、mobile、account-management、lead-management、vehicle-management

System structure:

2017.9.19_第1张图片
System struct

OTR User Role:

website mobile
SA、SYSA、CM、RE SC、SS、SRM、SM、GM

user journey:

2017.9.19_第2张图片
User joureny

organizational structure

2017.9.19_第3张图片
organizational structure

External system integration

2017.9.19_第4张图片
External system integration

install node

curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.4/install.sh | bash
nvm install node  # #if you need install especial version, run 'nvm install versionNumber '

set up website

nvm install v7.7.0
git clone [email protected]:otr/website.git
npm install
npm start

open http://localhost:30000/ in browser

set up mobile

nvm install v6.6.0
git clone [email protected]:otr/mobile.git
npm install

Download XCode, use App Store.
then:

cd {mobile path}/ios/

use XCode open OTRMobileApp.xcodeproj

你可能感兴趣的:(2017.9.19)