View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001057 | HTML & PERL | Feature Request - Interface | public | 2008-04-03 15:06 | 2015-02-03 04:37 |
Reporter | Assigned To | worf | |||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | resolved | Resolution | fixed | ||
Summary | 0001057: Display mylist entries in relation graphs | ||||
Description | Especially for Animes with a lot of relations it would be a nice feature to see which of the related Anime are already in your Mylist. This could be done for example like the blue/green done/watched episode bars in the group status below each anime description or by displaying xx/yy/zz in the episodes field for watched/downloaded/epcount. | ||||
Tags | graph, mylist, relation | ||||
|
The problem here is that we currently use the same image for all users. Using customized, user specific images would require the image to be generated for every user/anime combo. While this could of course be done in a lazy manner uppon request of the image, it would nevertheless increase the load on the server. Which raises the question whether such a feature would be worthwhile enough to accept the additional server load. |
|
If it is not done already, I wrote some javascript for this purpose. It places a div container next to the show-type tab, although sometimes the space is not enough it works pretty well. (No MyListBar of course since the data is not available) http://arokh.dnsalias.org/AniDB/RelImg/RelImg.html http://arokh.dnsalias.org/AniDB/RelImg/RelImg.js If you might find this usefull, do what you want with it. I'd be happy |
|
I see... until now I didn't know that the relations graph was one big png. I thought it would be generated upon request from some text elements which would be easily changeable. In that case the additional database load would not be that significant. With all being one pre-generated png I realize this to be a somewhat difficult, although from collectors like me much appreciated feature. To reduce the server load, maybe you could add a profile option, disabled by default. |
|
I think an easier way to implement this feature is to do it only text-based. Maybe in the relations graph page an option should exist (or exist by default, e.g. at the bottom) to see all the related anime in a text list. Then an option should exist to hide/show, in that text listing, the animes already in mylist. But probably the best way is to use text colors (e.g. red/green) to distinguish the animes already in mylist from the ones not yet in mylist, instead of the hiding/showing option. This way it avoids a graphic mode and I believe easier to implement. |
|
Implemented on dev server. |
Date Modified | Username | Field | Change |
---|---|---|---|
2008-04-03 15:06 |
|
New Issue | |
2008-04-04 05:58 | exp | Note Added: 0001901 | |
2008-04-05 08:25 | Rar | Relationship added | related to 0000447 |
2008-04-05 09:27 | DvdKhl | Note Added: 0001912 | |
2008-04-06 18:22 |
|
Note Added: 0001927 | |
2008-04-30 12:06 | carcaroth | Note Added: 0002016 | |
2008-04-30 12:08 | carcaroth | Note Edited: 0002016 | |
2008-05-02 07:40 | ninjamask | Tag Attached: graph | |
2008-05-02 07:40 | ninjamask | Tag Attached: relation | |
2008-05-02 07:40 | ninjamask | Tag Attached: mylist | |
2009-05-06 11:21 | worf | Relationship added | related to 0001546 |
2009-07-25 00:23 | DerIdiot | Project | HTML & PERL => AJAX/JS |
2014-05-14 21:03 | worf | Project | AJAX/JS => HTML & PERL |
2014-05-14 21:04 | worf | Note Added: 0003366 | |
2014-05-14 21:04 | worf | Assigned To | => worf |
2014-05-14 21:04 | worf | Status | new => resolved |
2014-05-14 21:04 | worf | Resolution | open => fixed |
2014-05-14 21:04 | worf | Description Updated |