-
Notifications
You must be signed in to change notification settings - Fork 11
Description
-
Introduce an exercise to the reader to update
swim.tutorial.DataSource
to write to more Agents than just/unit/master
. Edit the README inserver
accordingly. -
Introduce an exercise to the reader to create a
stats
value lane inswim.tutorial.UnitAgent
that is populated by changes tohistogram
. Maybe suggest something that follows this skeleton. Edit the README inserver
accordingly. -
Since the data entries in
histogram
are pretty boring, maybe enhance them with some measure of central tendency (e.g. mean/median) and some measure of spread (e.g. range; stdev/variance might be harder with streaming inputs but it seems doable?) Will leave this decision to @Crista2019 ; have fun with it! -
Include solutions to a new branch (or branches, if you prefer that).
-
In the READMEs, ask how one might change the UI code to accommodate for these server-side changes.