1715labs / 1715labs-pfe

Modified version of PFE for use with paid crowds
1715labs-pfe.vercel.app
Apache License 2.0
0 stars 0 forks source link

Should be able to specify a subject ID in the Query params #10

Closed tingard closed 3 years ago

tingard commented 3 years ago

Expected behaviour

Specifying a subject id in the URL should restrict the UI to only showing that subject For example, https://www.zooniverse.org/projects/1715labs/1715labs-ir-object-detection/classify?workflow=16939&subject=52907253 should show subject 52907253 on workflow 16939 on project 13926

Current behaviour

We cannot specify a subject using the URL

tingard commented 3 years ago

It seems to me like modifying https://github.com/zooniverse/Panoptes-Front-End/blob/e40007c228891c06fcb356a121ab777c603e54c1/app/redux/ducks/classify.js#L336 to check for subject IDs in the URL and prepend those to the returned list seems like a good start?

tingard commented 3 years ago

Closed by #11