Details
-
Improvement
-
Status: In Progress
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
My suggestion in one line, is make PostProcess simply build json from result type of getEdges and make getEdges build complete query result.
Current return type of Graph#getEdges is not sufficient enough.
GroupBy, OrderBy, or merging multiple queries result is located on PostProcess, not inside of getEdges.
Followings are subtasks to resolve this issue.
1. Define better return type of getEdges.
2. Refactor getEdges to process orderBy, groupBy.
3. Define better representation of Edge that can be converted easily into Json or other type easily.
Attachments
Attachments
1.
|
Define better return type of getEdges. | In Progress | Do Yung Yoon |
|
||||||||
2.
|
Refactor Graph#getEdges to process orderBy, groupBy. | In Progress | Do Yung Yoon |
|