v0.09 What you see is what you get :)
We've added a really useful "view your calculations" when checking a decision within Marble's front.
Frontend :
- Feat : you can now view the detail of the rules for each decision. Two modes available : raw (shows the rules as designed in the scenario) and contextual (shows the real values used for eahc calculation).
It makes things a lot easier to debug a scenario or check how a decision was calculated - Refacto of outdated components (decision viewer, variable box...) to speed up future additional feature developpment
- Feat : display api key prefix in settings tab
- Fix : list value deletion bug
Backend:
- Feat : added fuzzy match operators back (front next week)
- Feat : Sentry monitoring for cron jobs
- Feat : auto retry ingestion in case of conflict error
- Feat : add audit trail on list value editing
- Fix : CORS settings work with open source version (for batch upload, decision download)