ani-hovhannisyan / kanji-visualization

Kanji words visualization graph draws relational graph for kanjis of particular words in Japanese. Aim is to understand the relational graph of one kanji within different words and it's relations to all possible words.
MIT License
5 stars 1 forks source link

[Revival Bug] The 山 does not appear in the 火 or in the 道 graphs #105

Open ani-hovhannisyan opened 1 year ago

ani-hovhannisyan commented 1 year ago

Check the task #98 comment https://github.com/ani-hovhannisyan/kanji-visualization/issues/98#issuecomment-1556506582 details.

ani-hovhannisyan commented 1 year ago

[Report] Debugged that correct kanji data is not receive in the frontend, and in the backend get request processing again no correct data, that is 山 is missing. Therefore, need to debug GraphController in the backend.

ani-hovhannisyan commented 1 year ago

Debugged backend, also checked the json (file considered as temporary DB for getting kanji data) has no node of 山 that's why it does not appear in the final data. This task goes deep into having dynamic DB or newly creating DataBase and fully changing Graph Controller graph making part, which is huge. So need to divide into small tasks. Steps (tasks) need to be done to reach result are:

ani-hovhannisyan commented 1 year ago

Opened #3 again to investigate properly and fix database issues once in a while. Low priority in Revival milestone, can be fixed in the next "Milestone 2 Waken" !