From b0bbd23319c7ebdfc9e230e43463713077d6093b Mon Sep 17 00:00:00 2001 From: Sam Reid Date: Thu, 29 Feb 2024 08:19:45 -0700 Subject: [PATCH] Update documentation, see https://github.com/phetsims/projectile-data-lab/issues/195 --- js/common/PDLQueryParameters.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/js/common/PDLQueryParameters.ts b/js/common/PDLQueryParameters.ts index 4290cec0..6c8443bf 100644 --- a/js/common/PDLQueryParameters.ts +++ b/js/common/PDLQueryParameters.ts @@ -21,6 +21,7 @@ const SCHEMA_MAP = { * launch button is pressed when there is already a full set of data, the data is cleared and regenerated. * * This is connected to a PhET-iO instrumented Property and can be controlled via the Preferences dialog. + * See https://github.com/phetsims/projectile-data-lab/issues/146 */ autoGenerateData: { type: 'boolean' as const, @@ -34,6 +35,7 @@ const SCHEMA_MAP = { * - When false, all projectiles have the same launch speed. * * This is connected to a PhET-iO instrumented Property and can be controlled via the Preferences dialog. + * See https://github.com/phetsims/projectile-data-lab/issues/142 */ projectileTypeAffectsSpeed: { type: 'boolean' as const, @@ -45,6 +47,7 @@ const SCHEMA_MAP = { * The user can choose whether to size the histogram bins based by width or by the total number of bins. * * This is connected to a PhET-iO instrumented Property and can be controlled via the Preferences dialog. + * The design for this feature is described in https://docs.google.com/document/d/1I5duB_wwUMS4FhsZWjQYNGkjTjrVh6EfvUL6BrjBgJU/edit#heading=h.n822sfez56x8 */ binStrategy: { type: 'string' as const,