Skip to content

p632-sp-2017/action-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

action-list

Build Status Code Climate Test Coverage Issue Count

An Action List shows all electronic documents (eDocs) currently routed to you for action. From your list, you can view the contents and routing history of each eDoc. You may be asked to approve, acknowledge, complete, or get an "FYI" for each eDoc in your Action List. Once you take the appropriate action, that eDoc automatically disappears from your Action List.

So this is an android mobile application for action list built with react-native and redux. This project is aimed at giving a more sophisticated user experience for action on the documents.

How to run the Mobile Application in Development Mode

  1. Install Android Studio(if you don't already have) on your system which comes with Latest Android SDK and tools. But for this application to work, Please install Android 6.0 (Marshmallow) SDK. Refer here for more details on installation.
  2. Clone or Download this Project zip to a new empty local directory.
  3. Open terminal and migrate to the directory which contains the downloaded project.
  4. Make Sure you have node installed in that directory. if not click here for instructions on installation.
  5. Set the android Environmental Variables in the current directory by executing the following commands

export ANDROID_HOME=${HOME}/Library/Android/sdk
export PATH=${PATH}:${ANDROID_HOME}/tools
export PATH=${PATH}:${ANDROID_HOME}/platform-tools

  1. Run the following command to install all the missing node modules for the current project.

npm install

  1. Run the following command to start the android virtual device (AVD).

android avd

  1. Run the following command after the AVD has started successfully to run the Mobile Application.

react-native run-android