Right now, block slugs are required to be unique. That is actually quite limiting once we get into a setup where various versions of the same experiment are to be set up.
Alternative:
- change routing such that we route to
{experiment-slug}/block/{block-slug}. Block slugs then only have to be unique wrt the experiment they belong to.
Right now, block slugs are required to be unique. That is actually quite limiting once we get into a setup where various versions of the same experiment are to be set up.
Alternative:
{experiment-slug}/block/{block-slug}. Block slugs then only have to be unique wrt the experiment they belong to.