System service:
website、mobile、account-management、lead-management、vehicle-management
System structure:
System structOTR User Role:
website | mobile |
---|---|
SA、SYSA、CM、RE | SC、SS、SRM、SM、GM |
user journey:
User jourenyorganizational structure
organizational structureExternal system integration
External system integrationinstall 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 git@gitlab.com:otr/website.git
npm install
npm start
open http://localhost:30000/
in browser
set up mobile
nvm install v6.6.0
git clone git@gitlab.com:otr/mobile.git
npm install
Download XCode, use App Store.
then:
cd {mobile path}/ios/
use XCode open OTRMobileApp.xcodeproj
网友评论