Skip to content

iOS App to manage workflow for contractors

Notifications You must be signed in to change notification settings

rshah713/ContractFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 

Repository files navigation

ContractFlow

An iOS App to manage workflow for contractors.

ContractFlow is live on the App Store. ContractFlow can be built from source (directions below).

login screen dashboard screen locations screen meeting screen settings screen

Technologies

Build from Source

  1. Clone the repo
  2. Create a folder in ContractFlow called authentication
  3. Create auth.py in authentication
  4. Store your Firebase Web API Key in a constant called API_KEY
    • Project Settings --> General --> Web API Key
  5. Store your Firebase Project URL in a constant called BASE_URL
    • "https://-default-rtdb.firebaseio.com/"
  6. Install Kivy-Garden dependencies
    garden install circularlayout
    garden install circulardatetimepicker
    
  7. Install plyer dependency
    pip install plyer
    
  8. Follow the steps in Usage

Usage

To run the app from the Python interpreter:

python3 main.py

To run from the Xcode Simulator:

  1. Install dependencies (using brew and Xcode 10+)
xcode-select --install
brew install autoconf automake libtool pkg-config
brew link libtool
  1. Start compilation
toolchain build python3 kivy
  1. Create the Xcode Project (where the directory is your source code)
toolchain create ContractFlow ~/user/Desktop/ContractFlow
open contractflow-ios/contractflow.xcodeproj
  1. Add plyer configuration to project
toolchain build plyer
toolchain update contractflow-ios
  1. Click Play within Xcode

Releases

No releases published

Packages

No packages published