Replies: 8 comments
-
I like this. Looks like it could be useful. Some comments about the interface:
|
Beta Was this translation helpful? Give feedback.
-
Hey this is something I've wanted to tackle for a while, thanks for taking a stab! We need better discoverability of "missing" data. No time right now for careful feedback but thanks for moving this forward. |
Beta Was this translation helpful? Give feedback.
-
Seems reasonable.
Yeah, technically right now the way I programmed this was that the buttons are for showing and hiding "unknown", "known", and "deduced", which made sense to me in my head at the time, but after reading your comment, I'm realizing that's more than a little weird, and a delineation between "asserted, deduced, unknown" makes much more sense. After all, these are the three disjoint categories that people care about.
Agreed. |
Beta Was this translation helpful? Give feedback.
-
I guess I did not realize that the first button was for "known", I assumed it was for "asserted". So we could use the "human" icon for this "asserted" button. |
Beta Was this translation helpful? Give feedback.
-
I've added a replacement for the 404 page, instead inviting contributors to supply missing properties. I had a random thought that maybe it would be nice to show the related theorems for a property when inviting contributions. After looking at the result I think maybe that was overkill, but I left it in for now to see what others think. https://missing-traits.topology.pages.dev/spaces/S000092/properties/P000005 |
Beta Was this translation helpful? Give feedback.
-
It looks nice, but maybe overkill. Giving the list of all theorems related to the property in question seems to dilute the message. We should discuss in the next zoom meeting. |
Beta Was this translation helpful? Give feedback.
-
Thanks for showing this off today! In around a week or so I hope to have some time to review the PR properly and maybe help with test coverage if necessary. |
Beta Was this translation helpful? Give feedback.
-
Based on @StevenClontz's suggestion (which I didn't fully process the usefulness of during the meeting but I realize now it's obviously helpful), I've added filtering based on true/false values of traits. In order to not have a million competing boolean flags that overlap with each other (e.g., you don't wan't to have to turn off the true ones and turn on the question marks to see the missing ones), I've just got a single button for each conceivable display mode that could be of interest:
This way what you want is just one click away.
Based on feedback in the PR and reconsidering, default mode is now "Show all known traits". |
Beta Was this translation helpful? Give feedback.
-
Right now, when you look at the properties tab for a space, you don't see the unknown properties, and have to infer what they are by crosschecking with the main list in another tab or window.
I took a stab at changing this in a recent pull request, which allows users to toggle missing and known traits on or off on the properties tab of space (and similarly, for the spaces tab of a property, though this is less exciting since you can already get that info from the explore page).
Would be grateful for any feedback. Here is what it looks like:
https://missing-traits.topology.pages.dev/spaces/S000001
Beta Was this translation helpful? Give feedback.
All reactions