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
The library spec defines 9 legal values for the category field.
Currently 5 libraries are using undefined names. The library manager is trusting these names, rather than checking them against the list of legal categories. For example, the Topics list currently shows "Cloud", which lists just 1 library. If left unchecked, over time more library authors will use improper category names, causing the Topics list to grow to mostly useless categories that show only 1 or 2 libraries.
When building the Topics list, the Library Manager really should check the category names against the list of legal strings. Any names not on the list should be treated as "Uncategorized".