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

Insights in Notebooks Issues #18608

Open
21 of 30 tasks
thmsobrmlr opened this issue Nov 14, 2023 · 0 comments
Open
21 of 30 tasks

Insights in Notebooks Issues #18608

thmsobrmlr opened this issue Nov 14, 2023 · 0 comments
Labels
bug Something isn't working right feature/notebooks

Comments

@thmsobrmlr
Copy link
Contributor

thmsobrmlr commented Nov 14, 2023

Bug description

Three major flows need to work:

  • Editing an insight in a notebook while not on the insights page (and possibly never having been there). This is to make sure all required logics get mounted independently.
  • Editing an insight in a notebook while on the insights page for the respective insight type. This is to make sure the logics aren't accidentally connected.
  • Editing an insight in a standalone notebook.

Issues seem to originated from these general areas:

  • insightVizDataLogic is wrapped
  • logics are not uniquely keyed
  • chartjs isn't updated due to its imperative api
  • style conflicts
  • ux issues

  • Test all insight options (test on respective insight page)
    • Trends
    • Funnels
    • Retention
    • Path
    • Stickiness
    • Lifecycle
    • SQL
    • Custom

General

Trends

  • Fix displaying hover info on trend line
  • Fix displaying legend

Funnels

Paths

Retention

Stickiness

  •  Toggling between line and bar doesn't trigger update

Lifecycle

  • Toggling lifecycles doesn't work
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working right feature/notebooks
Development

No branches or pull requests

2 participants