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

Add ratings feature for Tidbits #178

Open
RobinNagpal opened this issue Mar 17, 2024 · 1 comment
Open

Add ratings feature for Tidbits #178

RobinNagpal opened this issue Mar 17, 2024 · 1 comment

Comments

@RobinNagpal
Copy link
Owner

  1. We should ask for the ratings after we complete the tidbits
  2. Tidbits rating should not be shown after completing each Tidbit, as it will be annoying. When do we show it? How do we configure it?
@MSamiTariq
Copy link
Contributor

Approach 1: Limiting Frequency with Local Storage
For limiting the frequency of the rating modal, we can store the last shown timestamp in the localStorage and only show the modal when certain time has passed.

Approach 2: User Preferences for Feedback Timing
Allowing users to specify when they’d like to be prompted for feedback. We can provide options within our application settings where users choose their preference. Based on this preference, use similar logic as above to decide when to show the modal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants