openedx / edx-platform

The Open edX LMS & Studio, powering education sites around the world!
https://openedx.org
GNU Affero General Public License v3.0
7.09k stars 3.79k forks source link

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

Closed ormsbee closed 1 week ago

ormsbee commented 1 week ago

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 commented 1 week ago

This is the Redwood backport of https://github.com/openedx/edx-platform/pull/34914

ormsbee commented 1 week ago

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

ormsbee commented 1 week ago

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.