NASA-AMMOS / NASA-AMMOS/plandev-ui
Send multi-selected activities on extension call
Nobody has claimed this yet.
- Dominant language
- Svelte
- Stars
- 42
- Forks
- 14
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 10
Description
Checked for duplicates
Yes - I've already checked
Alternatives considered
Yes - and alternatives don't suffice
Related problems
No response
Describe the feature request
Currently, when an extension is called only the singularly 'selected' directive is sent.
For work building an extension that allows PlanDev to publish activities as observations to ACROSS, it would be required to publish multiple activities/observations at once, or else the user will potentially have to invoke the extension hundreds of times.
It would be great if calling an extension with multiple directives selected in the table instead sent that set of directives rather than the singular selection.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named. Start by tracing the extension call from the table's multi-selection handling, then verify how the selected directives are passed to the extension. Done means one invocation sends the full selected set of activities rather than only one directive.
Written by the indexing model from the issue text.
Assessment
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 58/100