msaltnet / smtm

It's a game to get money
https://smtm.msalt.net
MIT License
91 stars 96 forks source link

[Feature Request] Interface of drawing points to graphs of Analyzer. #31

Closed msaltnet closed 2 years ago

msaltnet commented 2 years ago

Requirements

  1. Strategy can have a interface to draw specific points to graphs for the analysis.
  2. Analyzer provide a interface to add points will be drawed in graphs.
  3. Operator provide a interface to Strategy to connect with the Analyzer interface.

Scenario

When Strategy call the interface to draw some points, Operator deliver information to Analyzer via the interface of Analyzer. When Analyzer draw a graph to make reports, some points added from Strategy will be drawed to the graph too.

msaltnet commented 2 years ago

Implemented with 254e1165358a6d2055bbddea9133f135651ded41