Click Add
Summary
Log
Create an in-memory "database" of tuples, and then produce a summary row, computed by using the most recent non-empty value in that column.
One limitation is that if there is no baseline value there will be an exception.
Improvements
- Reverse sort the log.
- Highlight the summary values in the log.
- Select a row in the log to see the summary at that point in time.
- Add property protection for a fixed subset of fields (e.g. user and timestamp).
- Model a sensor workflow by filling out one or two fields at a time, from left to right.
- Add a boolean, date, select input
- Add placeholder text to inputs
- Add JSON input: scatter fields to the form.