Datron
Datron
## Problem Users want to create and use their own types in default configs and overrides. Some teams like NY want to overwrite the default types to support null values...
Merge experiment and cac schemas to reduce the number of connections made to the database. It also helps manage the database more easily
Show the computed priority of a context along with its overrides in override screen and resolve screen. This helps users get an idea of why priority is used, needed and...
Remove KMS encryption that we brought in from the juspay framework. We can write a more generic way to read secrets like passwords from env
UI feedback for form submission (reported by Kartik) - Submit button can show a loader - Button should be disabled while the request is on-going
bun install is faster than npm, but does not change any other behaviour. Its an easy win for faster setup
Make monaco a component to be used with different fields and forms
Enable grouping toggle in default configs does not persist and has to be re toggled every time https://github.com/juspay/superposition/assets/15166178/c068ff99-0f42-42ac-89f1-d4892f0bacc9
Superposition should have some info boxes explaining concepts, for example: - Updating the priority of a dimension does not re trigger the computation of context priority. That has to be...
Service utils crate brings in a lot of functions which may or may not be used in the importing crate. Add feature flags to service_utils crate, merge it with superposition_types...