No repository description.
package com.tasteprint.social;
public enum ChallengeStatus {
UPCOMING,
ACTIVE,
COMPLETED
}