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

UI-EVENT: Reporting group switching in "tab layout" mode #1579

Open
aitor-develop opened this issue Jan 14, 2025 · 1 comment
Open

UI-EVENT: Reporting group switching in "tab layout" mode #1579

aitor-develop opened this issue Jan 14, 2025 · 1 comment
Labels
feature-request New feature or request that needs to be turned into Epic/Story details size:S - 2 Sizing estimation point

Comments

@aitor-develop
Copy link

Description

When "TABS" layout is selected in ui-page, users can switch between groups within the same page (which btw is a great feature).
However, the ui-event node does not capture these interactions, as technically it isn't a page change.

It would be beneficial if the ui-event node could also monitor these interactions, allowing the "backend" to track when users navigate between these "subTabs."

Have you provided an initial effort estimate for this issue?

I am no FlowFuse team member

@aitor-develop aitor-develop added feature-request New feature or request that needs to be turned into Epic/Story details needs-triage Needs looking at to decide what to do labels Jan 14, 2025
@joepavitt joepavitt added size:S - 2 Sizing estimation point and removed needs-triage Needs looking at to decide what to do labels Jan 14, 2025
@joepavitt
Copy link
Collaborator

Existing ui-event events are:

  • $pageview
  • $pageleave

I could definitely justify a $tabview and $tableave event to provide this requested functionality.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request that needs to be turned into Epic/Story details size:S - 2 Sizing estimation point
Projects
Status: Backlog
Development

No branches or pull requests

2 participants