mozilla / nimbus-shared

Shared data and schemas for Project Nimbus
https://mozilla.github.io/nimbus-shared
Mozilla Public License 2.0
6 stars 15 forks source link

Where are experiment duration and enrollment duration expressed? #68

Closed jaredlockhart closed 4 years ago

jaredlockhart commented 4 years ago

I just realized our design preset doesn't include the duration information:

https://github.com/mozilla/nimbus-shared/blob/main/data/ExperimentDesignPresets.ts#L18-L33

pdehaan commented 4 years ago

I think the Experiment model defines a startDate, endDate, and proposedEnrollment duration here:

https://github.com/mozilla/nimbus-shared/blob/87fbe0ed7ee31f421574bd749634e5c8e969191b/types/experiments.ts#L37-L48

jaredlockhart commented 4 years ago

Yeah what we need to store on the design is

experiment duration enrollment duration

From @tdsmith for A/A we'll use:

experiment duration: 28 days enrollment duration: 7 days