Adding analytics code to test hypothesis in order to simplify poll creation #778
Closed
kleenkanteen
started this conversation in
Ideas
Replies: 1 comment
-
Unnecessary due to #779 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm looking for ways to simplify poll creation. One way is when selecting times, if week view could be hidden by default. Then it is only shown from the month view as a popup when the user wants to specify different times for each day. I don't know how often week view is selected though as opposed to just specifying the times for each day in the month day. By the second part I mean this part:
If the week view is used a lot less often than manually choosing times on the month view, we could hide the week view behind the "specify times" option in month view somehow.
I would want some data to see if times are specified using month view or week view to more. I see vercel analytics is enabled. I haven't used it before but found that I could fire a custom event by tracking when a user clicks "month view" or "week view": https://vercel.com/docs/concepts/analytics/custom-events. Wondering if you think it's a good idea to add the code for analytics to see if it makes sense to simplify poll creation?
Beta Was this translation helpful? Give feedback.
All reactions