Giter Site home page Giter Site logo

cockpit-labs / cockpitce Goto Github PK

View Code? Open in Web Editor NEW
2.0 0.0 3.0 4.24 MB

Cockpit is a mobile solution for checklist used in the retail industry for store audit and management, healthcare for patient medical follow-up and many industries for equipment or process monitoring

Shell 0.11% JavaScript 36.28% SCSS 2.26% HTML 1.32% PHP 43.94% CSS 3.29% Twig 0.27% Dockerfile 0.19% Vue 12.34%
checklists dashboard scoring audit healthcare retail checklist questionnaire checklist-application questionnaires

cockpitce's Introduction

Cockpit Community Edition

Cockpit is a mobile solution for checklist and audit in the real world.

It helps you to send information to your team, control your processes with checklists and provides dashboard of your operational execution.

Cockpit is used in the retail industry for store audit and management, healthcare for patient medical follow-up and many industries for equipment or process monitoring.

Ready-to-use, cockpit includes : users & groups management, checklist creation, pre-calibrated answer types, scoring and benchmarking as well as many other useful features.

Features

Create your checklists

Create/clone/modify questionnaires with dozens of answer types : yes/no, scale, MQC, photos, select, date, numbers...

Manage users & groups

Import people and organisation or manage your groups, roles & hierarchy as to write checklists, access dashboards and scoring...

Analyse your feed-backs

Complete dashboard with benchmarks, scoring, filters, progressions and a lot more.

Photo gallery

Automatically extract all the pics from your questionnaires to display and filter them in the photo gallery.

Build Cockpit

Build View module:

cd View
docker run --rm --name yarn -v "$PWD":/usr/src/app -w /usr/src/app node:lts-alpine sh -c "apk --update --no-cache --virtual build-dependencies add python3 make g++ && yarn install"
docker run --rm --name yarn -u $(id -u) -v "$PWD":/usr/src/app -w /usr/src/app node:lts-alpine yarn build

Build Admin module:

cd Admin
docker run --rm -v "$PWD":/code munenari/sencha-cmd /bin/bash -c "sencha app upgrade [email protected]; sencha app upgrade /opt/sencha/repo/extract/ext/7.3.0.55; sencha app build; sed -i 's/ src=\"microloader.js\"//g' dist/index.html"

Build Studio module:

cd Studio
docker run --rm -v "$PWD":/code munenari/sencha-cmd /bin/bash -c "sencha app upgrade [email protected]; sencha app upgrade /opt/sencha/repo/extract/ext/7.3.0.55; sencha app build; sed -i 's/ src=\"microloader.js\"//g' dist/index.html"

Build Cockpit container:

docker-compose build

Start Cockpit

Run container:

docker-compose up -d

Create MySQL DB and initialize Cockpit

docker exec -ti cockpit_app ./createCockpitDB.sh
docker exec -ti cockpit_app bin/console cockpit:core:init --drop

At this time, a superuser with the same password as keycloak admin (see .env file) can connect to Cockpit View, Admin and Studio.

cockpitce's People

Contributors

sentinelo-cat avatar

Stargazers

 avatar  avatar

cockpitce's Issues

SelectGroup not working

Hi,

We followed the instructions on your readme.md document. And able to launch the application via docker-compose.

However, it seemed that data injected are not showing in the UI..

Can you please advice what are we missing?

Best,
Melvin

Screen Shot 2022-09-01 at 10 30 04 PM

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.