UTI: Export results
[csit.git] / docs / model / current / schema / todos.txt
1
2 Export also tg_type and tg_version properties.
3
4 Add description with link to methodology for MRR, NDRPDR and SOAK.
5
6 Add multiplicity field to MRR result, so PAL can detect incomplete samples.
7
8 Add link explaining our L1 bandwidth calculation.
9
10 Add a link to URL explaining how to decode the hdrh data.
11
12 Do we want to require more structure for dut_version, e.g. at least two dots?
13
14 Should we parse version strings?
15 E.g.: Turn dut_version from "21.11.0"
16 into {"major": 21, "minor": 11, "patch": 0}.