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
Currently, a user who does not require tracking sees a modal when they attempt to start tracking time each day. Even though they prefer not to set a plan, the modal still persists each time.
We need to give the user more options to determine whether to set a plan or not. Update the modal to contain two buttons:
Create Plan - the user should be directed to create a plan
Remind Me Later - Dismiss the popup and leave the user on the same page, so they can create a task or start tracking. If the user selects this option, show the popup again on the next working day, based on the current logic.
Add Text at the bottom of the buttons "Don't show this message again" - If the user clicks on this, it means the user is not interested in using Daily Plans feature, so never show the popup to the same user again.
See below sample of popup with adjustments.
The text was updated successfully, but these errors were encountered:
Currently, a user who does not require tracking sees a modal when they attempt to start tracking time each day. Even though they prefer not to set a plan, the modal still persists each time.
We need to give the user more options to determine whether to set a plan or not. Update the modal to contain two buttons:
See below sample of popup with adjustments.
The text was updated successfully, but these errors were encountered: