View Issue Details

IDProjectCategoryView StatusLast Update
0001057HTML & PERLFeature Request - Interfacepublic2015-02-03 04:37
Reporteruser566Assigned Toworf  
PrioritynormalSeverityfeatureReproducibilityN/A
Status resolvedResolutionfixed 
Summary0001057: Display mylist entries in relation graphs
DescriptionEspecially 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.
Tagsgraph, mylist, relation

Relationships

related to 0000447 resolvedworf "here you are" relationsgraphindicator 
related to 0001546 resolvedworf Table-fied version of the anime relation graph 

Activities

exp

2008-04-04 05:58

administrator   ~0001901

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.

DvdKhl

2008-04-05 09:27

developer   ~0001912

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

user566

2008-04-06 18:22

  ~0001927

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.

carcaroth

2008-04-30 12:06

reporter   ~0002016

Last edited: 2008-04-30 12:08

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.

worf

2014-05-14 21:04

administrator   ~0003366

Implemented on dev server.

Issue History

Date Modified Username Field Change
2008-04-03 15:06 user566 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 user566 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