Skip to content

Conversation

antonioacademy10
Copy link
Contributor

Description

2 new base action parser have been added:

  • multi_action_parser
    ---- action parser for executing multiple subsequential actions
  • delay_action_parser
    ---- simple action parser for delay (as useful as none action)

Type of Change

  • [x ] New feature (non-breaking change which adds functionality)

@CLAassistant
Copy link

CLAassistant commented Jun 10, 2025

CLA assistant check
All committers have signed the CLA.

@divyanshub024
Copy link
Member

Hey @antonioacademy10 👋🏻
Thanks a lot for this PR. I'm just curious to know where this will be useful.

@antonioacademy10
Copy link
Contributor Author

Hi @divyanshub024, thanks for question, in my scenario multiple actions needs to be fired upon a single button tap. In order to avoid to create this logics as a single function for each scenario, for me it would be better to create the fundamental blocks for the most atomic functions and to call them all together via sdui.

Regarding the delay action instead, it does nothing but wait so it's not as useful as it should be, but during develoent processes a delay function is always appreciate.

@divyanshub024
Copy link
Member

Got it. Can you please add an example in stac_gallery and docs in website.

@antonioacademy10
Copy link
Contributor Author

Sure, will do it later on during the day

@antonioacademy10
Copy link
Contributor Author

Added some doc for both MultiAction and DelayAction on Website

@divyanshub024 divyanshub024 merged commit 4bc4bd6 into StacDev:dev Jun 13, 2025
4 checks passed
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.

3 participants