pikers / piker

(e2e) foss trading for non-tinas
GNU Affero General Public License v3.0
102 stars 17 forks source link

Event annotations, API and chart UI for time series markup B) #500

Open goodboy opened 1 year ago

goodboy commented 1 year ago

This has been a todo for quite some time and recently we've had a lot of lurkerz and even some of our devs ask about it.

It's a feature that is like it sounds, a subsys for arbitrary annotation of our charts from time-based events (normally stuff from the nooz).

there are plenty of existing charting platforms that have this for reference:


where to start in the code base:

We mostly just need a public API for unifying these systems and obviously some helper routines for parsing some input to its timestamp and content and then displaying it with some set of options for graphical shapes to draw.

Probably much more to come in this writeup B)