Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Process applications #4762

Draft
wants to merge 3 commits into
base: develop
Choose a base branch
from
Draft

Process applications #4762

wants to merge 3 commits into from

Conversation

philippfromme
Copy link
Contributor

@philippfromme philippfromme commented Dec 16, 2024

🚧 👷🏻 🚧

Proposed Changes

Backend

  • adds file-context feature
    • all open files are added to file context
    • metadata is extracted from every supported file type (.bpmn, .dmn, .form, .process-application)
    • process application is opened/closed automatically if opened/closed file is part of process application
    • opening process application watches process application directory

Frontend

  • new application menu entry to create process application
    • choose directory, empty .process-application file will be created

image

  • new (➕) entry to create process application
  • works the same as new application menu entry

image

  • new button in status bar that is shown when open file is part of process application

image

  • new overlay that shows all files that are part of same process application as open file

image

Checklist

To ensure you provided everything we need to look at your PR:

  • Brief textual description of the changes present
  • Visual demo attached
  • Steps to try out present, i.e. using the @bpmn-io/sr tool
  • Related issue linked via Closes {LINK_TO_ISSUE} or Related to {LINK_TO_ISSUE}

@bpmn-io-tasks bpmn-io-tasks bot added the in progress Currently worked on label Dec 16, 2024
@@ -1136,8 +1134,7 @@ export class App extends PureComponent {
if (
activeTab !== prevState.activeTab ||
tabs !== prevState.tabs ||
layout !== prevState.layout ||
endpoints !== prevState.endpoints
Copy link
Member

@nikku nikku Dec 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will be used (again) once we support "endpoints" for deployment.

Why would we remove it here?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(Of course fine, if we consider to store the endpoints in a different place, once supported).

@philippfromme
Copy link
Contributor Author

Things that aren't working at the moment:

  • updates of the process application file itself aren't picked up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in progress Currently worked on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants