-
Notifications
You must be signed in to change notification settings - Fork 124
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
Is the Supported Element "Value" or "Sat Streaming"? #152
Comments
I'm glad you asked, as I also have been thinking about this. I can offer you my own interpretation: In that sense, it makes sense to have both as separate Supported Elements, although that supports my suggestion to replace the term Supported Elements with Supported Features (#147). Does that make sense to you? |
That clears things up for me. I assume that if it confused me, then it probably confuses many others. What do you think of adding a glossary or hyperlinks to pages clarifying each of the elements? |
Some way to clarify what each of the filters mean would be a nice addition. |
Here is something for inspiration: https://podcasting.github.io/podcasting20/features-showcase/funding/ |
If I can find the time, I'll try to put together a pull request. It ought to be educational. |
Well, I was able to get a local copy of the site running. Then, I started to research, and I am now realizing more fully how some of the items in the UI under "Supported Elements" are actual XML tags in the specification, while others are UI-level features potentially supported by apps. I.e., "Value" is the element. "Boostagrams" and "Sat Streaming" are not elements per se, but rather are two app features enabled by support of that element. (I know, @dellagustin already explained this to me. Bear with my pedantic repetition. I just want to make sure I'm getting this right.) Therefore, both Boostagrams and Sat Streaming imply Value. So, I suggest, that when #147 is dealt with, Value should be eliminated from the schema, and in its place, maybe name the others "Value (Boostagrams)" and "Value (SAT Streaming)". |
Alternatively, I could try to make my suggested schema changes as the PR for this issue. It would bring my desired clarification. |
I don't understand every single usage of Value in the data file, so I should probable leave a Value (Other) in the schema for those to avoid destroying information. |
I'm actually fine with how it is now. Value means the app does something with the |
Do "Value" and "Sat Streaming" indicate the same feature? If so, it would be good to standardize on one. (My preference would be "Value", but I am fine as long as there is one term in the UI.)
I see that both are allowed values in apps-schema.json. So, I guess a PR implementing this change would remove one of them, and edit apps.json into compliance.
Thoughts?
P.S. related, but probably deserves its own issue tracker: It would be nice to have hovertext over the element links with a brief description of what they are. Alternatively, a collapsed section of the page could provide a glossary.
The text was updated successfully, but these errors were encountered: