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

[backend]Create GraphController APIs to interact with client side #43

Closed ani-hovhannisyan closed 2 years ago

ani-hovhannisyan commented 2 years ago
ani-hovhannisyan commented 2 years ago

Connection with Search controller is done by @teruto725 . I used same interface not to have many changes. Will change the interfaces design if necessary during refactoring #58

ani-hovhannisyan commented 2 years ago

The Graph View interacts with server via API which at this moment is directly connected to Search Controller not Graph Controller. So will put as done.