View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002856 | HTML & PERL | Feature Request - Interface | public | 2017-04-08 12:16 | 2018-02-05 10:46 |
Reporter | Hinoe | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | new | Resolution | open | ||
Summary | 0002856: Add set of classes for group with notification, including notification blacklist, to group status in anime page | ||||
Description | I have so many notification-blacklisted groups it's hard to keep track mentally. I considered using usercss to treat them differently on the group table in the anime page, show=anime&aid=XYZ, so as to not waste my time with them, but the list is very so extensive that the very idea of maintaining such a thing by hand is horrifying. This would be solved extremely simply with a class for groups in notification blacklist. Seeing that, for groups, notification blacklist is ultimately a kind of notification, it would make sense to extend this to the entire feature. As such, I would suggest implementing this as a set of classes, the same way as anime notifications. So that they don't collide in any way or form, the same pattern could be used, but with "groupnotification" instead of "notification". Thus: groupnotification groupnotification_priority_high groupnotification_priority_med groupnotification_priority_low groupnotification_type_all groupnotification_type_new groupnotification_type_complete groupnotification_type_blacklist | ||||
Tags | No tags attached. | ||||
|
considering this is a minuscule feature to be used by 1(?) person ever, but requires a _lot_ of extra code i find it very unlikely this to ever manifest. use the filter option to hide blacklisted groups. |
|
That doesn't actually work for my purposes, because I actually require them visible. But I do see the problem here. After turning this matter in my mind for a while, I decided to settle for the "list of gids" thing I was trying to avoid; with some regexp, it wasn't even all that hard. |
|
Related: 0003120 |