-
Notifications
You must be signed in to change notification settings - Fork 309
Conversation
Part of #557. This covers the logic; it’s mostly a duplicate of `dashboard/index` with the buttons removed (admins can mark/unmark suspicious on the profile itself). Obviously needs to be put into a site template for ~users to see, and only needs the list, not the other frame.
Almost deleted the dashboard version, but I figure that's something that could be modified in other ways. |
I suppose I need to add a menu item before this can be reviewed. |
We don't have a root page for That would probably make the suspicious list a tab on the fraud page. |
Ready for review, @whit537, @kaguillera et alii. |
Would "Fraud" be sufficient? |
I think conceptually it could be grouped with Security and also AML (maybe under "Safety"?), but ... The primary motivation here is to give suspicious users some way of discovering that they've been marked suspicious, correct?
Is a listing of suspicious accounts the best way to do that? How will suspicious users know to look there? I realize the suspicious listing was my suggestion, but #557 (comment) seems like a better solution to the problem:
That way the suspicious user doesn't have to work so hard to discover the problem. I think we should abort this PR and go for the notify/note solution. 🐭 |
Fine by me. I learned some things, at least. |
Part of #557. This covers the logic; it’s mostly a duplicate of
dashboard/index
with the buttons removed (admins can mark/unmarksuspicious
on the profile itself).Obviously needs to be put into a site template for ~users to see, and
only needs the list, not the other frame.