As a user I want to be alerted when I'm creating an experiment decision point if another experiment in my context is currently or has used that decision point.
Like with Feature Flag key name, we can have an endpoint like /experiments/check-for-shared-dp/:decision-point or something that will check for experiments in context that have that decision point string to give immediate feedback on blur in decision-point add or edit view.
Response: It could return an array of experiment ids, names, and their statuses. OR it could simply return true or false.
This would support several UI ideas discussed:
- Show a message when add/edit decision point
- Support creating a link to experiments that are competing
- Support notifications with detail or root page or elsewhere
As a user I want to be alerted when I'm creating an experiment decision point if another experiment in my context is currently or has used that decision point.
Like with Feature Flag key name, we can have an endpoint like
/experiments/check-for-shared-dp/:decision-pointor something that will check for experiments in context that have that decision point string to give immediate feedback on blur in decision-point add or edit view.Response: It could return an array of experiment ids, names, and their statuses. OR it could simply return true or false.
This would support several UI ideas discussed: