Browse Source

Category updates based on feedback so far.

qdn-metadata
CalDescent 3 years ago
parent
commit
a3d31bbaf1
  1. 15
      src/main/java/org/qortal/arbitrary/misc/Category.java

15
src/main/java/org/qortal/arbitrary/misc/Category.java

@ -1,16 +1,19 @@
package org.qortal.arbitrary.misc;
public enum Category {
ART_AND_DESIGN("Art and Design"),
ART("Art and Design"),
AUTOMOTIVE("Automotive"),
BEAUTY("Beauty"),
BOOKS("Books and Reference"),
BUSINESS("Business"),
COMMUNICATIONS("Communications"),
CRYPTOCURRENCY("Cryptocurrency and Blockchain"),
CULTURE("Culture"),
DATING("Dating"),
DESIGN("Design"),
ENTERTAINMENT("Entertainment"),
EVENTS("Events"),
FAITH("Faith and Religion"),
FASHION("Fashion"),
FINANCE("Finance"),
FOOD("Food and Drink"),
@ -24,28 +27,30 @@ public enum Category {
LIFESTYLE("Lifestyle"),
MANUFACTURING("Manufacturing"),
MAPS("Maps and Navigation"),
MEDICAL("Medical"),
MUSIC("Music"),
NEWS("News"),
OTHER("Other"),
PERSONALIZATION("Personalization"),
PETS("Pets"),
PHILOSOPHY("Philosophy"),
PHOTOGRAPHY("Photography"),
POLITICS("Politics"),
PRODUCE("Products and Services"),
PRODUCTIVITY("Productivity"),
PSYCHOLOGY("Psychology"),
QORTAL("Qortal"),
RELIGION("Religion"),
SCIENCE("Science"),
SERVICES("Services"),
SELF_CARE("Self Care"),
SELF_SUFFICIENCY("Self-Sufficiency and Homesteading"),
SHOPPING("Shopping"),
SOCIAL("Social"),
SOFTWARE("Software"),
SPIRITUALITY("Spirituality"),
SPORTS("Sports"),
STORYTELLING("Storytelling"),
TECHNOLOGY("Technology"),
TOOLS("Tools"),
TRAVEL("Travel"),
UNCATEGORIZED("Uncategorized"),
VIDEO("Video"),
WEATHER("Weather");

Loading…
Cancel
Save