Skip to content
This repository has been archived by the owner on Jan 17, 2025. It is now read-only.

Releases: process-analytics/bonita-day-demo-2023

1.0.2

10 Jul 12:31
a8f0b7b
Compare
Choose a tag to compare

Maintenance release, including refactoring based on the new API of the bpmn-visualization library.
Use bpmn-visualization 0.37.0.

What's Changed

📝 Documentation

Other Changes

Full Changelog: v1.0.1...v1.0.2

1.0.1

31 May 13:55
6048d06
Compare
Choose a tag to compare

Maintenance release, including refactoring based on the new API of the bpmn-visualization library.

What's Changed

🐛 Bug Fixes

  • fix: use "supplier" instead of "client" in the 2nd process by @tbouffard in #103

Other Changes

  • chore(deps): bump bpmn-visualization from 0.33.0 to 0.33.1 by @dependabot in #101
  • chore(deps): bump bpmn-visualization from 0.33.1 to 0.34.0 by @dependabot in #104
  • chore(deps): bump bpmn-visualization from 0.34.0 to 0.34.1 by @dependabot in #106

New Contributors

Full Changelog: v1.0.0...v1.0.1

1.0.0

04 Apr 14:49
885f65f
Compare
Choose a tag to compare

This is the first release of this demo, as presented during Bonita Day Paris 2023 on 2023-03-30.

To run the demo attached to this release

  • extract the bonita-day-demo-2023-1.0.0.zip zip in a local folder
  • make this folder available with a HTTP server. For instance, by running from the folder npx http-server

What's Changed

🎉 New Features

  • feat: initiate main page by @assynour in #2
  • feat: add navigation by @assynour in #3
  • feat: add case monitoring by @assynour in #4
  • feat: introduce the "process monitoring" use case by @tbouffard in #5
  • feat: hide "case monitoring" data when switching to another use case by @tbouffard in #6
  • feat: let hide 2nd process and disable subprocess navigation by @tbouffard in #9
  • feat: add resource allocation interaction (1st step) by @assynour in #10
  • feat(case-monitoring): highlight tasks depending on the resource by @tbouffard in #18
  • feat: display an advertise pane on demand by @tbouffard in #19
  • feat(supplier): add popover on retrieve email activity by @assynour in #22
  • feat(supplier): add generated email popover by @assynour in #23
  • feat(case-monitoring): progressively highlight path of supplier by @tbouffard in #26
  • feat(supplier): hide supplier data by @assynour in #28
  • feat: introduce ProcessExecutor for the Supplier Contact process by @tbouffard in #32
  • feat(advertise): use the website QR Code by @tbouffard in #66
  • feat(diagram): use user and service tasks by @tbouffard in #68
  • feat(happy-path): activate the "catch msg" flow at last by @tbouffard in #69
  • feat(supplier): add actions on popover buttons by @assynour in #70
  • feat(process-monitoring): replace overlay with popover by @assynour in #72
  • feat(supplier): process executor manages popovers by @assynour in #71
  • feat(process-monitoring): add a button to reset the use case by @tbouffard in #78
  • feat(case-monitoring): improve the content of the popovers by @tbouffard in #79
  • feat(supplier): add gpt answers by @assynour in #84
  • feat(process-monitoring): fix content and delay of overlay by @assynour in #85
  • feat(supplier): pause/resume main process by @tbouffard in #34
  • feat(case-monitoring): rework the 'Supplier Contact' popovers by @tbouffard in #87
  • feat(case-monitoring): return to main on "assign" click by @assynour in #86
  • feat(supplier): add overlay on edge to count the number of visits by @assynour in #90
  • feat(subprocess): display notification when clicking on "assign" button by @assynour in #91
  • feat(supplier): display notification at the end of the execution by @assynour in #94
  • feat(case-monitoring): improve general design popovers by @assynour in #99
  • feat(case-monitoring): improve design activities by @assynour in #100

🐛 Bug Fixes

  • fix: do not capitalize the text by @tbouffard in #14
  • fix(case-monitoring): remove listeners on popover elements by @tbouffard in #24
  • fix(process-monitoring): fix glitch in edge animation by @assynour in #40
  • fix(supplier): fix content outside popover by @assynour in #46
  • fix(case-monitoring): no overlay on the sub-process running task by @tbouffard in #62
  • fix(case-monitoring): disable use-case switch in "Supplier" by @tbouffard in #92

📝 Documentation

Other Changes

New Contributors

Full Changelog: https://github.com/process-analytics/bonita-day-demo-2023/commits/v1.0.0