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

frontend: custom actions: interface improvements #1573

Open
1 of 3 tasks
ES-Alexander opened this issue Jan 15, 2025 · 0 comments
Open
1 of 3 tasks

frontend: custom actions: interface improvements #1573

ES-Alexander opened this issue Jan 15, 2025 · 0 comments
Labels
Actions enhancement New feature or request ui UI related issues

Comments

@ES-Alexander
Copy link
Contributor

Current behaviour

There are three separate tables for available Actions, but each table has quite similar columns, which is confusing, and harder to navigate than necessary.

Expected or desired behaviour

  • A combined table for all Actions
    • Should include columns for Name, ID, type, notes (URL / MAVLink Message, etc), buttons (edit, test, export, delete)
    • Should allow sorting by the name or type column
    • Should ideally also allow typing into the name and type column headings to filter
  • A combined editor for all Action types
    • Should include tabs or a radio-button at the top, to select the Action type and determine the lower interface elements
    • Should include a name field, with a copyable preview of the resulting ID
    • Should ideally include a list of available data lake variables (and possibly their values, maybe at a 1 Hz update rate), or an auto-complete mechanism for their IDs when typing in double curly braces

Prerequisites

  • I have checked to make sure that a similar request has not already been filed or fixed.
@ES-Alexander ES-Alexander added enhancement New feature or request ui UI related issues Actions labels Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Actions enhancement New feature or request ui UI related issues
Projects
None yet
Development

No branches or pull requests

1 participant