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

feat: case name templating #647

Merged
merged 4 commits into from
Jan 7, 2025
Merged

Conversation

ChibiBlasphem
Copy link
Contributor

  • Added new StringTemplate AST Node
  • Let user update the case name template on workflow page

@ChibiBlasphem ChibiBlasphem force-pushed the christopher/case-name-templating branch from 08e9b17 to bc50100 Compare January 6, 2025 14:06
Copy link
Contributor

@Pascal-Delange Pascal-Delange left a comment

Choose a reason for hiding this comment

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

This one will have significant (but manageable) conflict with my refactor PR #643, but you go ahead and merge it first.

Copy link
Contributor

@Pascal-Delange Pascal-Delange left a comment

Choose a reason for hiding this comment

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

👍

type: string
enum: ['string', 'int', 'float', 'bool', 'datetime']
Copy link
Contributor

Choose a reason for hiding this comment

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

just a comment: I prefer "timestamp" to "datetime" here because that is what is actually manipulated in the backend, but this is in no way blocking for this feature so feel free to not make the change now

Copy link
Contributor Author

Choose a reason for hiding this comment

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

i'll remove it from the enum list as for now we do not use it, changing it to timestamp would mean changing the backend and I already merged the PR on this side.

@ChibiBlasphem ChibiBlasphem merged commit c9702e0 into main Jan 7, 2025
3 checks passed
@ChibiBlasphem ChibiBlasphem deleted the christopher/case-name-templating branch January 7, 2025 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants