Skip to content

Smarter access logic for reports' experiments

Jaden DIEFENBAUGH requested to merge 525-report-links-to-experiments into master

This MR takes advantage of the experiment.accessibility_for(user) method on the server to generate an access map to properly check which experiments the user has access to, and which they don't. Depending on the access map, the reports app will show either the full experiment name and give the corresponding URL, or give just the alias and no URL.

Closes #525

Edited by Jaden DIEFENBAUGH

Merge request reports