From 57466b3498c04d3b0782cbee2bbc6c30ade01db3 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Wed, 19 Oct 2022 22:17:44 -0400 Subject: [PATCH] docs: remove outdated statement about calculations being limited --- documentation/topics/calculations.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/documentation/topics/calculations.md b/documentation/topics/calculations.md index 8e3ca421..38881658 100644 --- a/documentation/topics/calculations.md +++ b/documentation/topics/calculations.md @@ -1,11 +1,6 @@ # Calculations Calculations in Ash allow for displaying complex values as a top level value of a resource. -They are relatively limited in their current form, supporting only functional calculations, -where you provide a module that takes a list of records and returns a list of values for that -calculation. Eventually, there will be support for calculations that can be embedded into the -data layer(for things like postgres) that will allow for sorting and filtering on calculated -data. ## Declaring calculations on a resource