Closed
Bug 1523135
Opened 7 years ago
Closed 6 years ago
Add the ability to see (and ideally manage) your list of watched pages
Categories
(developer.mozilla.org Graveyard :: Dashboards, enhancement, P5)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: nw3455, Unassigned)
Details
(Keywords: in-triage, Whiteboard: [specification][type:change])
What did you do?
1.
2.
3.
What happened?
What should have happened?
Is there anything else we should know?
This was discussed on the Mozilla discourse https://discourse.mozilla.org/t/how-to-see-all-the-pages-i-am-watching-on-mdn-web-docs/35055
Comment 1•7 years ago
|
||
I've emailed Nate a list of his watched pages. The code to print a list is:
for watch in user.watch_set.all():
print watch.event_type, watch.content_object.get_full_url()
A UI would be a bit more complicated, and would need to handle the multiple types of watches (edit a document, edit a document in a tree), and of course not allow unsubscribing other users.
Comment 2•6 years ago
|
||
MDN Web Docs' bug reporting has now moved to GitHub. From now on, please file content bugs at https://github.com/mdn/sprints/issues/ and platform bugs at https://github.com/mdn/kuma/issues/.
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
Updated•6 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•