-
v0.5.0 protected7a377968 · ·
New release v0.5.0: - T374957: MPIC: Update A/B test and instrument forms with new Sampling fields - T377811 MPIC: UI Layout design - same width for all pages - removed mediawiki.product_metrics.mint_for_readers from MPIC mock data we use for unit testing - Change copy according to spreadsheet - T377315: MPIC: Improve copy of risk acknowledgement checkbox - T373907: MPIC: Improve application copy - Follow-up on copy fix updates - T374979: MPIC: Update app header - human name field is shown again - T377826: MPIC: UI improvements for the catalog table - T381997: MPIC: make acceptance checkbox required - Fixed the way we transform wikis and sample size - T380282: MenuButton: Prevent menus from displaying selected state by default - Centered the login box horizontally and vertically - Added a label to notify users that okrs and teams are optional fields - T381801: MPIC: Consistently represent dates/times internally - T381614: [MPIC] Dates shift from the selected days after experiment is launched
-
v0.4.0 protectedd4b915dd · ·
New release v0.4.0: - Set tooltip for variants fields when A/B test is already activated - T379247: MPIC: Set form fields as read-only where appropriate when editing an instrument/experiments - Remove "Start from template" option: - T381309: MPIC: Remove "What would you like to do" section from forms - Duration form improvements: start and end date instead amount time and description - T377816: MPIC: Duration form group improvements - Determine how contextual attributes should be populated. - T366951: MPIC: Determine how contextual attributes should be populated - T377353: MPIC: Error thrown if optional description field is left empty - T380230: MPIC: Replace cdxIconAlert by new Power icon in actions menu - Set font weight as bold for titles in the Read view - T381319: [MPIC] Variable Titles on Intrument / Experiment page no longer bold - Update MPIC API response for variants: - T375906: Simplify ExperimentManager API - New flag to save when an instrument/experiment was activated for the first time: - T379247: MPIC: Set form fields as read-only where appropriate when editing an instrument/experiments - T379355: MPIC: Register the fact that an instrument/experiment has been activated for the first time - Fixed wrong style for some labels that were configured as description instead: - T377558: MPIC: Correct typographic styles
-
v0.3.1 protected56e57436 · ·
New release v0.3.1: - Use "docker compose" instead of docker-compose - Update Codex + Design Tokens to v1.16.0 - Override Codex table style as temporary fix - Correct typographic styles: - Set proper style for the Edit button - Iconography was updated - machine-readable name and stream name (when app/base schema is selected) are set as readonly instead of disabled - Set the right background color for dark mode - Fixed the issue that disabled any instrument/experiment after being modified - Organized Vue parts. The right order is script, template and style - Fixed cdx-lookup component for selecting stream name. v-initial-input-value was deprecated at some point in favour of input-value (a couple more occurrences have been fixed) - Some placeholders have been added sampling unit select component is part of Sampling.vue (it was placed at the beginning of the Specifications.vue file)
-
v0.3.0 protecteda3def0f1 · ·
New release v0.3.0: - Custom Lookup component has been replaced with the codex multiselect-lookup one - Contextual attributes field is included in the Schema details section - Related OKR and Team fields has been replaced with the codex multiselect-lookup component to allow to select multiple values, none and also to autocomplete the user's choice (related changes were done in database and logic layers)
-
v0.2.3 protected9d4c9339 · ·
New release v0.2.3: - Create read view for experiments - Fix more vertical spacing - Fix issue that prevents users from retrying to send the form - Add links to docs - Contextual attributes have been hidden in the read view when instrument type is A/B test - Fix mock data according to the new format used to send variants details - Fix issue that prevents multi-lookup component from clearing its value
-
v0.2 protectedd3fb58cf · ·
New release v0.2: - New public API endpoint for experiments - Database is updated to store experiments - New users flow to include experiments (A/B test) - New form to register/update experiments (A/B test) - Common actions (enable/disable and delete) are also available for experiments - Non specific fields were removed from public specific endpoints (/api/v1/instruments and /api/v1/experiments)
-
v0.1.0 protectedfdb7528b · ·
New release v0.1.0: - Sample data has been fixed - Fixed pending issues related to log in/out feature - Fix pending issues related to the delete functionality - Read View is fully done and data is well formatted - Enable/Disable instrument feature has been added - Added more logs messages at the service layer - New fields have been added to the public API endpoint
-
v0.0.17 protected51eb2618 · ·
New release v0.0.17: - Added stream details when registering instruments - Added the view instrument component - Codex version was updated - Some new frontend components were added - Added login land page - New functionality to delete instruments - Unit tests were added for the instrument controller - Sample_rate is now working with the new UI