Re: [w3c/manifest] feat: add category member (resolves #569) (#598)

kenchris commented on this pull request.



> +        <p>
+          If a category string has multiple comma delimited values, a 
+          consuming system MAY use one or more of these values.  
+        </p>
+        <p>
+          Manifest authors SHOULD use the below common categories:
+        </p>
+        <ul>
+          <li>books</li>
+          <li>business</li>
+          <li>education</li>
+          <li>entertainment</li>
+          <li>finance</li>
+          <li>food</li>
+          <li>games</li>
+          <li>government & politics</li>

Yes, and my fear is that you will see developers write 

"Fitness & Health" (flipped)
"Health And Fitness" (And instead of &)
...

and that is pretty confusing.

On the other hand, if the dev were to write "health" or "fitness" or "health, fitness" or "fitness, health" that would be parsed as one of two entries which could easily be mapped to a "Health & Fitness" section within existing stores.

If in the future, say Apple wants to create  a new category "Health" separate from "Health & Fitness"  it might be able to re-categorize.

We can handle all of these automatically and avoid developers making mistakes. I already got feedback from the author of outweb.io that he really disliked the "&"



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/pull/598#discussion_r133908070

Received on Friday, 18 August 2017 08:41:18 UTC