Skip to content

Demo application based on "paper prototyping workshop" prototype

Notifications You must be signed in to change notification settings

ScaleIT-Org/sapp-workflow-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sapp-workflow-app License: MIT

This is the implementation of an App Solution for a Problem stated by Industry Experts in our "App-Paper-Prototyping-Workshop". A definable workflow will be processed with different web-components for every part of the workflow. These Web Components come from different Apps in the ScaleIT Eco-System, allowing custom Workflow creation by combining Web-Components inside the Workflow App.

Example scenario: A workflow consisting of 4 Apps. The first one is the Workflow App, a generic App used to create custom workflows. Using the QR-Code-App we scan the code of a specific product with the transportation information (truck ID). Using another App, we check if the product was already loaded into the specific truck. The last App in the workflow allows us to Capture an image of the truck loading area for proof that the product is loaded correctly onto the truck.

How to Use

Standalone

Resolve dependencies inside Domain Software/workflow/ with npm install and run your application with node server.js

Docker

Build and run docker image with docker-compose up -d

Screenshots

Example:

Mobile Desktop
More Screenshots
Example gif

Requirements

Features

Different technology stacks

  • Branch Master
    • Static HTML (Bootstrap / AWC-Core / granit-qr-scanner)
  • Branch Ionic
    • NodeJs->(Typescript->Angular->Ionic)

Known Issues

  • Ionic version (Branch: ionic) not compatible with web components

Troubleshooting

How to build

  docker-compose build 
  docker-compose up -d

Configuration

Tests

  • IsRunningTest: Tests if application is running
  • qrcode-btn test: Tests if the qrcode-btn is deactivated and activated correctly

Notes

This is still a work in progress

About

Demo application based on "paper prototyping workshop" prototype

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published