VEuPathDB / EdaDataService

Apache License 2.0
2 stars 0 forks source link

Allow users without access to view 20 rows of data in tabular format #149

Open danicahelb opened 2 years ago

danicahelb commented 2 years ago

As discussed in the 2/7/2022 EDA UX meeting:

We had previously talked about enabling users to see 20 rows of data when they don't have access. J and Ryan Hafen liked seeing what the data looked like in tabular form.

We may want to consider adding this functionality into the EDA site, based on user feedback

The download tab is NOT an appropriate place for the user to view tabular data, perhaps make a new viz tool?

steve-fischer-200 commented 2 years ago

this might require new backend support

ryanrdoherty commented 2 years ago

The dataset access service allows access to EDA site features based on the following document:

https://docs.google.com/document/d/1avpDOz81X2Q8BMg1NwXpix6lco6WfSGQTTUtdTzmIdI/edit#heading=h.tyjcwt

Thus, "one page of results" (i.e. 20 rows) is viewable for unapproved users in public, controlled, and protected studies, but not private and prerelease studies.

Do we want to change this? If so, we should change the SOP and yes, the Dataset Access Service code will need to be changed. This issue should be moved to the service-dataset-access repo if that's what we want and can be assigned to me. Client should not have any modifications, as it should be responding to grants provided by the dataset access service.

p.s. If users can't see a single page for public, controlled, or protected studies, then it's a bug somewhere (could be a number of places).