Amsterdam-Music-Lab / MUSCLE

An application to easily set up and run online listening experiments for music research.
https://www.amsterdammusiclab.nl/
MIT License
4 stars 1 forks source link

Rename Experiment -> Block #1131

Closed BeritJanssen closed 2 months ago

BeritJanssen commented 3 months ago

What's now known as an Experiment will be renamed as the model Procedure Block.

Steps:

Backend

Frontend

URLS & Slugs

NB: as mentioned by #1058, we might consider making the block route a subpath of the experiment/ endpoint, resulting in routing as follows: experiment/{slug}/block/{id}

That would have the advantage that it is always clear to the user in which experiment they are currently following a block. In terms of ordering, this would mean we would have to rename the experiment/collection endpoint prior to renaming the ExperimentCollection model itself.