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

Quota Notifications: Resetting/Restoring "Don't Show Me Again" notifications #2122

Closed
dtaylor113 opened this issue Sep 20, 2017 · 3 comments
Closed
Assignees

Comments

@dtaylor113
Copy link
Contributor

In the Notification Drawer for a quota warning a user may select "Don't Show Me Again" kabob menu option. This will permanently hide the quota warning for the project.
We should be able to reset/restore the quota warning/notification if the quota/limit changes. I.e. if I purchase additional capacity, I should get notifications if I reach/exceed the new quota.

Probably need to add to common/notificationService:

var restorePermanentlyHiddenNotification = function (notificationID, namespace) {
     var key = notificationHiddenKey(notificationID, namespace);
     localStorage.removeItem(key);
};

Then figure out when to call the restore function from the console.

@jwforres
Copy link
Member

Is this issue specifically for automatically resetting quota warnings? I believe we already have an issue for the user manually doing resetting them.

@dtaylor113
Copy link
Contributor Author

Is this issue specifically for automatically resetting quota warnings?

Yes, for automatically resetting quota warnings when limits or resources change.

@spadgett
Copy link
Member

This is essentially the same as https://bugzilla.redhat.com/show_bug.cgi?id=1495427

I'm going to close this issue so we're not tracking it twice.

/close

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

No branches or pull requests

4 participants