User:Der Idiot/mangadb: Difference between revisions

From AniDB
Jump to navigation Jump to search
 
(103 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{TOCright}}
{{TOCright}}
==bugs==
==bugs==
* file deletes
* element deletes
* On the manga page in the cast tab
** The appearances are in caps (CH1-CH8, CH10) while everywhere else they are in lowercase
** Character age is not displayed immediately after setting the age of a character. (Missing cache invalidation on character edit?)
** The character rating for the char-manga relation isn't displayed
* Adding and editing staff doesn't work at all?! Trying to edit an existing staff entry and setting an element restriction always fails with "6 - this relation exists already"
* Adding cast directly to a chapter through the "Add cast" button
** The pre-filled element restriction is written with a space "ch 20", while everywhere else its "ch20"; parsing "ch 20" still works though
** When searching for "Tenma Kenzou" and then trying to add him (even though he's already a cast member of the manga) a DB ERROR is thrown
* The "Edit" chapter icons in the chapter list on the manga and volume pages still link to http://devint.anidb.net/perl-bin/animedb.pl?show=addmangaelement&mangaid=1&edit=19
** The link leads to the main page rather than the edit form
* <s>The "Picture ID" field exists but its not possible to set an image for a nested element</s> FIXED?
* <s>The "Released" field exists but its not possible to set a release date for a nested element</s> FIXED?


==missign features==
==missing features==
* ISBN numbers (10 and 13, as well as checking for validity)
* calendar
* calendar
* latest2 / modlatest
* manga recommendations
** "add recommendation" node in contribution tab
* latest2
* message system add manga specific bits
* message system add manga specific bits
* my db entries
* staff/cast on elements
* next/prev volume/chapter links for elements
* anime-manga rels
* anime-manga rels
* episode-chapter rels?!
** a way to find/add characters from the related entry
** Example: http://www.dctp.ws/DC_Subbed_List.pdf
* episode-chapter rels (Example: http://www.dctp.ws/DC_Subbed_List.pdf)
* <s>"Censored"/"Uncensored" flags for manga files if manga is "18+ restricted"</s> - will not happen
* crons
** mkrestrictedcat.pl
** calcuserstats-new.pl
** calcgroupstats.pl
* character mass-edit
* assing char to element (like the feature we have for episodes: http://devint.anidb.net/perl-bin/animedb.pl?show=ep&eid=1146)
* support for "Foreword" and "Afterword" in novels
** hm... I guess that can be done as either regular or special chapters, maybe? --[[User:Hinoe|Hinoe]] ([[User talk:Hinoe|talk]]) 05:21, 25 June 2015 (CEST)
*** thing is that forewords are before chapter 1 (basically chapter 0, if there isn't also a chapter 0) and afterwords are after the regular chapters .. sure special chapters could do the job but you'd lose the order of the chapters then. and you certainly don't want chapter 1 to be the foreword --[[User:Worf|Worf]] ([[User talk:Worf|talk]]) 20:57, 8 September 2015 (UTC)
* sub-chapters (examples below)
** the Sword Art Online novel vol.1 contains 15 chapters, vol.2 however only contains 4 chapters because each chapter is divided further into 3-4 sub-chapters
** also present throughout all of Fate/zero which has sub-chapters "named" after the exact time until the end of the 4th Holy Grail War --[[User:Hinoe|Hinoe]] ([[User talk:Hinoe|talk]]) 01:15, 18 June 2015 (CEST)
** in the NanoDesu translation of Oregairu (vol. 1-4), each chapter has unnamed sub-chapters identified as 1-1, 1-2, 1-3, etc; Spyro's translation (vol. 4+) however simply breaks without much of an obvious clue, but the sub-chaptering is still evident. I haven't yet been able to confirm how it is in the original, but whatever the case the separations exist. --[[User:Hinoe|Hinoe]] ([[User talk:Hinoe|talk]]) 01:15, 18 June 2015 (CEST)
*** honestly I expect a lot of LNs to have some manner of sub-chapters, though we'd need to settle on when we consider something as a sub-chapter (what identification is required? etc.) --[[User:Hinoe|Hinoe]] ([[User talk:Hinoe|talk]]) 01:15, 18 June 2015 (CEST)
** i spent the past 10minutes and i couldn't come up with _1_ good reason to implement this. either group the "sub chapters" into 1 chapter and add the titles combined like we do for anime or add the "sub chapters" as regular chapters and ignore the chapter. adding a third layer in the tree is unneccessary fluff. we need to accept there is some loss of detail --[[User:Der_Idiot|Der_Idiot]] ([[User talk:Der_Idiot|talk]]) 23:36, 18 June 2015 (CEST)
*** The chapters in Volume 2 of SAO look something like this:
**** There are chapter cover-pages with 002-01, 002-02, 002-03 and 002-04 printed on them. In addition to that there is a title and a subtitle (time and location)
**** Inside those chapters there are the sub-chapters which are just called 1, 2, 3, 4... No title, nothing.
*** In Volume 1, 3 and 4 of SAO there are only regular chapters, so just 1, 2, 3, 4, ... again, with no title and nothing.
 
==features that won't be implemented==
* "Censored"/"Uncensored" flags for manga files if manga is "18+ restricted"


==mylist feats==
==mylist feats==
Line 38: Line 45:
==oddities==
==oddities==
* file mass add inverse ids?  
* file mass add inverse ids?  
==AJAX==
* mass add/edit mangaelements misses support for other languages


==CSS==
==CSS==
-
-

Latest revision as of 10:01, 23 January 2017

bugs

missing features

  • ISBN numbers (10 and 13, as well as checking for validity)
  • calendar
  • manga recommendations
    • "add recommendation" node in contribution tab
  • latest2
  • message system add manga specific bits
  • anime-manga rels
    • a way to find/add characters from the related entry
  • episode-chapter rels (Example: http://www.dctp.ws/DC_Subbed_List.pdf)
  • crons
    • mkrestrictedcat.pl
    • calcuserstats-new.pl
    • calcgroupstats.pl
  • character mass-edit
  • assing char to element (like the feature we have for episodes: http://devint.anidb.net/perl-bin/animedb.pl?show=ep&eid=1146)
  • support for "Foreword" and "Afterword" in novels
    • hm... I guess that can be done as either regular or special chapters, maybe? --Hinoe (talk) 05:21, 25 June 2015 (CEST)
      • thing is that forewords are before chapter 1 (basically chapter 0, if there isn't also a chapter 0) and afterwords are after the regular chapters .. sure special chapters could do the job but you'd lose the order of the chapters then. and you certainly don't want chapter 1 to be the foreword --Worf (talk) 20:57, 8 September 2015 (UTC)
  • sub-chapters (examples below)
    • the Sword Art Online novel vol.1 contains 15 chapters, vol.2 however only contains 4 chapters because each chapter is divided further into 3-4 sub-chapters
    • also present throughout all of Fate/zero which has sub-chapters "named" after the exact time until the end of the 4th Holy Grail War --Hinoe (talk) 01:15, 18 June 2015 (CEST)
    • in the NanoDesu translation of Oregairu (vol. 1-4), each chapter has unnamed sub-chapters identified as 1-1, 1-2, 1-3, etc; Spyro's translation (vol. 4+) however simply breaks without much of an obvious clue, but the sub-chaptering is still evident. I haven't yet been able to confirm how it is in the original, but whatever the case the separations exist. --Hinoe (talk) 01:15, 18 June 2015 (CEST)
      • honestly I expect a lot of LNs to have some manner of sub-chapters, though we'd need to settle on when we consider something as a sub-chapter (what identification is required? etc.) --Hinoe (talk) 01:15, 18 June 2015 (CEST)
    • i spent the past 10minutes and i couldn't come up with _1_ good reason to implement this. either group the "sub chapters" into 1 chapter and add the titles combined like we do for anime or add the "sub chapters" as regular chapters and ignore the chapter. adding a third layer in the tree is unneccessary fluff. we need to accept there is some loss of detail --Der_Idiot (talk) 23:36, 18 June 2015 (CEST)
      • The chapters in Volume 2 of SAO look something like this:
        • There are chapter cover-pages with 002-01, 002-02, 002-03 and 002-04 printed on them. In addition to that there is a title and a subtitle (time and location)
        • Inside those chapters there are the sub-chapters which are just called 1, 2, 3, 4... No title, nothing.
      • In Volume 1, 3 and 4 of SAO there are only regular chapters, so just 1, 2, 3, 4, ... again, with no title and nothing.

features that won't be implemented

  • "Censored"/"Uncensored" flags for manga files if manga is "18+ restricted"

mylist feats

  • userstattb
  • listtb
  • listcachetb
  • userwishtb
  • usernotifytb
  • userlist (element/file filter)

oddities

  • file mass add inverse ids?

AJAX

  • mass add/edit mangaelements misses support for other languages

CSS

-