-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Visibilty of items #234
Comments
Tried to figure out what is going on with this problem. The way the app deals with visibility for a given item seems to complete break down if another item has an OR operator ( I have update the example activity above to show this: see here is how it plays in the app |
Changing See it in how this "fixed" activity plays HERE |
Could this be because the |
The behavior of the app seems that if one item has one "wrongly' formatted "visbility" it will then show all the items. Which I guess is one way to "throw an exception", though something preferable would be to default the visibility to Encountered a similar behavior when a typo in a the visibility of an item ( Wonder if there could be some kind of check for this when validating the JSONLD files. |
Not sure if I am in the wrong and misunderstood how the visibility is supposed to work but I am getting some really strange behavior of the app on this test activity.
Some items appear even when they are not supposed to.
https://github.com/Remi-Gau/eCobidas/blob/dev/python/tests/data/activities/visibility/visibility_schema.jsonld
Am I missing something?
The text was updated successfully, but these errors were encountered: