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

Feelers integration #567

Merged
merged 10 commits into from
Mar 29, 2023
Merged

Feelers integration #567

merged 10 commits into from
Mar 29, 2023

Conversation

Skaiir
Copy link
Contributor

@Skaiir Skaiir commented Mar 21, 2023

@bpmn-io-tasks bpmn-io-tasks bot added the in progress Currently worked on label Mar 21, 2023
@Skaiir Skaiir force-pushed the templates-integration-bugfix branch from feca604 to 1fbf6ac Compare March 21, 2023 08:08
@Skaiir Skaiir changed the title WIP WIP feelers integration Mar 21, 2023
@Skaiir Skaiir changed the title WIP feelers integration feelers integration Mar 21, 2023
@Skaiir Skaiir marked this pull request as ready for review March 23, 2023 08:31
@bpmn-io-tasks bpmn-io-tasks bot added needs review Review pending and removed in progress Currently worked on labels Mar 23, 2023
@Skaiir Skaiir changed the title feelers integration WIP: feelers integration Mar 23, 2023
@Skaiir Skaiir force-pushed the templates-integration-bugfix branch from 2d5464e to 0a9086d Compare March 23, 2023 10:09
@github-actions github-actions bot temporarily deployed to demo-templates-integration-bug March 23, 2023 10:09 Destroyed
package.json Outdated Show resolved Hide resolved
@github-actions github-actions bot temporarily deployed to demo-templates-integration-bug March 23, 2023 11:01 Destroyed
Copy link
Contributor

@pinussilvestrus pinussilvestrus left a comment

Choose a reason for hiding this comment

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

Nice improvements under the hood 👍 I really like that, and I'll test the demo as well.

packages/form-js-editor/src/FormEditor.js Show resolved Hide resolved
Comment on lines +87 to +91
<h2 id="h2">h2</h2>
<h3 id="h3">h3</h3>
<h4 id="h4">h4</h4>
<h5 id="h5">h5</h5>
<h6 id="h6">h6</h6>
Copy link
Contributor

Choose a reason for hiding this comment

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

I know the changes are really small due to the transition to showdown, but I think we should at least mention there are some changes in the resulting HTML, e.g. via note in

  • the commit message
  • the changelog

Just some note on that we change the markdown parser to showdown and a quick reference to the specification (if there is some). I think that would help a lot already.

Copy link
Contributor

Choose a reason for hiding this comment

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

Just mentioning it as it seems our users are interested in that (https://camunda-platform.slack.com/archives/C6WGNHV2A/p1678953005263759).

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah I'll try and break down the commits to make this explicit.

@Skaiir Skaiir force-pushed the templates-integration-bugfix branch from 1ec2517 to 2dd0f39 Compare March 28, 2023 18:14
@pinussilvestrus pinussilvestrus changed the title WIP: feelers integration Feelers integration Mar 29, 2023
@github-actions github-actions bot temporarily deployed to demo-templates-integration-bug March 29, 2023 08:22 Destroyed
import { FeelTextAreaEntry, isFeelEntryEdited } from '@bpmn-io/properties-panel';
import { FeelTemplatingEntry, isFeelEntryEdited } from '@bpmn-io/properties-panel';

// import { simpleBoolEntryFactory } from './factories';
Copy link
Contributor

@pinussilvestrus pinussilvestrus Mar 29, 2023

Choose a reason for hiding this comment

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

Let's leave this in to make sure we know later where to tackle this.

Copy link
Contributor

@pinussilvestrus pinussilvestrus left a comment

Choose a reason for hiding this comment

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

🚀 🎸

@Skaiir Skaiir merged commit 8e422ec into develop Mar 29, 2023
@Skaiir Skaiir deleted the templates-integration-bugfix branch March 29, 2023 08:32
@bpmn-io-tasks bpmn-io-tasks bot removed the needs review Review pending label Mar 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants