Context: this will help using it in viewer.
This things need to be implemented somewhat public:
The last point is culmination. The viewer scenario of using it is:
- parse repo, save raw plot data and templates (as text) to DB.
- on user request fetch data for selected commits and pass it to some template (postprocessing happens somewhere inbetween or within a template part)
Ideally one won't need post-processing or if that is not possible it might be separated into postread and prerender parts. A thing to discuss.
This is not p0, since I'll be handling it in some dirty way for now myself, but still important.
NOTE: this issue is scoped to plot data reading and plot rendering, plot data file discovery is discussed separately in #3807.
Context: this will help using it in viewer.
This things need to be implemented somewhat public:
The last point is culmination. The viewer scenario of using it is:
Ideally one won't need post-processing or if that is not possible it might be separated into postread and prerender parts. A thing to discuss.
This is not p0, since I'll be handling it in some dirty way for now myself, but still important.
NOTE: this issue is scoped to plot data reading and plot rendering, plot data file discovery is discussed separately in #3807.