From 4fabe5fd8f5c979f686a2e81a34e6312e0b89e2e Mon Sep 17 00:00:00 2001 From: fscelliott <42477011+fscelliott@users.noreply.github.com> Date: Wed, 29 Jan 2025 14:33:05 -0700 Subject: [PATCH] Update 0600 - draft-custom-computation-group.md --- .../0600 - draft-custom-computation-group.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/readme-sync/v0/senseml-reference/7500 - advanced-computed-field-methods/0600 - draft-custom-computation-group.md b/readme-sync/v0/senseml-reference/7500 - advanced-computed-field-methods/0600 - draft-custom-computation-group.md index 08b2e32b1..41689e8af 100644 --- a/readme-sync/v0/senseml-reference/7500 - advanced-computed-field-methods/0600 - draft-custom-computation-group.md +++ b/readme-sync/v0/senseml-reference/7500 - advanced-computed-field-methods/0600 - draft-custom-computation-group.md @@ -3,13 +3,6 @@ title: "Custom computation group" hidden: true --- -*TODO before publish:* - -- *adjust wording for custom comp group ('returns a single field')* -- *add to the advanced-computed INDEX file* -- *search on links to doc:custom-computation* -- *move json logic tips from here and custom-computation (assuming all apply) to /jsonlogic topic* - Define your own [computed field method](doc:computed-field-methods) using [JsonLogic](doc:jsonlogic). Can return multiple fields. Parameters @@ -27,3 +20,10 @@ Examples ==== See [Advanced: Transform sections data](doc:sections-example-copy-to-section). + +*TODO before publish:* + +- *adjust wording for custom comp group ('returns a single field')* +- *add to the advanced-computed INDEX file* +- *search on links to doc:custom-computation* +- *move json logic tips from here and custom-computation (assuming all apply) to /jsonlogic topic*