You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce an exercise to the reader to update swim.tutorial.DataSource to write to more Agents than just /unit/master. Edit the README in server accordingly.
Introduce an exercise to the reader to create a stats value lane in swim.tutorial.UnitAgent that is populated by changes to histogram. Maybe suggest something that follows this skeleton. Edit the README in server 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.
Introduce an exercise to the reader to update
swim.tutorial.DataSourceto write to more Agents than just/unit/master. Edit the README inserveraccordingly.Introduce an exercise to the reader to create a
statsvalue lane inswim.tutorial.UnitAgentthat is populated by changes tohistogram. Maybe suggest something that follows this skeleton. Edit the README inserveraccordingly.Since the data entries in
histogramare 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.