Giter Club home page Giter Club logo

handinprocessmodelling's Introduction

Camunda BPMN project template

A template project used to quickstart a Camunda BPMN project

Development

Git Workflow & CI/CD

There is a Pipeline running on every push or Pull Request that happens on main. It tests and builds the project on a linux machine as well as tries to build a docker image. If there is a Release created on Github, the same Pipeline is run again, but there will also be put the docker image to ghcr.io.

Environment

As the development environment VS Code with the following plugins is the recommende IDE:

  • redhat.java
  • alexkrechik.cucumberautocomplete

For the development at least the following components need to be installed to run and develop the example:

  • Java 11
  • Maven

For the development of BPMN and DMN diagrams the Camunda Modeler has to be used.

Run the application

To run the application execute the following maven command:

mvn spring-boot:run

The application starts on http://localhost:8080

The default user name and password is specified in the file src/main/resources/application.yaml

Execute the tests

To execute the test run:

mvn test

Camunda test documentation

Run checkstyle

mvn site

statische Codeanalyse

statische Codeanalyse wird mit pmd gemacht, dafür ist ein plugin installiert. Es kann mit

mvn pmd:pmd

gestartet werden.

Load Tests

Für Load Tests ist als Plugin Gatling angegeben, eine Recoreded Simulation ist in at.fhv.RecordedSimulation. Sofern die Applikation auf localhost:8080 läuft, kann ein Load Test mit

mvn gatling:test

gemacht werden.

Todo

  • Melek: 1. Cucumber scenario
  • Felix: 2. Cucumber scenario
  • vielleicht fällt einem von uns ein drittes scenario ein
  • pmd reparieren & installieren - done: neue Version von PMD installieren (von rc1 auf rc2) -> pmd wird mit maven ausgeführt: mvn pmd:pmd
  • felix: erinnerungsprozess
  • melek: unit test checkavailability class - (ev. auslagern der Logik in Service-Layer und in checkavailability-class injecten, so könnte man bessere Tests machen)
  • melek: ist der benotungsprozess schon fertig?
  • felix & melek: unit tests & integration tests
  • felix: createstudent form reparieren
  • Load tests
  • Process measurement (min 3 KPIs)
  • CI/CD-Pipeline machen (ev. Github Actions?)

handinprocessmodelling's People

Contributors

felixfhv avatar felixlahn avatar me1eq avatar

Watchers

 avatar

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.