-
-
Notifications
You must be signed in to change notification settings - Fork 156
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
Hide all issues feature #1089
Hide all issues feature #1089
Conversation
@fredfalcon please review the feature, so I can extend this to hiding individual issues and complete domain issues as well |
It looks good so far. I’d like the ability to hide all of a users issues from their profile with a checkbox to [ ] hide all issues I’ve submitted. We can do the hide all issues from a domain in another issue. |
Can you please confirm if there are any pending changes or this PR is good to merge |
Looks good! What happens if someone lands on a hidden issue page? Can we return a 404? |
No I had not taken that into consideration. Will work on that |
Instead of a 404, let’s have a page with only the words “this issue has been hidden by the user that reported it.” And then a button “request access” |
I understood what the page should look like. But I am not sure how will the request feature be implemented. Can you give some pointers on that |
It will send an email to the bug reporter “user has requested access to bug” and the user will need to be logged in or signup after clicking. |
I think you can create it as a separate issue, I will try to work it out in a couple of days |
Fixes #1032. I have implemented the hide all issues feature (see below user profile pic). When it is checked, nobody except the user, can view his issues anywhere on Bugheist.