Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Create madoka yabuuchi #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Create madoka yabuuchi #19

wants to merge 1 commit into from

Conversation

DorstM
Copy link

@DorstM DorstM commented Oct 23, 2019

Adding Madoka to the list!

Copy link
Owner

@yourWaifu yourWaifu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello, thank you for making a pull request. I review all changes and in my testing, I ran into a number of issues. First, the waifu doesn't come up in the search prediction algorithm, 2nd, the parser gave up reading the file as it contained an issues that I highlighted, last, I'm not sure where you got your info other than the month, day, and name.

@@ -0,0 +1,11 @@
{
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add .json to the end of the filename

"image" : "https://cdn.myanimelist.net/images/characters/8/379321.jpg",
"japanese-name" : "藪内 円",
"year" : 2019,
"month" : 08,
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is invalid JSON, the JSON parser doesn't understand what 08 means. Replace this with 8.

"english-name" : "Madoka yabuuchi",
"image" : "https://cdn.myanimelist.net/images/characters/8/379321.jpg",
"japanese-name" : "藪内 円",
"year" : 2019,
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where does this number come from? You need to say where this number comes from in the notes. Here's an example of some notes

"notes": [
"Spoilers: Both Chariot and Croix went to class together. In episode 15, Croix graduated from Luna Nova in 2007. In episode 23, we see that Chariot preformed while she was still in school. By knowing that, the last performance has to be in or before 2007, when they graduated. 2007 + 10 years is 2017. Meaning the story takes place during 2017 or earlier. Her age during the first episode is 16. 2017 - 16 years is 2001."
],

"year" : 2019,
"month" : 08,
"day-of-month" : 31,
"age-in-show": 16,
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same thing here, you don't have any sources that say that she's 16 during the show.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants