VEuPathDB / web-monorepo

A monorepo that contains all frontend code for VEuPathDB websites
Apache License 2.0
2 stars 0 forks source link

VDI: fix guest errors with community datasets #1204

Closed dmfalke closed 2 months ago

dmfalke commented 2 months ago

This PR fixes some issue when guest users interact with community vdi datasets:

The prod branch will also get these changes.

dmfalke commented 2 months ago

Note that there is a backend issue, where guest users cannot request community dataset details. This is in progress (see slack thread).

dmfalke commented 2 months ago

Note that there is a backend issue, where guest users cannot request community dataset details. This is in progress (see slack thread).

The backend issue has been resolved. However, there is more front end work to do: image

dmfalke commented 2 months ago

The backend issue has been resolved. However, there is more front end work to do:

This is fixed now.

I also addressed a subtle state synchronization issue that caused an incorrect default variable to be selected.