Skip to content

WIP: Smarter access logic for reports' experiments

Jaden DIEFENBAUGH requested to merge biometric-alumni/beat.web:master 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 beat/beat.web!525

Merge request reports