You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Backend Work --- implement something like "current_user.has_seen?(:intro_to_health_data)" which will be the logic to decide whether to highlight it or not.
unsophisticated logic like "is this the user's first session on the site? is insufficient since once the user watches the video/intro its still annoying". a cookie-based implementation could be fine to prevent some backend bloat.
The text was updated successfully, but these errors were encountered:
Frontend Work --- have a tooltip.
Backend Work --- implement something like "current_user.has_seen?(:intro_to_health_data)" which will be the logic to decide whether to highlight it or not.
unsophisticated logic like "is this the user's first session on the site? is insufficient since once the user watches the video/intro its still annoying". a cookie-based implementation could be fine to prevent some backend bloat.
The text was updated successfully, but these errors were encountered: