Category updates based on feedback so far.

This commit is contained in:
CalDescent 2022-02-13 17:56:47 +00:00
parent 4821139501
commit a3d31bbaf1

View File

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