-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: add user_clicked_save
to analytics_summary
view
#3972
Conversation
Removed vultr server and associated DNS entries |
🤖 Hasura Change Summary compared a subset of table metadata including permissions: Updated Tables (1)
|
7634e30
to
9e22abe
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Quick turnaround - great to see!
A few small comments regarding naming and the metadata to take a look at 👍
...ions/1732016907414_alter_table_public_analytics_logs_add_column_has_user_clicked_save/up.sql
Outdated
Show resolved
Hide resolved
...ions/1732016907414_alter_table_public_analytics_logs_add_column_has_user_clicked_save/up.sql
Outdated
Show resolved
Hide resolved
43c1966
to
a981794
Compare
add new view migration squash migrations alter order of down file remove async fix down sql
af91e7a
to
c45dd19
Compare
For the metabase ticket: https://trello.com/c/2j5CC6IG/3124-expose-userclickedsave-in-analyticssummary
Added extra data to the analytics_summary view to support the pilot work
Updated permissions to mirror
has_clicked_help
I am only using the
SaveAndResumeButton
component to trigger thistrackEvent()
Note
It will not populate
analytics_logs
if it is on the first node, due tolastVisibleNodeAnalyticsLogId
beingundefined
so it will failif (shouldSkipTracking()) return;
intrackEvent()
. In normal cases, I'd imagine we'd have some form of intro node or something similar and this is the current behaviour for all cases so I wasn't going to begin pulling on threads here.