teragrep / ajs_01

User interface for Teragrep
Apache License 2.0
0 stars 0 forks source link

Refactor result controller into a smaller object #259

Open BVVLD opened 2 months ago

BVVLD commented 2 months ago

Description According to the PR code review: "result.controller object is horribly big, perhaps there is way to refactor it"

BVVLD commented 2 months ago

The current size and complexity of the result controller is due to the requirement to main compatibility to the server way of handling data flow, in particular - managing the paragraph object and subobjects within it. Once server is refactored to handle the data flow in a less complex way, the complexity of result controller should decrease drastically.