You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think, it's filtered by the back-end (via the GET parameter isFinished whose name is a bit confusing in this case).
I’d say these datasets should not be visible in this filter case. Do you agree @philippotto ?
Yes, sounds fair.
fm3
changed the title
Should the dashboard show now-yet-fully-uploaded datasets even if »show only available« is selected?
Dashboard: hide now-yet-fully-uploaded datasets if »show only available« is selected
Dec 12, 2024
fm3
changed the title
Dashboard: hide now-yet-fully-uploaded datasets if »show only available« is selected
Dashboard: hide not-yet-fully-uploaded datasets if »show only available« is selected
Dec 18, 2024
The property used for this filtering is called isUnreported. Currently, unreported is defined as one of "No longer available on datastore.", "Deleted by user.".
There is also the property isActive. so isActive==false would also include "Not yet fully uploaded.". Maybe we should just switch the filtering to use isActive instead of isUnreported?
But this makes the isUnreported property completely unused. So I’m now thinking maybe this was actually all intentional… 🤔
I’d say these datasets should not be visible in this filter case. Do you agree @philippotto ?
If so, we can have a look if the code needs to be changed in frontend or backend (I’m not currently sure how this filtering is implemented)
The text was updated successfully, but these errors were encountered: