Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ani-hovhannisyan opened this issue May 22, 2023 · 3 comments
Assignees
Labels
backend bugfix Something isn't working

Comments

@ani-hovhannisyan
Copy link
Owner

Check the task #98 comment #98 (comment) details.

@ani-hovhannisyan
Copy link
Owner Author

[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
Copy link
Owner Author

ani-hovhannisyan commented May 24, 2023

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:

  • Find previous task of getting data from Kanji database (PR has to create tasks Japanese language Project management #98 )
  • Explore again the structure of Japanese - English library
  • Redesign GraphController logic
  • Implement DB->GraphController(Server)-> part
  • Test with various cases
  • Add test cases for server GraphController
  • Commit, Merge, Release.

@ani-hovhannisyan
Copy link
Owner Author

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" !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend bugfix Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant