-
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