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

feat: hide the survey report banner for a month after clicking the dismiss button #35010

Conversation

ormsbee
Copy link
Contributor

@ormsbee ormsbee commented Jun 19, 2024

This hides the survey report banner from the Django Admin for a
particular user for one month after they click on the "dismiss" button.
This is done completely on the client side using localStorage, so the
same user could see the banner again if they're logging in with a
different browser.

…smiss button (openedx#34914)

This hides the survey report banner from the Django Admin for a
particular user for one month after they click on the "dismiss" button.
This is done completely on the client side using localStorage, so the
same user could see the banner again if they're logging in with a
different browser.
@ormsbee ormsbee changed the title feat: hide the survey report banner for a month after clicking the dismiss button (#34914) feat: hide the survey report banner for a month after clicking the dismiss button Jun 19, 2024
@ormsbee
Copy link
Contributor Author

ormsbee commented Jun 19, 2024

This is the Redwood backport of #34914

@ormsbee
Copy link
Contributor Author

ormsbee commented Jun 19, 2024

After discussion with BTR, it was decided to defer this until after redwood.1 is tagged.

@ormsbee ormsbee merged commit aa70fea into openedx:open-release/redwood.master Jun 20, 2024
78 checks passed
@ormsbee ormsbee deleted the survey-banner-fix-backport branch June 20, 2024 14:21
@ormsbee
Copy link
Contributor Author

ormsbee commented Jun 20, 2024

Merged after the redwood.1 tagging and initial release of Redwood. This fix will be a part of the first patch release (redwood.2) in a month's time.

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

Successfully merging this pull request may close these issues.

2 participants